Searched refs:AVCNALFormat (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h674 VIDENC_AVC_NAL_FORMAT AVCNALFormat; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c2537 if (pComponentPrivate->AVCNALFormat == VIDENC_AVC_NAL_UNIT)
2821 if((pComponentPrivate->AVCNALFormat == VIDENC_AVC_NAL_SLICE) &&
2888 if (pComponentPrivate->AVCNALFormat == VIDENC_AVC_NAL_FRAME)
3399 pCreatePhaseArgs->usNalCallback = pComponentPrivate->AVCNALFormat;
H A DOMX_VideoEncoder.c811 pComponentPrivate->AVCNALFormat = VIDENC_AVC_NAL_SLICE;/*VIDENC_AVC_NAL_UNIT;*/
1780 (*((unsigned int*)ComponentParameterStructure)) = (unsigned int)pComponentPrivate->AVCNALFormat;
2208 pComponentPrivate->AVCNALFormat = (VIDENC_AVC_NAL_FORMAT)(*((unsigned int*)pCompParam));

Completed in 277 milliseconds