Home | History | Annotate | Download | only in src

Lines Matching refs:pDst

36  *  [out]   pDst            Pointer to the interpolation buffer
45 OMX_U8* pDst,
57 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
82 * [out] pDst Pointer to the interpolation buffer
92 OMX_U8 *pDst,
106 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr)
126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
132 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
137 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
144 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
149 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
156 (pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
165 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
174 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
184 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
187 (pBuf1, pDst, iWidth, iDstStep, pDst, iDstStep, iWidth, iHeight);