Searched refs:dstYStride (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 636 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument 643 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame() 646 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame() 653 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame() 727 size_t dstYStride, size_t dstUVStride, size_t width, size_t height) { in convertYUV420Planar16ToYUV420Planar() argument 730 size_t dstYSize = dstYStride * height; in convertYUV420Planar16ToYUV420Planar() 741 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar() 831 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local 846 srcYStride, srcUStride, srcVStride, dstYStride, in outputBuffer() 850 srcUStride / 2, srcVStride / 2, dstYStride / sizeof(uint32_t), in outputBuffer() [all …]
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 511 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument 518 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame() 521 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame() 528 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame() 602 size_t dstYStride, size_t dstUVStride, size_t width, size_t height) { in convertYUV420Planar16ToYUV420Planar() argument 605 size_t dstYSize = dstYStride * height; in convertYUV420Planar16ToYUV420Planar() 616 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar() 704 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local 715 dstYStride / sizeof(uint32_t), in outputBuffer() 720 dstYStride, dstUVStride, in outputBuffer() [all …]
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 468 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument 478 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame() 482 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame() 490 dst = dstStart + (dstYStride * height); in copyOutputBufferToYuvPlanarFrame() 676 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in process() local 681 dstYStride, dstUVStride, in process()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 321 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/ |
D | CallbackProcessor.h | 90 uint32_t dstYStride,
|
D | CallbackProcessor.cpp | 455 uint32_t dstYStride, in convertFromFlexibleYuv() argument 471 yDst += dstYStride; in convertFromFlexibleYuv()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 478 const size_t dstYStride = align(width, 16); in copyOutputBufferToYV12Frame() local 479 const size_t dstUVStride = align(dstYStride / 2, 16); in copyOutputBufferToYV12Frame() 485 dst += dstYStride; in copyOutputBufferToYV12Frame() 488 dst = dstStart + dstYStride * height; in copyOutputBufferToYV12Frame() 495 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()
|