Home
last modified time | relevance | path

Searched refs:complexity_ (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_codec.cc73 complexity_(VideoCodecComplexity::kComplexityNormal) {}
139 return complexity_; in GetVideoEncoderComplexity()
144 complexity_ = complexity_setting; in SetVideoEncoderComplexity()
H A Dvideo_codec.h195 VideoCodecComplexity complexity_; variable
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_opus_quality_test.cc63 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 Dbenchmark_register.cc167 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 Daudio_encoder_opus.cc688 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 Daudio_encoder_opus.h170 int complexity_; variable
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark_api_internal.h34 BigO complexity() const { return complexity_; } in complexity()
61 BigO complexity_; variable
H A Dbenchmark_api_internal.cc23 complexity_(benchmark_.complexity_), in BenchmarkInstance()
H A Dbenchmark_register.cc220 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 Dbenchmark_api_internal.h34 BigO complexity() const { return complexity_; } in complexity()
60 BigO complexity_; variable
H A Dbenchmark_api_internal.cc23 complexity_(benchmark_.complexity_), in BenchmarkInstance()
H A Dbenchmark_register.cc220 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 Dbenchmark.h957 BigO complexity_; variable
/aosp_15_r20/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1351 BigO complexity_; variable
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/
H A Dbenchmark.h1310 BigO complexity_; variable