Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaformatshaper/
H A DCodecProperties.h124 bool bppPoint(std::string resolution, std::string value);
H A DCodecProperties.cpp129 if (bppPoint(resolution, value)) { in setTuningValue()
179 bool CodecProperties::bppPoint(std::string resolution, std::string value) { in bppPoint() function in android::mediaformatshaper::CodecProperties