Searched refs:startQp (Results 1 – 4 of 4) sorted by relevance
51 int32_t startQp; member
395 … value >> ebrParam.minQp >> c >> ebrParam.maxQp >> c >> ebrParam.startQp >> c >> ebrParam.isSkip; in ParsePerFrameParam()
320 …->SetData(OHOS::Media::Tag::VIDEO_ENCODER_QP_START, static_cast<int32_t>(param.ebrParam->startQp)); in SetEncoderPerFrameParam()
966 int32_t startQp {}; in WrapStartQPIntoOmxBuffer() local967 if (!meta->GetData(OHOS::Media::Tag::VIDEO_ENCODER_QP_START, startQp)) { in WrapStartQPIntoOmxBuffer()971 AppendToVector(omxBuffer->alongParam, startQp); in WrapStartQPIntoOmxBuffer()