Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h112 status_t convertYUV420Planar16ToY410(
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp852 return convertYUV420Planar16ToY410(src, dst); in convertYUV420Planar16()
939 status_t ColorConverter::convertYUV420Planar16ToY410( in convertYUV420Planar16ToY410() function in android::ColorConverter
1013 status_t ColorConverter::convertYUV420Planar16ToY410( in convertYUV420Planar16ToY410() function in android::ColorConverter
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp73 void convertYUV420Planar16ToY410(uint32_t *dst, const uint16_t *srcY, const uint16_t *srcU, in convertYUV420Planar16ToY410() function
341 convertYUV420Planar16ToY410(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride, in convertYUV420Planar16ToY410OrRGBA1010102()