Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h674 VIDENC_AVC_NAL_FORMAT AVCNALFormat; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c2537 if (pComponentPrivate->AVCNALFormat == VIDENC_AVC_NAL_UNIT) in OMX_VIDENC_Process_FilledInBuf()
2821 if((pComponentPrivate->AVCNALFormat == VIDENC_AVC_NAL_SLICE) && in OMX_VIDENC_Process_FilledOutBuf()
2888 if (pComponentPrivate->AVCNALFormat == VIDENC_AVC_NAL_FRAME) in OMX_VIDENC_Process_FilledOutBuf()
3399 pCreatePhaseArgs->usNalCallback = pComponentPrivate->AVCNALFormat; in OMX_VIDENC_InitDSP_H264Enc()
DOMX_VideoEncoder.c811 …pComponentPrivate->AVCNALFormat = VIDENC_AVC_NAL_SLICE;/*VIDENC_AVC_NAL_UNIT;… in OMX_ComponentInit()
1780 … (*((unsigned int*)ComponentParameterStructure)) = (unsigned int)pComponentPrivate->AVCNALFormat; in GetParameter()
2208 … pComponentPrivate->AVCNALFormat = (VIDENC_AVC_NAL_FORMAT)(*((unsigned int*)pCompParam)); in SetParameter()