Searched refs:DYNAMIC_RANGE (Results 1 – 2 of 2) sorted by relevance
136 const std::string DYNAMIC_RANGE = "decodeDynamicRange"; variable
577 if (queryKey.count(DYNAMIC_RANGE) != 0) { in GetUriParamsFromQueryKey()578 uriParams.dynamicRange = static_cast<DecodeDynamicRange>(stoi(queryKey[DYNAMIC_RANGE])); in GetUriParamsFromQueryKey()