Searched defs:iFrameHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I.c40 * iFrameHeight -frame height; must be a multiple of 8.
61 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
69 OMX_U32 iFrameHeight,
84 armRetArgErrIf(iFrameHeight== 0 || iFrameHeight & 7, OMX_Sts_BadArgErr)
92 pBottom = pSrcDstPlane + (iFrameHeight * iPlaneStep);
101 pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x];
109 for (y = -(OMX_INT)iExpandPels; y < (OMX_INT)(iFrameHeight + iExpandPels); y++)
66 omxVCCOMM_ExpandFrame_I( OMX_U8* pSrcDstPlane, OMX_U32 iFrameWidth, OMX_U32 iFrameHeight, OMX_U32 iExpandPels, OMX_U32 iPlaneStep ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s45 iFrameHeight RN 2 label
88 MLA pBottom,iFrameHeight,iPlaneStep,pSrcDstPlane
102 ;// pSrcDstPlane [x] and pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x]
112 ;// pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x] is simplified as:
113 ;// pSrcDstPlane + (iFrameHeight * iPlaneStep) - iPlaneStep + x ==
143 ADD y,iFrameHeight,iExpandPels,LSL #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s41 iFrameHeight RN 2 label
75 SUB Temp, iFrameHeight, #1 ;// H-1
183 SUB iFrameHeight, iFrameHeight, #1
199 SUBS iFrameHeight, iFrameHeight, #1
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dcvei.h154 base layer and iFrameHeight[1] is for enhanced layer. */
155 int iFrameHeight[MAX_LAYER]; member in struct:TPVVideoEncodeParam
271 int32 iFrameHeight; member in struct:TPVVideoInputFormat

Completed in 711 milliseconds