Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaformatshaper/
H A DCodecProperties.h83 bool supportsQp() { return mSupportsQp;} in supportsQp() function
H A DVQApply.cpp183 if (!codec->supportsQp()) { in VQApply()