Searched refs:volume_t (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dmixeng.h32 typedef struct { int mute; uint32_t r; uint32_t l; } volume_t; typedef in typeref:struct:__anon9903
38 typedef struct { int mute; real_t r; real_t l; } volume_t; typedef in typeref:struct:__anon9905
41 typedef struct { int mute; int64_t r; int64_t l; } volume_t; typedef in typeref:struct:__anon9907
47 int samples, volume_t *vol);
H A Daudio_int.h131 volume_t vol;
147 volume_t vol;
223 extern volume_t nominal_volume;
225 extern volume_t pcm_out_volume;
226 extern volume_t pcm_in_volume;
H A Dmixeng_template.h117 (PPDMHOSTSTEREOSAMPLE dst, const void *src, int samples, volume_t *vol)
119 (st_sample_t *dst, const void *src, int samples, volume_t *vol)
150 (PPDMHOSTSTEREOSAMPLE dst, const void *src, int samples, volume_t *vol)
152 (st_sample_t *dst, const void *src, int samples, volume_t *vol)
H A Daudio.c151 volume_t nominal_volume = {
168 volume_t sum_out_volume =
174 volume_t master_out_volume =
180 volume_t pcm_out_volume =
186 volume_t pcm_in_volume =
735 int samples, volume_t *vol)
1925 volume_t *vol = NULL;
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h38 } volume_t; typedef in typeref:struct:__anon359
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp46 //typedef struct { int mute; uint32_t r; uint32_t l; } volume_t;
49 volume_t videorec_nominal_volume = {

Completed in 55 milliseconds