/aosp_15_r20/external/webrtc/api/video_codecs/ |
H A D | video_codec.cc | 73 complexity_(VideoCodecComplexity::kComplexityNormal) {} 139 return complexity_; in GetVideoEncoderComplexity() 144 complexity_ = complexity_setting; in SetVideoEncoderComplexity()
|
H A D | video_codec.h | 195 VideoCodecComplexity complexity_; variable
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/test/ |
H A D | neteq_opus_quality_test.cc | 63 int complexity_; member in webrtc::test::NetEqOpusQualityTest 82 complexity_(absl::GetFlag(FLAGS_complexity)), in NetEqOpusQualityTest() 132 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity_)); in SetUp()
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_register.cc | 167 instance.complexity = family->complexity_; in FindBenchmarks() 252 complexity_(oNone), in Benchmark() 412 complexity_ = complexity; in Complexity() 418 complexity_ = oLambda; in Complexity()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/ |
H A D | audio_encoder_opus.cc | 688 complexity_ = GetNewComplexity(config).value_or(config.complexity); in RecreateEncoderInstance() 689 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, complexity_)); in RecreateEncoderInstance() 756 if (new_complexity && complexity_ != *new_complexity) { in SetTargetBitrate() 757 complexity_ = *new_complexity; in SetTargetBitrate() 758 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, complexity_)); in SetTargetBitrate()
|
H A D | audio_encoder_opus.h | 170 int complexity_; variable
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | benchmark_api_internal.h | 34 BigO complexity() const { return complexity_; } in complexity() 61 BigO complexity_; variable
|
H A D | benchmark_api_internal.cc | 23 complexity_(benchmark_.complexity_), in BenchmarkInstance()
|
H A D | benchmark_register.cc | 220 complexity_(oNone), in Benchmark() 422 complexity_ = complexity; in Complexity() 428 complexity_ = oLambda; in Complexity()
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | benchmark_api_internal.h | 34 BigO complexity() const { return complexity_; } in complexity() 60 BigO complexity_; variable
|
H A D | benchmark_api_internal.cc | 23 complexity_(benchmark_.complexity_), in BenchmarkInstance()
|
H A D | benchmark_register.cc | 220 complexity_(oNone), in Benchmark() 422 complexity_ = complexity; in Complexity() 428 complexity_ = oLambda; in Complexity()
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 957 BigO complexity_; variable
|
/aosp_15_r20/external/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 1351 BigO complexity_; variable
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/ |
H A D | benchmark.h | 1310 BigO complexity_; variable
|