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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp386 uint8_t *dst, size_t dstStride, size_t dstVStride,
391 uint8_t *dstU = dst + dstVStride * dstStride;
392 uint8_t *dstV = dstU + (dstVStride >> 1) * (dstStride >> 1);
460 uint8_t *dstY, size_t dstStride, size_t dstVStride,
466 uint8_t *dstU = dstY + dstStride * dstVStride;
467 uint8_t *dstV = dstU + (dstStride >> 1) * (dstVStride >> 1);
517 size_t dstVStride = height; local
576 dstStride * dstVStride + (width >> 1)
577 + (dstStride >> 1) * ((dstVStride >> 1) + (height >> 1) - 1);
613 ConvertFlexYUVToPlanar(dst, dstStride, dstVStride,
385 ConvertFlexYUVToPlanar( uint8_t *dst, size_t dstStride, size_t dstVStride, struct android_ycbcr *ycbcr, int32_t width, int32_t height) argument
459 ConvertRGB32ToPlanar( uint8_t *dstY, size_t dstStride, size_t dstVStride, const uint8_t *src, size_t width, size_t height, size_t srcStride, bool bgr) argument
[all...]

Completed in 7 milliseconds