Home
last modified time | relevance | path

Searched refs:dstUVStride (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp360 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/
DSimpleC2Component.h56 size_t dstUVStride, size_t width, size_t height,
62 size_t dstUVStride, size_t width, size_t height,
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp322 size_t dstUVStride = dstYStride / 2; in copyYV12FrameToOutputBuffer() local
336 dst += dstUVStride; in copyYV12FrameToOutputBuffer()
343 dst += dstUVStride; in copyYV12FrameToOutputBuffer()