Searched refs:dstYStride (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 635 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument 642 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame() 645 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame() 652 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame() 726 size_t dstYStride, size_t dstUVStride, size_t width, size_t height) { in convertYUV420Planar16ToYUV420Planar() argument 729 size_t dstYSize = dstYStride * height; in convertYUV420Planar16ToYUV420Planar() 740 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar() 830 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local 845 srcYStride, srcUStride, srcVStride, dstYStride, in outputBuffer() 849 srcUStride / 2, srcVStride / 2, dstYStride / sizeof(uint32_t), in outputBuffer() [all …]
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 509 size_t dstYStride, size_t dstUVStride, in copyOutputBufferToYuvPlanarFrame() argument 516 dst += dstYStride; in copyOutputBufferToYuvPlanarFrame() 519 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame() 526 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame() 600 size_t dstYStride, size_t dstUVStride, size_t width, size_t height) { in convertYUV420Planar16ToYUV420Planar() argument 603 size_t dstYSize = dstYStride * height; in convertYUV420Planar16ToYUV420Planar() 614 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar() 702 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() local 713 dstYStride / sizeof(uint32_t), in outputBuffer() 718 dstYStride, dstUVStride, in outputBuffer() [all …]
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 471 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/ |
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()
|