Searched refs:mayExpand (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h149 // it returns the closest dataSpace for given color |aspects|. if |mayExpand| is true, it allows
152 static android_dataspace getDataSpaceForColorAspects(ColorAspects &aspects, bool mayExpand);
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DColorUtils.h149 // it returns the closest dataSpace for given color |aspects|. if |mayExpand| is true, it allows
152 static android_dataspace getDataSpaceForColorAspects(ColorAspects &aspects, bool mayExpand);
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DColorUtils.h149 // it returns the closest dataSpace for given color |aspects|. if |mayExpand| is true, it allows
152 static android_dataspace getDataSpaceForColorAspects(ColorAspects &aspects, bool mayExpand);
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp549 android_dataspace ColorUtils::getDataSpaceForColorAspects(ColorAspects &aspects, bool mayExpand) { argument
552 mayExpand = false;
599 if (!mayExpand) {

Completed in 123 milliseconds