Home
last modified time | relevance | path

Searched defs:bitrate (Results 1 - 25 of 40) sorted by relevance

12

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Di_stream.h43 uint32_t bitrate = 0; member
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp157 std::vector<uint32_t> bitrate; in HWTEST_F() local
172 uint32_t bitrate = 0; in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Dcodeclist_core_coverage_unit_test.cpp100 constexpr uint64_t bitrate = 300000; in HWTEST_F() local
113 constexpr uint64_t bitrate = 300000000; in HWTEST_F() local
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dcodec_capability.h66 CodecRange bitrate; member in OHOS::Media::EncoderCapabilityData
H A Drecorder_profiles.h201 Range bitrate; member
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFuzzTest.cpp182 int32_t bitrate = getIntRand(); in HWTEST_F() local
243 int32_t bitrate = getIntRand(); in HWTEST_F() local
H A DNativeStablityTest.cpp148 long bitrate; in GetAVFormatByDecoder() local
92 GetParamsByName(string decoderName, string inputFile, int32_t& channelCount, int32_t& sampleRate, long& bitrate) GetParamsByName() argument
657 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
746 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
788 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
[all...]
H A DNativeFunctionTest.cpp174 long bitrate; in runDecode() local
259 long bitrate = atol(bitStr.c_str()); in HWTEST_F() local
118 getParamsByName(string decoderName, string inputFile, int32_t& channelCount, int32_t& sampleRate, long& bitrate) getParamsByName() argument
305 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
351 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
397 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
441 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
486 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
531 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
576 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
621 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
668 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
715 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
760 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
805 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
849 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
892 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
934 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
977 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
1078 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
1121 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
1163 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
1206 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
1300 long bitrate = atol(bitStr.c_str()); HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFunctionTest.cpp189 int32_t bitrate = bitrateList[i]; in HWTEST_F() local
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFuzzTest.cpp181 int32_t bitrate = getIntRand(); in HWTEST_F() local
248 int32_t bitrate = getIntRand(); in HWTEST_F() local
H A DNativeFunctionTest.cpp141 OH_AVFormat* getAVFormatAAC(int32_t channelCount, int32_t sampleRate, int64_t bitrate) in getAVFormatAAC() argument
171 OH_AVFormat* getAVFormatFlac(int32_t channelCount, int32_t sampleRate, int32_t sampleFormat, int64_t bitrate) in getAVFormatFlac() argument
400 long bitrate = 500000; in HWTEST_F() local
450 long bitrate = 500000; in HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp1164 constexpr int64_t bitrate = 300000; in HWTEST_F() local
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFunctionTest.cpp393 int32_t bitrate = bitrateList[i]; in HWTEST_F() local
425 int32_t bitrate = bitrateList[i]; in HWTEST_F() local
456 int32_t bitrate = bitrateList[i]; HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/
H A Daudio_encoder_reset_demo.cpp155 long bitrate = BIT_RATE_64000; in Setformat() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/
H A Daudio_encoder_flush_demo.cpp155 long bitrate = BIT_RATE_64000; in Setformat() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp340 int32_t bitrate = static_cast<int32_t>(pow(float(size_->width) * float(size_->height) / DEFAULT_SIZE, in Configure() local
/foundation/multimedia/av_codec/test/fuzztest/audioencoderdescription_fuzzer/
H A Daudio_encoder_description_demo.cpp155 long bitrate = BIT_RATE_64000; in Setformat() local
[all...]
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.cpp334 uint32_t bitrate = *(static_cast<uint32_t *>(static_cast<void *>(addr))); in OnBitRateCollectedCb() local
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp222 const auto &bitrate = codecInfo->GetSupportedBitrate(); in OH_AVCapability_GetEncoderBitrateRange() local
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp125 int64_t bitrate = -1; in ShowSourceDescription() local
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp276 int64_t bitrate; in BitrateAndQualityChecker() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/
H A Daudio_encoder_demo.cpp176 long bitrate = BIT_RATE_64000; in Setformat() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dnet2_test.cpp120 int64_t bitrate = 0; in CheckVideoKey() local
157 int64_t bitrate = 0; in CheckAudioKey() local
199 int64_t bitrate = 0; in CheckAudioKeyVVC() local
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h151 Range bitrate; member
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp232 long bitrate; in RunCase() local
114 GetParamsByName(string decoderName, string inputFile, int32_t &channelCount, int32_t &sampleRate, long &bitrate) GetParamsByName() argument

Completed in 21 milliseconds

12