Home
last modified time | relevance | path

Searched refs:dstYStride (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp637 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument
643 dstY += dstYStride; in copyOutputBufferToYuvPlanarFrame()
727 size_t dstYStride, size_t dstUVStride, in convertYUV420Planar16ToYUV420Planar() argument
736 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
829 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local
844 srcYStride, srcUStride, srcVStride, dstYStride, in outputBuffer()
848 srcUStride / 2, srcVStride / 2, dstYStride / sizeof(uint32_t), in outputBuffer()
854 dstY += dstYStride * kHeight; in outputBuffer()
866 dstYStride, dstUVStride, in outputBuffer()
878 dstYStride, dstUVStride, in outputBuffer()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp512 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument
518 dstY += dstYStride; in copyOutputBufferToYuvPlanarFrame()
601 size_t dstYStride, size_t dstUVStride, in convertYUV420Planar16ToYUV420Planar() argument
610 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
700 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local
711 dstYStride / sizeof(uint32_t), in outputBuffer()
717 dstYStride, dstUVStride, in outputBuffer()
727 dstYStride, dstUVStride, in outputBuffer()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp471 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYV12Frame() argument
478 dstY += dstYStride; in copyOutputBufferToYV12Frame()
576 size_t dstYStride, size_t dstUVStride, in convertYUV420Planar16ToYUV420Planar() argument
585 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
715 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local
726 srcVStride / 2, dstYStride / sizeof(uint32_t), mWidth, mHeight); in outputBuffer()
730 srcVStride / 2, dstYStride, dstUVStride, mWidth, mHeight, in outputBuffer()
739 dstYStride, dstUVStride, mWidth, mHeight, isMonochrome); in outputBuffer()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp321 size_t dstYStride = outputBufferWidth() * bpp; in copyYV12FrameToOutputBuffer() local
322 size_t dstUVStride = dstYStride / 2; in copyYV12FrameToOutputBuffer()
329 dst += dstYStride; in copyYV12FrameToOutputBuffer()
332 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer()
339 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCallbackProcessor.h97 uint32_t dstYStride,
DCallbackProcessor.cpp466 uint32_t dstYStride, in convertFromFlexibleYuv() argument
482 yDst += dstYStride; in convertFromFlexibleYuv()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp451 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument
461 dstY += dstYStride; in copyOutputBufferToYuvPlanarFrame()
662 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in process() local
667 dstYStride, dstUVStride, in process()