Searched refs:dstUVStride (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 360 size_t dstUVStride, size_t width, size_t height, in convertYUV420Planar16ToYV12() argument 375 dstV += dstUVStride; in convertYUV420Planar16ToYV12() 376 dstU += dstUVStride; in convertYUV420Planar16ToYV12() 388 dstU += dstUVStride; in convertYUV420Planar16ToYV12() 389 dstV += dstUVStride; in convertYUV420Planar16ToYV12() 396 size_t dstUVStride, size_t width, size_t height, in convertYUV420Planar16ToP010() argument 413 dstUV += dstUVStride; in convertYUV420Planar16ToP010() 425 dstUV += dstUVStride; in convertYUV420Planar16ToP010()
|
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 56 size_t dstUVStride, size_t width, size_t height, 62 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()
|