Home
last modified time | relevance | path

Searched refs:BIT_RATE (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DInnerAVMuxerDemo.cpp27 constexpr int64_t BIT_RATE = 32000; member
66 trackFormat->Set<Tag::MEDIA_BITRATE>(BIT_RATE); in AddTrack()
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_opus_encoder_plugin.h31 BIT_RATE = 2,
/foundation/multimedia/audio_lite/test/unittest/
H A Daudiolite_test.cpp27 const int32_t BIT_RATE = 1024; member
38 audioCapInfo.bitRate = BIT_RATE; in SetUp()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_amrwb_encoder_demo.cpp39 constexpr int64_t BIT_RATE = 15850; member
97 OH_AVFormat_SetLongValue(format, MediaDescriptionKey::MD_KEY_BITRATE.data(), BIT_RATE); in RunCase()
H A Davcodec_audio_avbuffer_amrnb_encoder_demo.cpp39 constexpr int64_t BIT_RATE = 10200; member
97 OH_AVFormat_SetLongValue(format, MediaDescriptionKey::MD_KEY_BITRATE.data(), BIT_RATE); in RunCase()
H A Davcodec_audio_avbuffer_mp3_encoder_demo.cpp42 constexpr int32_t BIT_RATE = 128000; // 128000 member
99 OH_AVFormat_SetLongValue(format, MediaDescriptionKey::MD_KEY_BITRATE.data(), BIT_RATE); in RunCase()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h237 constexpr uint32_t BIT_RATE = 12000000; member
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_opus_encoder_plugin.cpp139 ret = PluginCodecPtr->SetPluginParameter(BIT_RATE, (int32_t) bitRate); in Init()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp460 senderAdapter_->SetParameter(AVTransTag::VIDEO_BIT_RATE, std::to_string(BIT_RATE)); in ChooseParameter()

Completed in 7 milliseconds