Home | History | Annotate | Download | only in src

Lines Matching refs:dstStep

188  * [in] dstStep     distance between the start of consecutive lines in the
201 OMX_INT dstStep)
206 for (y = 0, count = 0, index = 0; y < 8; y++,index += (srcStep -8), count += (dstStep - 8))
231 * [in] dstStep distance between the start of consecutive lines in the
242 OMX_INT dstStep)
255 pDst += dstStep;
273 * dstStep - distance between the start of consecutive lines in the
297 * - either srcStep or dstStep is not a multiple of 8.
307 OMX_INT dstStep,
319 armRetArgErrIf(((dstStep % 8) || (srcStep % 8)), OMX_Sts_BadArgErr);
360 dstStep);
367 dstStep);