Home
last modified time | relevance | path

Searched defs:n_formats (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dext-device-restore.h40 uint8_t n_formats; /**< How many formats do we have? */ member
Dext-device-restore.c298 uint8_t n_formats, in pa_ext_device_restore_save_formats()
Dintrospect.h290 uint8_t n_formats; /**< Number of formats supported by the sink. \since 1.0 */ member
395 … uint8_t n_formats; /**< Number of formats supported by the source. \since 1.0 */ member
Dstream.c93 unsigned int n_formats, in pa_stream_new_with_proplist_internal()
235 unsigned int n_formats, in pa_stream_new_extended()
Dinternal.h167 uint8_t n_formats; member
Dintrospect.c247 uint8_t n_formats; in context_get_sink_info_callback() local
526 uint8_t n_formats; in context_get_source_info_callback() local
/third_party/pulseaudio/src/modules/
Dmodule-device-restore.c351 uint8_t n_formats; in perportentry_write() local
393 uint8_t i, n_formats; in perportentry_read() local
1118 uint8_t i, n_formats; in extension_cb() local
Dmodule-tunnel.c1214 uint8_t n_formats; in read_formats() local
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_formats.c420 uint32_t n_formats; member
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c435 uint32_t n_formats; member
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c1797 uint8_t n_formats = 0; in command_create_playback_stream() local
2125 uint8_t n_formats = 0; in command_create_record_stream() local
/third_party/pulseaudio/src/utils/
Dpactl.c466 static const char* pa_format_infos_to_json_array(pa_format_info **formats, uint8_t n_formats) { in pa_format_infos_to_json_array()