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,