Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h90 status_t convertYUV420PlanarUseLibYUV(
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp219 err = convertYUV420PlanarUseLibYUV(src, dst); in convert()
333 status_t ColorConverter::convertYUV420PlanarUseLibYUV( in convertYUV420PlanarUseLibYUV() function in android::ColorConverter