OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_samples_captured
(Results
1 - 5
of
5
) sorted by null
/external/qemu/audio/
noaudio.c
121
int total = sw->hw->
total_samples_captured
- sw->total_hw_samples_acquired;
audio_int.h
99
int
total_samples_captured
;
member in struct:HWVoiceIn
audio.c
943
int m = hw->
total_samples_captured
;
955
int live = hw->
total_samples_captured
- audio_pcm_hw_find_min_in (hw);
991
int live = hw->
total_samples_captured
- sw->total_hw_samples_acquired;
1016
live = hw->
total_samples_captured
- sw->total_hw_samples_acquired;
1371
sw->total_hw_samples_acquired = hw->
total_samples_captured
;
[
all
...]
coreaudio.c
659
avail = hw->samples - hw->
total_samples_captured
- core->decr;
661
D("%s: enter avail=%d core.decr=%d core.pos=%d hw.samples=%d hw.
total_samples_captured
=%d frameCount=%d\n",
662
__FUNCTION__, avail, core->decr, core->pos, hw->samples, hw->
total_samples_captured
, (int)frameCount);
winaudio.c
511
int live = hw->samples - hw->
total_samples_captured
;
Completed in 332 milliseconds