Lines Matching refs:CodecProperties
35 CodecProperties::CodecProperties(std::string name, std::string mediaType) { in CodecProperties() function in android::mediaformatshaper::CodecProperties
41 std::string CodecProperties::getName(){ in getName()
45 std::string CodecProperties::getMediaType(){ in getMediaType()
49 int CodecProperties::supportedMinimumQuality() { in supportedMinimumQuality()
52 void CodecProperties::setSupportedMinimumQuality(int vmaf) { in setSupportedMinimumQuality()
56 void CodecProperties::setMissingQpBoost(double boost) { in setMissingQpBoost()
59 void CodecProperties::setPhaseOut(double phaseout) { in setPhaseOut()
65 int CodecProperties::supportedApi() { in supportedApi()
69 void CodecProperties::setFeatureValue(std::string key, int32_t value) { in setFeatureValue()
82 bool CodecProperties::getFeatureValue(std::string key, int32_t *valuep) { in getFeatureValue()
100 void CodecProperties::setTuningValue(std::string key, std::string value) { in setTuningValue()
169 bool CodecProperties::getTuningValue(std::string key, std::string &value) { in getTuningValue()
179 bool CodecProperties::bppPoint(std::string resolution, std::string value) { in bppPoint()
272 double CodecProperties::getBpp(int32_t width, int32_t height) { in getBpp()
293 bool CodecProperties::qpMaxPoint(std::string resolution, std::string value) { in qpMaxPoint()
390 int CodecProperties::targetQpMax(int32_t width, int32_t height) { in targetQpMax()
411 void CodecProperties::setTargetQpMax(int qpMax) { in setTargetQpMax()
418 std::string CodecProperties::getMapping(std::string key, std::string kind) { in getMapping()
433 void CodecProperties::showMappings() { in showMappings()
443 void CodecProperties::setMapping(std::string kind, std::string key, std::string value) { in setMapping()
449 const char **CodecProperties::getMappings(std::string kind, bool reverse) { in getMappings()