Home
last modified time | relevance | path

Searched defs:encoder_settings (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dprofile_server_test.cc2411 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
2601 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
2712 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
2825 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
2930 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
3029 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
3149 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
3272 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
3404 std::unique_ptr<fidlbredr::AudioEncoderSettings> encoder_settings = in TEST_P() local
H A Dhelpers.cc139 FidlToEncoderSettingsSbc(const fbredr::AudioEncoderSettings& encoder_settings, in FidlToEncoderSettingsSbc()
212 FidlToEncoderSettingsAac(const fbredr::AudioEncoderSettings& encoder_settings, in FidlToEncoderSettingsAac()
H A Dhelpers_test.cc279 std::unique_ptr<fbredr::AudioEncoderSettings> encoder_settings = in TEST() local
308 std::unique_ptr<fbredr::AudioEncoderSettings> encoder_settings = in TEST() local
/aosp_15_r20/external/webrtc/video/adaptation/
H A Dbitrate_constraint.cc29 absl::optional<EncoderSettings> encoder_settings) { in OnEncoderSettingsUpdated()
H A Dbitrate_constraint_unittest.cc103 EncoderSettings encoder_settings(MakeEncoderInfo(), in OnEncoderSettingsUpdated() local
H A Dvideo_stream_encoder_resource_manager.cc434 EncoderSettings encoder_settings) { in SetEncoderSettings()
/aosp_15_r20/external/webrtc/call/adaptation/
H A Dvideo_stream_input_state_provider.cc35 EncoderSettings encoder_settings) { in OnEncoderSettingsChanged()
/aosp_15_r20/external/libaom/common/
H A Dwebmenc.cc85 const char *encoder_settings) { in write_webm_file_header()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream.cc114 const VideoStreamEncoderSettings& encoder_settings, in CreateVideoStreamEncoder()
H A Dvideo_stream_encoder.cc1444 EncoderSettings encoder_settings( in OnEncoderSettingsChanged() local
H A Dvideo_send_stream_tests.cc2465 VideoCodecH264 encoder_settings = VideoEncoder::GetDefaultH264Settings(); in VerifyCodecSpecifics() local
2497 VideoCodecVP8 encoder_settings = encoder_settings_; in VerifyCodecSpecifics() local
2531 VideoCodecVP9 encoder_settings = encoder_settings_; in VerifyCodecSpecifics() local
H A Dvideo_stream_encoder_unittest.cc9143 VideoStreamEncoderSettings encoder_settings{ in TEST() local
/aosp_15_r20/external/libaom/apps/
H A Daomenc.c1421 const char *encoder_settings) { in open_output_file()
2399 char *encoder_settings = NULL; in main() local
/aosp_15_r20/external/webrtc/call/
H A Dvideo_send_stream.h166 VideoStreamEncoderSettings encoder_settings; member