HomeSort by relevance Sort by last modified time
    Searched refs:iFrameHeight (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 40 * 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++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 41 iFrameHeight RN 2
75 SUB Temp, iFrameHeight, #1 ;// H-1
183 SUB iFrameHeight, iFrameHeight, #1
199 SUBS iFrameHeight, iFrameHeight, #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 45 iFrameHeight RN 2
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/m4v_h263/enc/include/
cvei.h 153 /** Specifies the height in pixels of the encoded frames. IFrameHeight[0] is for
154 base layer and iFrameHeight[1] is for enhanced layer. */
155 int iFrameHeight[MAX_LAYER];
271 int32 iFrameHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 167 * iFrameHeight -frame height; must be a multiple of 8.
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
196 OMX_U32 iFrameHeight,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 167 * iFrameHeight -frame height; must be a multiple of 8.
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
196 OMX_U32 iFrameHeight,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 167 * iFrameHeight -frame height; must be a multiple of 8.
188 * non-multiple of 8: iFrameHeight, iFrameWidth, iPlaneStep, or
196 OMX_U32 iFrameHeight,
    [all...]

Completed in 83 milliseconds