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.h1159 bool AVCAnnexBGetNALUnit(uint8 *bitstream, uint8 **nal_unit, int32 *size, bool getPtrOnly);
Dpvmf_omx_enc_node.cpp5072 if (AVCAnnexBGetNALUnit(pData, &pTemp, (int32*)&size, true)) in FillBufferDoneProcessing()
9847 if (false == AVCAnnexBGetNALUnit(pBuffer, &pCurrNAL, &nalSize, false)) in ParseFullAVCFramesIntoNALs()
9871 if (false == AVCAnnexBGetNALUnit(pBuffer, &pCurrNAL, &nalSize, false)) in ParseFullAVCFramesIntoNALs()
10000 bool PVMFOMXEncNode::AVCAnnexBGetNALUnit(uint8 *bitstream, uint8 **nal_unit, int32 *size, bool getP… in AVCAnnexBGetNALUnit() function in PVMFOMXEncNode