HomeSort by relevance Sort by last modified time
    Searched refs:PP_AUDIOMAXSAMPLEFRAMECOUNT (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 17 static_cast<uint32_t>(PP_AUDIOMAXSAMPLEFRAMECOUNT));
47 if (requested_sample_frame_count > PP_AUDIOMAXSAMPLEFRAMECOUNT)
48 return PP_AUDIOMAXSAMPLEFRAMECOUNT;
169 if (sample_frame_count > PP_AUDIOMAXSAMPLEFRAMECOUNT ||
  /external/chromium_org/ppapi/tests/
test_audio_config.cc 45 PP_AUDIOMAXSAMPLEFRAMECOUNT,
60 ASSERT_TRUE(request_frame_count <= PP_AUDIOMAXSAMPLEFRAMECOUNT);
65 ASSERT_TRUE(frame_count <= PP_AUDIOMAXSAMPLEFRAMECOUNT);
99 PP_AUDIOMAXSAMPLEFRAMECOUNT + 1u);
test_audio.cc 149 PP_AUDIOMAXSAMPLEFRAMECOUNT,
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 35 * count. <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> is the maximum possible
40 PP_AUDIOMAXSAMPLEFRAMECOUNT = 32768
123 * <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any
  /external/chromium_org/ppapi/api/
ppb_audio_config.idl 19 * count. <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> is the maximum possible
24 PP_AUDIOMAXSAMPLEFRAMECOUNT = 32768
109 * <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any
136 * <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any

Completed in 79 milliseconds