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:__anon562
H A DomxVC.h547 OMX_VC_INTRA = 3, /** I and P picture, I- and P-VOP */ enumerator in enum:__anon536
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:__anon606
H A DomxVC.h547 OMX_VC_INTRA = 3, /** I and P picture, I- and P-VOP */ enumerator in enum:__anon580
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.c240 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
256 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
345 if((pMBInfo[0] != NULL) && (pMBInfo[0]->mbType != OMX_VC_INTRA))
353 if((pMBInfo[1] != NULL) && (pMBInfo[1]->mbType != OMX_VC_INTRA))
361 if((pMBInfo[3] != NULL) && (pMBInfo[3]->mbType != OMX_VC_INTRA))
536 pSrcDstMBCurr->mbType = OMX_VC_INTRA;
H A DomxVCM4P2_EncodeMV.c117 if ((MBType == OMX_VC_INTRA) ||
H A DomxVCM4P2_DecodePadMV_PVOP.c124 if ((MBType == OMX_VC_INTRA) ||
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s178 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.s178 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:__anon624
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 323 milliseconds