Home
last modified time | relevance | path

Searched refs:startQp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.h51 int32_t startQp; member
H A Dcommand_parser.cpp395 … value >> ebrParam.minQp >> c >> ebrParam.maxQp >> c >> ebrParam.startQp >> c >> ebrParam.isSkip; in ParsePerFrameParam()
H A Dtester_codecbase.cpp320 …->SetData(OHOS::Media::Tag::VIDEO_ENCODER_QP_START, static_cast<int32_t>(param.ebrParam->startQp)); in SetEncoderPerFrameParam()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp966 int32_t startQp {}; in WrapStartQPIntoOmxBuffer() local
967 if (!meta->GetData(OHOS::Media::Tag::VIDEO_ENCODER_QP_START, startQp)) { in WrapStartQPIntoOmxBuffer()
971 AppendToVector(omxBuffer->alongParam, startQp); in WrapStartQPIntoOmxBuffer()