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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 37 * pSrcDstPlane - pointer to the top-left corner of the frame to be
49 * pSrcDstPlane -Pointer to the top-left corner of the frame (NOT the
58 * - pSrcDstPlane is NULL.
59 * - pSrcDstPlane is not aligned on an 8-byte boundary.
67 OMX_U8* pSrcDstPlane,
81 armRetArgErrIf(pSrcDstPlane == NULL, OMX_Sts_BadArgErr)
82 armRetArgErrIf(armNot8ByteAligned(pSrcDstPlane), OMX_Sts_BadArgErr)
91 pTop = pSrcDstPlane - (iExpandPels * iPlaneStep);
92 pBottom = pSrcDstPlane + (iFrameHeight * iPlaneStep);
99 pSrcDstPlane [x]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 43 pSrcDstPlane RN 0
88 MLA pBottom,iFrameHeight,iPlaneStep,pSrcDstPlane
93 SUB pTop,pSrcDstPlane,pTop
102 ;// pSrcDstPlane [x] and pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x]
110 LDR tempTop,[pSrcDstPlane,x]
112 ;// pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x] is simplified as:
113 ;// pSrcDstPlane + (iFrameHeight * iPlaneStep) - iPlaneStep + x ==
138 SUB pSrcDstPlane,pSrcDstPlane,index
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 39 pSrcDstPlane RN 0
73 SUB pTop, pSrcDstPlane, #0 ;// Top row pointer of the frame
77 ADD pBot, Temp, pSrcDstPlane ;// BPtr = TPtr + (H-1)*Step
80 ;// Check if pSrcDstPlane and iPlaneStep are 16 byte aligned
81 TST pSrcDstPlane, #0xf
153 ADD Temp, pSrcDstPlane, iFrameWidth
156 SUB pDstLeft, pSrcDstPlane, Offset
158 ADD pLeft, pSrcDstPlane, #0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 164 * pSrcDstPlane - pointer to the top-left corner of the frame to be
176 * pSrcDstPlane -Pointer to the top-left corner of the frame (NOT the
185 * - pSrcDstPlane is NULL.
186 * - pSrcDstPlane is not aligned on an 8-byte boundary.
194 OMX_U8 *pSrcDstPlane,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 164 * pSrcDstPlane - pointer to the top-left corner of the frame to be
176 * pSrcDstPlane -Pointer to the top-left corner of the frame (NOT the
185 * - pSrcDstPlane is NULL.
186 * - pSrcDstPlane is not aligned on an 8-byte boundary.
194 OMX_U8 *pSrcDstPlane,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 164 * pSrcDstPlane - pointer to the top-left corner of the frame to be
176 * pSrcDstPlane -Pointer to the top-left corner of the frame (NOT the
185 * - pSrcDstPlane is NULL.
186 * - pSrcDstPlane is not aligned on an 8-byte boundary.
194 OMX_U8 *pSrcDstPlane,
    [all...]

Completed in 1591 milliseconds