Home
last modified time | relevance | path

Searched refs:iNumNALs (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp145 iNumNALs = 0; in ConstructComponent()
413 iNumNALs = 0; in ParseFullAVCFramesIntoNALs()
424 iNALSizeArray[iNumNALs] = nalSize; in ParseFullAVCFramesIntoNALs()
426 iNumNALs++; in ParseFullAVCFramesIntoNALs()
429 if (iNumNALs > 0) in ParseFullAVCFramesIntoNALs()
463 iNumNALs = pExtra->nDataSize >> 2; in ParseFullAVCFramesIntoNALs()
865 if (iCurrNAL < iNumNALs) in DecodeWithMarker()
1048 iNumNALs = 0; in ComponentInit()
/external/opencore/codecs_v2/omx/omx_h264/include/
Domx_avc_component.h86 OMX_U32 iNumNALs; variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp770 iNumNALs = 0; in PVMFOMXEncNode()
5398 if (iOMXComponentUsesFullAVCFrames && iNumNALs > 0) in WrapOutputBuffer()
5401 media_data_ptr = OSCL_NEW(PVMFMediaFragGroup<OsclMemAllocator>, (iNumNALs)); in WrapOutputBuffer()
5405 for (ii = 0; ii < iNumNALs; ii++) in WrapOutputBuffer()
5427 oscl_memset((void *) iNALSizeArray, 0, sizeof(uint32) * iNumNALs); in WrapOutputBuffer()
5428 iNumNALs = 0; in WrapOutputBuffer()
9685 iNumNALs = 0; in ParseFullAVCFramesIntoNALs()
9700 if ((iNALSizeArrayMaxElems > iNumNALs) && (iNALSizeArray != NULL)) in ParseFullAVCFramesIntoNALs()
9702 iNALSizeArray[iNumNALs] = nalSize; in ParseFullAVCFramesIntoNALs()
9703 …iNALPtrArray[iNumNALs] = (uint8*)pCurrNAL; /* need store NAL ptrs since start code can be either 4… in ParseFullAVCFramesIntoNALs()
[all …]
Dpvmf_omx_enc_node.h1378 uint32 iNumNALs; variable