Searched refs:iFrameWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I.c54 * iFrameWidth - frame width; must be a multiple of 8.
60 * (iFrameWidth + 2 * iExpandPels).
76 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
78 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
83 OMX_U32 iFrameWidth,
98 armRetArgErrIf(iFrameWidth == 0 || iFrameWidth & 7, OMX_Sts_BadArgErr)
102 armRetArgErrIf(iPlaneStep < (iFrameWidth + 2 * iExpandPels),
111 for (x = 0; x < (OMX_INT)iFrameWidth; x++)
122 pRight = pSrcDstPlane + iFrameWidth;
81 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.s58 iFrameWidth RN 1 label
103 SUB x,iFrameWidth,#4
154 ADD pRight,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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s54 iFrameWidth RN 1 label
92 MOV Temp, iFrameWidth ;// Outer loop counter
167 ADD Temp, pSrcDstPlane, iFrameWidth
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h166 * iFrameWidth - frame width; must be a multiple of 8.
172 * (iFrameWidth + 2 * iExpandPels).
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
195 OMX_U32 iFrameWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h166 * iFrameWidth - frame width; must be a multiple of 8.
172 * (iFrameWidth + 2 * iExpandPels).
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
195 OMX_U32 iFrameWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h166 * iFrameWidth - frame width; must be a multiple of 8.
172 * (iFrameWidth + 2 * iExpandPels).
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
190 * - iPlaneStep < (iFrameWidth + 2 * iExpandPels).
195 OMX_U32 iFrameWidth,

Completed in 360 milliseconds