Home
last modified time | relevance | path

Searched refs:convertYUV420Planar16ToY410 (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h99 status_t convertYUV420Planar16ToY410(
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp588 return convertYUV420Planar16ToY410(src, dst); in convertYUV420Planar16()
625 status_t ColorConverter::convertYUV420Planar16ToY410( in convertYUV420Planar16ToY410() function in android::ColorConverter
699 status_t ColorConverter::convertYUV420Planar16ToY410( in convertYUV420Planar16ToY410() function in android::ColorConverter
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp503 static void convertYUV420Planar16ToY410(uint32_t *dst, const uint16_t *srcY, in convertYUV420Planar16ToY410() function
693 convertYUV420Planar16ToY410( in outputBuffer()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp536 static void convertYUV420Planar16ToY410(uint32_t *dst, in convertYUV420Planar16ToY410() function
713 convertYUV420Planar16ToY410((uint32_t *)dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp661 static void convertYUV420Planar16ToY410(uint32_t *dst, in convertYUV420Planar16ToY410() function
848 convertYUV420Planar16ToY410( in outputBuffer()