Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c2760 OMX_U32* pIndexNal; in main() local
3001 pIndexNal = (OMX_U32*)(pExtraDataType->data); in main()
3003 nNalSlices = *pIndexNal; in main()
3004 fwrite(pIndexNal, 1, sizeof(OMX_U32), pAppData->fNalnd); in main()
3007 pIndexNal++; in main()
3008 fwrite(pIndexNal, 1, sizeof(OMX_U32), pAppData->fNalnd); in main()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c2803 OMX_U32* pIndexNal; in OMX_VIDENC_Process_FilledOutBuf() local
2898 pIndexNal = (OMX_U32*)(pExtraDataType->data); in OMX_VIDENC_Process_FilledOutBuf()
2908 *pIndexNal = pSNPrivateParams->ulNALUnitsPerFrame; in OMX_VIDENC_Process_FilledOutBuf()
2909 pIndexNal++; in OMX_VIDENC_Process_FilledOutBuf()
2910 …lSlices = 0; (OMX_U32)nNalSlices < pSNPrivateParams->ulNALUnitsPerFrame; nNalSlices++, pIndexNal++) in OMX_VIDENC_Process_FilledOutBuf()
2913 *pIndexNal = (OMX_U32)(pSNPrivateParams->ulNALUnitsSizes[nNalSlices]); in OMX_VIDENC_Process_FilledOutBuf()
2916 pTemp = (OMX_U8*)((((OMX_U32)pIndexNal)+3) & ~3); in OMX_VIDENC_Process_FilledOutBuf()