Searched defs:pDstDown (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateHalfVer_Luma.c63 * pDstDown -Pointer to the interpolation buffer of the -pel position below
75 * pSrc, pDstUp, or pDstDown
77 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary
78 * - iWidth==8 but pDstUp and/or pDstDown is/are not aligned on a 8-byte boundary
79 * - iWidth==16 but pDstUp and/or pDstDown is/are not aligned on a 16-byte boundary
86 OMX_U8* pDstDown,
97 armRetArgErrIf(pDstDown == NULL, OMX_Sts_BadArgErr)
100 armNot4ByteAligned(pDstDown), OMX_Sts_BadArgErr)
103 armNot8ByteAligned(pDstDown), OMX_Sts_BadArgErr)
106 armNot16ByteAligned(pDstDown), OMX_Sts_BadArgEr
82 omxVCM4P10_InterpolateHalfVer_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstUp, OMX_U8* pDstDown, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
[all...]

Completed in 59 milliseconds