Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DColorConverter.h36 bool isDstRGB() const;
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp437 if (mConverter != NULL && mConverter->isDstRGB()) { in render()
H A DColorConverter.cpp111 bool ColorConverter::isDstRGB() const { in isDstRGB() function in android::ColorConverter