OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hardware_sample_frame_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc
69
uint32_t
hardware_sample_frame_count
=
local
77
if (!
hardware_sample_frame_count
|| !hardware_sample_rate)
101
hardware_sample_frame_count
, sample_frame_count);
109
hardware_sample_frame_count
>= kHighLatencySampleFrameCount ||
111
hardware_sample_frame_count
> hardware_sample_rate / 100u)) {
114
std::max(kHighLatencySampleFrameCount,
hardware_sample_frame_count
));
128
hardware_sample_frame_count
> hardware_sample_rate / 100u) {
130
2 * kLowLatencySampleFrameCount,
hardware_sample_frame_count
);
Completed in 357 milliseconds