HomeSort by relevance Sort by last modified time
    Searched full:min_sample_frame_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 115 int min_sample_frame_count = kLowLatencySampleFrameCount; local
118 min_sample_frame_count = std::max(
123 min_sample_frame_count, sample_frame_count);

Completed in 1193 milliseconds