Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DCodecProperties.h72 int targetQpMax(int32_t width, int32_t height);
DVQApply.cpp164 int32_t qpmax = codec->targetQpMax(width, height); in VQApply()
DCodecProperties.cpp390 int CodecProperties::targetQpMax(int32_t width, int32_t height) { in targetQpMax() function in android::mediaformatshaper::CodecProperties