HomeSort by relevance Sort by last modified time
    Searched defs:GetSampleFrameCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_audio_config_thunk.cc 60 uint32_t GetSampleFrameCount(PP_Resource config_id) {
61 VLOG(4) << "PPB_AudioConfig::GetSampleFrameCount()";
65 return enter.object()->GetSampleFrameCount();
81 &GetSampleFrameCount
89 &GetSampleFrameCount,
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 167 * GetSampleFrameCount() returns the sample frame count for the given
177 uint32_t (*GetSampleFrameCount)(PP_Resource config);
204 uint32_t (*GetSampleFrameCount)(PP_Resource config);
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 153 uint32_t PPB_AudioConfig_Shared::GetSampleFrameCount() {

Completed in 147 milliseconds