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.h207 status_t convertYUV420Planar16ToY410(
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp1379 return convertYUV420Planar16ToY410(src, dst); in convertYUV420Planar16()
1527 status_t ColorConverter::convertYUV420Planar16ToY410( in convertYUV420Planar16ToY410() function in android::ColorConverter
1602 status_t ColorConverter::convertYUV420Planar16ToY410( in convertYUV420Planar16ToY410() function in android::ColorConverter
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp84 void convertYUV420Planar16ToY410(uint32_t *dst, const uint16_t *srcY, const uint16_t *srcU, in convertYUV420Planar16ToY410() function
352 convertYUV420Planar16ToY410(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride, in convertYUV420Planar16ToY410OrRGBA1010102()