Searched refs:dstUVStride (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 41 size_t dstUVStride, uint32_t width, uint32_t height, in convertYUV420Planar8ToYV12() argument 54 dstV += dstUVStride; in convertYUV420Planar8ToYV12() 55 dstU += dstUVStride; in convertYUV420Planar8ToYV12() 63 dstV += dstUVStride; in convertYUV420Planar8ToYV12() 69 dstU += dstUVStride; in convertYUV420Planar8ToYV12() 349 size_t dstUVStride, size_t width, size_t height, in convertYUV420Planar16ToYV12() argument 364 dstV += dstUVStride; in convertYUV420Planar16ToYV12() 365 dstU += dstUVStride; in convertYUV420Planar16ToYV12() 377 dstU += dstUVStride; in convertYUV420Planar16ToYV12() 378 dstV += dstUVStride; in convertYUV420Planar16ToYV12() [all …]
|
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 36 size_t dstUVStride, uint32_t width, uint32_t height, 49 size_t dstUVStride, size_t width, size_t height, 55 size_t dstUVStride, size_t width, size_t height,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 322 size_t dstUVStride = dstYStride / 2; in copyYV12FrameToOutputBuffer() local 336 dst += dstUVStride; in copyYV12FrameToOutputBuffer() 343 dst += dstUVStride; in copyYV12FrameToOutputBuffer()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 764 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in outputBuffer() local 802 dstYStride / 2, dstUVStride / 2, mWidth, mHeight); in outputBuffer() 805 srcUStride / 2, srcVStride / 2, dstYStride, dstUVStride, in outputBuffer() 814 srcVStride, dstYStride, dstUVStride, mWidth, mHeight); in outputBuffer()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 722 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in outputBuffer() local 738 dstUVStride / 2, mWidth, mHeight, isMonochrome); in outputBuffer() 741 srcUStride / 2, srcVStride / 2, dstYStride, dstUVStride, mWidth, in outputBuffer() 749 srcVStride, dstYStride, dstUVStride, mWidth, mHeight, isMonochrome); in outputBuffer()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 581 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in outputBuffer() local 595 srcUStride / 2, srcVStride / 2, dstYStride, dstUVStride, in outputBuffer() 603 srcVStride, dstYStride, dstUVStride, mWidth, mHeight); in outputBuffer()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 604 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in process() local 614 srcYStride, srcUStride, srcVStride, dstYStride, dstUVStride, in process()
|