Home
last modified time | relevance | path

Searched refs:convertYUV420Planar16 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h96 status_t convertYUV420Planar16(
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp230 err = convertYUV420Planar16(src, dst); in convert()
585 status_t ColorConverter::convertYUV420Planar16( in convertYUV420Planar16() function in android::ColorConverter