Searched defs:iFrameWidth (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.c39 * iFrameWidth - frame width; must be a multiple of 8.
45 * (iFrameWidth + 2 * iExpandPels).
61 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
63 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
68 OMX_U32 iFrameWidth,
83 armRetArgErrIf(iFrameWidth == 0 || iFrameWidth & 7, OMX_Sts_BadArgErr)
87 armRetArgErrIf(iPlaneStep < (iFrameWidth + 2 * iExpandPels),
96 for (x = 0; x < (OMX_INT)iFrameWidth; x++)
107 pRight = pSrcDstPlane + iFrameWidth;
66 omxVCCOMM_ExpandFrame_I( OMX_U8* pSrcDstPlane, OMX_U32 iFrameWidth, OMX_U32 iFrameHeight, OMX_U32 iExpandPels, OMX_U32 iPlaneStep ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s44 iFrameWidth RN 1 label
89 SUB x,iFrameWidth,#4
140 ADD pRight,pSrcDstPlane,iFrameWidth
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s40 iFrameWidth RN 1 label
78 MOV Temp, iFrameWidth ;// Outer loop counter
153 ADD Temp, pSrcDstPlane, iFrameWidth
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dcvei.h150 base layer and iFrameWidth[1] is for enhanced layer. */
151 int iFrameWidth[MAX_LAYER]; member in struct:TPVVideoEncodeParam
268 int32 iFrameWidth; member in struct:TPVVideoInputFormat

Completed in 105 milliseconds