Searched refs:OMX_VC_INTRA (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC_s.h116 OMX_VC_INTRA EQU 3; /** I and P picture, I- and P-VOP */ enumerator in enum:__anon753
H A DomxVC.h547 OMX_VC_INTRA = 3, /** I and P picture, I- and P-VOP */ enumerator in enum:__anon727
595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */
1079 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
1095 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC_s.h116 OMX_VC_INTRA EQU 3; /** I and P picture, I- and P-VOP */ enumerator in enum:__anon797
H A DomxVC.h547 OMX_VC_INTRA = 3, /** I and P picture, I- and P-VOP */ enumerator in enum:__anon771
595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */
1079 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
1095 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MotionEstimationMB.c225 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
241 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
330 if((pMBInfo[0] != NULL) && (pMBInfo[0]->mbType != OMX_VC_INTRA))
338 if((pMBInfo[1] != NULL) && (pMBInfo[1]->mbType != OMX_VC_INTRA))
346 if((pMBInfo[3] != NULL) && (pMBInfo[3]->mbType != OMX_VC_INTRA))
521 pSrcDstMBCurr->mbType = OMX_VC_INTRA;
H A DomxVCM4P2_EncodeMV.c102 if ((MBType == OMX_VC_INTRA) ||
H A DomxVCM4P2_DecodePadMV_PVOP.c109 if ((MBType == OMX_VC_INTRA) ||
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s164 TEQ MBType,#OMX_VC_INTRA ;// Check if MBType=OMX_VC_INTRA
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s164 TEQ MBType,#OMX_VC_INTRA ;// Check if MBType=OMX_VC_INTRA
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h547 OMX_VC_INTRA = 3, /** I and P picture, I- and P-VOP */ enumerator in enum:__anon815
595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */
1079 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
1095 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or

Completed in 557 milliseconds