Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp415 int32 nalSize; in ParseFullAVCFramesIntoNALs() local
421 if (AVCDEC_SUCCESS != ipAvcDec->GetNextFullNAL_OMX(&pTemp, &nalSize, pBuffer, &length)) in ParseFullAVCFramesIntoNALs()
426 pBuffer += nalSize + (int32)(pTemp - pBuffer); in ParseFullAVCFramesIntoNALs()
428 iNALSizeArray[iNumNALs] = nalSize; in ParseFullAVCFramesIntoNALs()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp9839 int32 nalSize; in ParseFullAVCFramesIntoNALs() local
9845 nalSize = length; in ParseFullAVCFramesIntoNALs()
9847 if (false == AVCAnnexBGetNALUnit(pBuffer, &pCurrNAL, &nalSize, false)) in ParseFullAVCFramesIntoNALs()
9852 bytesConsumed = nalSize + (int32)(pCurrNAL - pBuffer); in ParseFullAVCFramesIntoNALs()
9858 iNALSizeArray[iNumNALs] = nalSize; in ParseFullAVCFramesIntoNALs()
9869 nalSize = length; in ParseFullAVCFramesIntoNALs()
9871 if (false == AVCAnnexBGetNALUnit(pBuffer, &pCurrNAL, &nalSize, false)) in ParseFullAVCFramesIntoNALs()
9876 bytesConsumed = nalSize + (int32)(pCurrNAL - pBuffer); in ParseFullAVCFramesIntoNALs()