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

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

Completed in 53 milliseconds