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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp455 uint32_t dstYStride,
471 yDst += dstYStride;
452 convertFromFlexibleYuv(int32_t previewFormat, uint8_t *dst, const CpuConsumer::LockedBuffer &src, uint32_t dstYStride, uint32_t dstCStride) const argument
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp220 size_t dstYStride = outputBufferWidth(); local
221 size_t dstUVStride = dstYStride / 2;
228 dst += dstYStride;
231 dst = dstStart + dstYStride * dstHeight;
238 dst = dstStart + (5 * dstYStride * dstHeight) / 4;

Completed in 85 milliseconds