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.cpp233 size_t dstYStride = outputBufferWidth(); local
234 size_t dstUVStride = dstYStride / 2;
241 dst += dstYStride;
244 dst = dstStart + dstYStride * dstHeight;
251 dst = dstStart + (5 * dstYStride * dstHeight) / 4;

Completed in 25 milliseconds