Home
last modified time | relevance | path

Searched refs:currentBitrate (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp580 int64_t currentBitrate = DEFAULT_BITRATE; in AutoSwitchParam() local
585 currentBitrate = DEFAULT_BITRATE >> 1; in AutoSwitchParam()
586 cout<<"switch bitrate "<< currentBitrate; in AutoSwitchParam() local
587 (void)OH_AVFormat_SetLongValue(format, OH_MD_KEY_BITRATE, currentBitrate); in AutoSwitchParam()
601 currentBitrate = DEFAULT_BITRATE << 1; in AutoSwitchParam()
602 cout<<"switch bitrate "<< currentBitrate; in AutoSwitchParam() local
603 (void)OH_AVFormat_SetLongValue(format, OH_MD_KEY_BITRATE, currentBitrate); in AutoSwitchParam()
H A Dvideoenc_api11_sample.cpp792 int64_t currentBitrate = DEFAULT_BITRATE; in AutoSwitchParam() local
798 currentBitrate = DEFAULT_BITRATE >> 1; in AutoSwitchParam()
799 (void)OH_AVFormat_SetLongValue(format, OH_MD_KEY_BITRATE, currentBitrate); in AutoSwitchParam()
816 currentBitrate = DEFAULT_BITRATE << 1; in AutoSwitchParam()
817 cout<<"switch bitrate "<< currentBitrate; in AutoSwitchParam() local
818 (void)OH_AVFormat_SetLongValue(format, OH_MD_KEY_BITRATE, currentBitrate); in AutoSwitchParam()

Completed in 4 milliseconds