Searched refs:audio_shared_format (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/win_audio/src/ |
H A D | lib.rs | 164 let (playback_buffer_stream, audio_shared_format): ( in new_playback_stream_and_get_shared_format() 174 let audio_shared_format = renderer.get_audio_shared_format(); in new_playback_stream_and_get_shared_format() localVariable 179 Some((renderer_arc.clone(), audio_shared_format)); in new_playback_stream_and_get_shared_format() 180 (renderer_arc, audio_shared_format) in new_playback_stream_and_get_shared_format() 206 Ok((playback_buffer_stream, audio_shared_format)) in new_playback_stream_and_get_shared_format() 223 let (async_playback_buffer_stream, audio_shared_format): ( in new_async_playback_stream_and_get_shared_format() 235 let audio_shared_format = renderer.get_audio_shared_format(); in new_async_playback_stream_and_get_shared_format() localVariable 237 (renderer_box, audio_shared_format) in new_async_playback_stream_and_get_shared_format() 263 Ok((async_playback_buffer_stream, audio_shared_format)) in new_async_playback_stream_and_get_shared_format() 279 let (capturer, audio_shared_format): ( in new_async_capture_stream_and_get_shared_format() [all …]
|
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/ |
H A D | mod.rs | 260 RendererStream::Device((device_renderer, _)) => device_renderer.audio_shared_format, in get_audio_shared_format() 427 let audio_shared_format = device.audio_shared_format; in new() localVariable 430 audio_shared_format.frame_rate, in new() 432 audio_shared_format.shared_audio_engine_period_in_frames, in new() 433 audio_shared_format.channels, in new() 434 audio_shared_format.channel_mask, in new() 568 pub audio_shared_format: AudioSharedFormat, field 670 let audio_shared_format = in new() localVariable 676 audio_shared_format, in new() 762 .audio_shared_format in enough_available_frames() [all …]
|
H A D | async_stream.rs | 162 let audio_shared_format = device_renderer.audio_shared_format; in unregister_notification_client_and_make_new_device_renderer() localVariable 166 audio_shared_format.frame_rate, in unregister_notification_client_and_make_new_device_renderer() 168 audio_shared_format.shared_audio_engine_period_in_frames, in unregister_notification_client_and_make_new_device_renderer() 169 audio_shared_format.channels, in unregister_notification_client_and_make_new_device_renderer() 170 audio_shared_format.channel_mask, in unregister_notification_client_and_make_new_device_renderer() 279 let format = device_renderer.audio_shared_format; in commit() 320 let format = device_renderer.audio_shared_format; in write_slice_to_wasapi_buffer_and_release_buffer() 420 let audio_shared_format = device_capturer.audio_shared_format; in unregister_notification_client_and_make_new_device_capturer() localVariable 423 audio_shared_format.frame_rate, in unregister_notification_client_and_make_new_device_capturer() 426 audio_shared_format.channels, in unregister_notification_client_and_make_new_device_capturer() [all …]
|
H A D | wave_format.rs | 1060 let audio_shared_format = in test_create_audio_shared_format_wave_format_ex() localVariable 1064 audio_shared_format.bit_depth, in test_create_audio_shared_format_wave_format_ex() 1067 assert_eq!(audio_shared_format.channels, wave_format.nChannels as usize); in test_create_audio_shared_format_wave_format_ex() 1069 audio_shared_format.frame_rate, in test_create_audio_shared_format_wave_format_ex() 1073 audio_shared_format.shared_audio_engine_period_in_frames, in test_create_audio_shared_format_wave_format_ex() 1102 let audio_shared_format = in test_create_audio_shared_format_wave_format_extensible() localVariable 1106 audio_shared_format.bit_depth, in test_create_audio_shared_format_wave_format_extensible() 1110 audio_shared_format.channels, in test_create_audio_shared_format_wave_format_extensible() 1114 audio_shared_format.frame_rate, in test_create_audio_shared_format_wave_format_extensible() 1118 audio_shared_format.shared_audio_engine_period_in_frames, in test_create_audio_shared_format_wave_format_extensible() [all …]
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/ |
H A D | windows.rs | 138 let (async_capture_buffer_stream, audio_shared_format) = self in set_up_async_capture_stream()
|