Home
last modified time | relevance | path

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

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