Searched refs:convertYUV420Planar16ToYUV420Planar (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 570 static void convertYUV420Planar16ToYUV420Planar( in convertYUV420Planar16ToYUV420Planar() function 697 convertYUV420Planar16ToYUV420Planar(dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 599 static void convertYUV420Planar16ToYUV420Planar(uint8_t *dst, in convertYUV420Planar16ToYUV420Planar() function 718 convertYUV420Planar16ToYUV420Planar(dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 724 static void convertYUV420Planar16ToYUV420Planar(uint8_t *dst, in convertYUV420Planar16ToYUV420Planar() function 865 convertYUV420Planar16ToYUV420Planar(dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
|