Home
last modified time | relevance | path

Searched refs:AVCAnnexBGetNALUnit (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1148 bool AVCAnnexBGetNALUnit(uint8 *bitstream, uint8 **nal_unit, int32 *size, bool getPtrOnly);
Dpvmf_omx_enc_node.cpp4879 if (AVCAnnexBGetNALUnit(pData, &pTemp, (int32*)&size, true)) in FillBufferDoneProcessing()
9691 if (false == AVCAnnexBGetNALUnit(pBuffer, &pCurrNAL, &nalSize, false)) in ParseFullAVCFramesIntoNALs()
9715 if (false == AVCAnnexBGetNALUnit(pBuffer, &pCurrNAL, &nalSize, false)) in ParseFullAVCFramesIntoNALs()
9844 bool PVMFOMXEncNode::AVCAnnexBGetNALUnit(uint8 *bitstream, uint8 **nal_unit, int32 *size, bool getP… in AVCAnnexBGetNALUnit() function in PVMFOMXEncNode