Searched refs:currentQP (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 794 int32_t currentQP = DEFAULT_QP; in AutoSwitchParam() local 806 currentQP = DEFAULT_QP; in AutoSwitchParam() 807 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MAX, currentQP); in AutoSwitchParam() 808 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in AutoSwitchParam() 826 currentQP = DEFAULT_QP * DOUBLE; in AutoSwitchParam() 827 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MAX, currentQP); in AutoSwitchParam() 828 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in AutoSwitchParam() 899 int32_t currentQP = DEFAULT_QP; in SetBufferParameter() local 906 currentQP = DEFAULT_QP; in SetBufferParameter() 907 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MAX, currentQP); in SetBufferParameter() [all...] |
Completed in 2 milliseconds