Searched refs:isCfg (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 214 bool GetParameter(uint32_t index, T& param, bool isCfg = false) 219 int32_t ret = isCfg ? compNode_->GetConfig(index, inVec, outVec) : 235 bool SetParameter(uint32_t index, const T& param, bool isCfg = false) 239 int32_t ret = isCfg ? compNode_->SetConfig(index, inVec) :
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.h | 273 bool GetParameter(uint32_t index, T& param, bool isCfg = false) 278 int32_t ret = isCfg ? compNode_->GetConfig(index, inVec, outVec) : 294 bool SetParameter(uint32_t index, const T& param, bool isCfg = false) 298 int32_t ret = isCfg ? compNode_->SetConfig(index, inVec) :
|
H A D | hencoder.h | 70 int32_t SetQpRange(const Format &format, bool isCfg);
|
H A D | hencoder.cpp | 178 int32_t HEncoder::SetQpRange(const Format &format, bool isCfg) in SetQpRange() argument 191 if (!SetParameter(OMX_IndexParamQPRange, QPRangeParam, isCfg)) { in SetQpRange()
|