Searched defs:pQuantization (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c3180 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pQuantization = NULL; local
3190 pQuantization = pComponentPrivate->pQuantization;
3459 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pQuantization = NULL; local
3468 pQuantization = pComponentPrivate->pQuantization;
3652 pCreatePhaseArgs->ucQPFirstIFrame = (OMX_U8)pQuantization->nQpI;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c339 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pQuantization; member in struct:MYDATATYPE
928 pAppData->pQuantization->nSize = sizeof(OMX_VIDEO_PARAM_QUANTIZATIONTYPE);
929 pAppData->pQuantization->nVersion.s.nVersionMajor = 0x1;
930 pAppData->pQuantization->nVersion.s.nVersionMinor = 0x0;
931 pAppData->pQuantization->nVersion.s.nRevision = 0x0;
932 pAppData->pQuantization->nVersion.s.nStep = 0x0;
933 pAppData->pQuantization->nPortIndex = VIDENC_OUTPUT_PORT;
934 pAppData->pQuantization->nQpI = pAppData->nQpI;
936 eError = OMX_SetParameter (pHandle, OMX_IndexParamVideoQuantization, pAppData->pQuantization);
1080 pAppData->pQuantization
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h581 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pQuantization; member in struct:VIDENC_COMPONENT_PRIVATE

Completed in 84 milliseconds