Home | History | Annotate | Download | only in test

Lines Matching refs:OMX_VIDEO_PARAM_QUANTIZATIONTYPE

339     OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pQuantization;
926 /* Set the component's OMX_VIDEO_PARAM_QUANTIZATIONTYPE structure (output) */
928 pAppData->pQuantization->nSize = sizeof(OMX_VIDEO_PARAM_QUANTIZATIONTYPE);
1078 /* Set the component's OMX_VIDEO_PARAM_QUANTIZATIONTYPE structure (output) */
1080 pAppData->pQuantization->nSize = sizeof(OMX_VIDEO_PARAM_QUANTIZATIONTYPE);
1192 VIDENCTEST_MALLOC(pAppData->pQuantization, sizeof(OMX_VIDEO_PARAM_QUANTIZATIONTYPE), OMX_VIDEO_PARAM_QUANTIZATIONTYPE, pListHead);