/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 637 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/ |
D | C2SoftAomDec.cpp | 512 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/ |
D | C2SoftGav1Dec.cpp | 471 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/ |
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 | 97 uint32_t dstYStride,
|
D | CallbackProcessor.cpp | 466 uint32_t dstYStride, in convertFromFlexibleYuv() argument 482 yDst += dstYStride; in convertFromFlexibleYuv()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 451 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()
|