Home
last modified time | relevance | path

Searched refs:getBpp (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libmediaformatshaper/
H A DCodecProperties.h78 double getBpp(int32_t width, int32_t height);
H A DVQApply.cpp138 double minimumBpp = codec->getBpp(width, height); in VQApply()
H A DCodecProperties.cpp272 double CodecProperties::getBpp(int32_t width, int32_t height) { in getBpp() function in android::mediaformatshaper::CodecProperties