Searched refs:pSrcDstPlane (Results 1 - 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
H A D | 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 [ 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 D | omxVCCOMM_ExpandFrame_I_s.s | 43 pSrcDstPlane RN 0 label 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/ |
H A D | omxVCCOMM_ExpandFrame_I_s.s | 39 pSrcDstPlane RN 0 label 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/ |
H A D | 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,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
H A D | 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,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
H A D | 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,
|
Completed in 152 milliseconds