Amazon Kinesis Webrtc C SDK
RtpH265Payloader.c File Reference
#include "../../Include_i.h"
Include dependency graph for RtpH265Payloader.c:

Macros

#define LOG_CLASS   "RtpH265Payloader"
 

Functions

STATUS createPayloadForH265 (UINT32 mtu, PBYTE nalus, UINT32 nalusLength, PBYTE payloadBuffer, PUINT32 pPayloadLength, PUINT32 pPayloadSubLength, PUINT32 pPayloadSubLenSize)
 
STATUS getNextNaluLengthH265 (PBYTE nalus, UINT32 nalusLength, PUINT32 pStart, PUINT32 pNaluLength)
 
STATUS createPayloadFromNaluH265 (UINT32 mtu, PBYTE nalu, UINT32 naluLength, PPayloadArray pPayloadArray, PUINT32 filledLength, PUINT32 filledSubLenSize)
 
STATUS depayH265FromRtpPayload (PBYTE pRawPacket, UINT32 packetLength, PBYTE pNaluData, PUINT32 pNaluLength, PBOOL pIsStart)
 

Macro Definition Documentation

◆ LOG_CLASS

#define LOG_CLASS   "RtpH265Payloader"

Function Documentation

◆ createPayloadForH265()

STATUS createPayloadForH265 ( UINT32  mtu,
PBYTE  nalus,
UINT32  nalusLength,
PBYTE  payloadBuffer,
PUINT32  pPayloadLength,
PUINT32  pPayloadSubLength,
PUINT32  pPayloadSubLenSize 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ createPayloadFromNaluH265()

STATUS createPayloadFromNaluH265 ( UINT32  mtu,
PBYTE  nalu,
UINT32  naluLength,
PPayloadArray  pPayloadArray,
PUINT32  filledLength,
PUINT32  filledSubLenSize 
)
Here is the caller graph for this function:

◆ depayH265FromRtpPayload()

STATUS depayH265FromRtpPayload ( PBYTE  pRawPacket,
UINT32  packetLength,
PBYTE  pNaluData,
PUINT32  pNaluLength,
PBOOL  pIsStart 
)
Here is the caller graph for this function:

◆ getNextNaluLengthH265()

STATUS getNextNaluLengthH265 ( PBYTE  nalus,
UINT32  nalusLength,
PUINT32  pStart,
PUINT32  pNaluLength 
)
Here is the caller graph for this function: