Searched refs:nProfile (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h548 OMX_S32 nProfile; member in struct:VIDEO_PROFILE_LEVEL
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h655 OMX_S32 nProfile; member in struct:VIDDEC_VideoPictureHeader
839 OMX_S32 nProfile; member in struct:VIDEO_PROFILE_LEVEL
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c879 if(pProfileLevel->nProfile != -1) {
880 pParamProfileLevel->eProfile = pProfileLevel->nProfile;
1610 while((pProfileLevel->nProfile != (OMX_S32)pParamProfileLevel->eProfile) ||
1613 if(pProfileLevel->nProfile == -1) break;
1616 if(pProfileLevel->nProfile != -1) {
H A DOMX_VideoDec_Utils.c3949 /*OMX_U32 nProfile = 0;*/
4008 OMX_U32 nProfile = 0; local
4043 nProfile = VIDDEC_GetBits(&nBitPosition, 2, pHeaderStream, OMX_TRUE);
4136 pPictHeaderPtr->nProfile = VIDDEC_GetBits(&nBitPosition, 4, pHeaderStream, OMX_TRUE);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c1712 if(pProfileLevel->nProfile != -1) {
1713 pParamProfileLevel->eProfile = pProfileLevel->nProfile;
2169 while((pProfileLevel->nProfile != (OMX_S32)pParamProfileLevel->eProfile) ||
2172 if(pProfileLevel->nProfile == -1) break;
2174 if(pProfileLevel->nProfile != -1) {

Completed in 151 milliseconds