Searched defs:RecommendSampleFrameCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Daudio_config.cc57 uint32_t AudioConfig::RecommendSampleFrameCount( function in class:pp::AudioConfig
63 RecommendSampleFrameCount(instance.pp_instance(),
69 RecommendSampleFrameCount(sample_rate,
/external/chromium_org/ppapi/c/
H A Dppb_audio_config.h78 * be the result of calling <code>RecommendSampleFrameCount</code>. If the
104 * from the <code>RecommendSampleFrameCount</code> function.
114 * RecommendSampleFrameCount() returns the supported sample frame count
127 * RecommendSampleFrameCount() result is intended for audio output devices.
139 uint32_t (*RecommendSampleFrameCount)( member in struct:PPB_AudioConfig_1_1
175 * RecommendSampleFrameCount() for more on sample frame counts.
199 uint32_t (*RecommendSampleFrameCount)( member in struct:PPB_AudioConfig_1_0

Completed in 108 milliseconds