OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_elements_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/audio/win/
audio_unified_win.cc
135
num_elements_
.reset(new int[kMaxNumSampleTypes]);
136
std::fill(
num_elements_
.get(),
num_elements_
.get() + kMaxNumSampleTypes, 0);
169
num_elements_
.get(),
num_elements_
.get() + kMaxNumSampleTypes);
527
resampler_margin_[
num_elements_
[RESAMPLER_MARGIN]] =
529
num_elements_
[RESAMPLER_MARGIN]++;
744
input_time_stamps_[
num_elements_
[INPUT_TIME_STAMP]] =
746
num_elements_
[INPUT_TIME_STAMP]++;
800
num_frames_in_fifo_[
num_elements_
[NUM_FRAMES_IN_FIFO]]
[
all
...]
audio_unified_win.h
339
scoped_ptr<int[]>
num_elements_
;
member in class:media::WASAPIUnifiedStream
Completed in 58 milliseconds