Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp624 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument
631 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame()
634 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()
641 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
715 size_t dstYStride, size_t dstUVStride, size_t width, size_t height) { in convertYUV420Planar16ToYUV420Planar() argument
718 size_t dstYSize = dstYStride * height; in convertYUV420Planar16ToYUV420Planar()
729 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
812 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local
827 srcYStride, srcUStride, srcVStride, dstYStride, in outputBuffer()
831 srcUStride / 2, srcVStride / 2, dstYStride / sizeof(uint32_t), in outputBuffer()
[all …]
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp507 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument
514 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame()
517 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()
524 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
598 size_t dstYStride, size_t dstUVStride, size_t width, size_t height) { in convertYUV420Planar16ToYUV420Planar() argument
601 size_t dstYSize = dstYStride * height; in convertYUV420Planar16ToYUV420Planar()
612 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
700 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local
711 dstYStride / sizeof(uint32_t), in outputBuffer()
716 dstYStride, dstUVStride, in outputBuffer()
[all …]
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp471 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument
481 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame()
485 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
493 dst = dstStart + (dstYStride * height); in copyOutputBufferToYuvPlanarFrame()
679 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in process() local
684 dstYStride, dstUVStride, in process()
/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.h90 uint32_t dstYStride,
DCallbackProcessor.cpp455 uint32_t dstYStride, in convertFromFlexibleYuv() argument
471 yDst += dstYStride; in convertFromFlexibleYuv()