Searched refs:currentQP (Results 1 - 1 of 1) sorted by relevance
| /test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
| H A D | videoenc_api11_sample.cpp | 596 int32_t currentQP = DEFAULT_QP; in AutoSwitchParam() local 608 currentQP = DEFAULT_QP; in AutoSwitchParam() 609 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MAX, currentQP); in AutoSwitchParam() 610 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in AutoSwitchParam() 628 currentQP = DEFAULT_QP * DOUBLE; in AutoSwitchParam() 629 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MAX, currentQP); in AutoSwitchParam() 630 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in AutoSwitchParam() 683 int32_t currentQP = DEFAULT_QP; in SetBufferParameter() local 690 currentQP = DEFAULT_QP; in SetBufferParameter() 691 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MAX, currentQP); in SetBufferParameter() [all...] |
Completed in 2 milliseconds