Searched refs:convertYUV420Planar16ToY410 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 112 status_t convertYUV420Planar16ToY410(
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 852 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/ |
D | SimpleC2Component.cpp | 73 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()
|