Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaformatshaper/
H A DCodecProperties.h137 bool qpMaxPoint(std::string resolution, std::string value);
H A DCodecProperties.cpp116 if (qpMaxPoint(resolution, value)) { in setTuningValue()
293 bool CodecProperties::qpMaxPoint(std::string resolution, std::string value) { in qpMaxPoint() function in android::mediaformatshaper::CodecProperties