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

  /external/chromium_org/ppapi/tests/
test_audio_config.cc 44 PP_AUDIOMINSAMPLEFRAMECOUNT,
59 ASSERT_TRUE(request_frame_count >= PP_AUDIOMINSAMPLEFRAMECOUNT);
64 ASSERT_TRUE(frame_count >= PP_AUDIOMINSAMPLEFRAMECOUNT);
86 PP_AUDIOMINSAMPLEFRAMECOUNT);
90 ASSERT_TRUE(PP_AUDIOMINSAMPLEFRAMECOUNT >= 1);
94 PP_AUDIOMINSAMPLEFRAMECOUNT - 1u);
test_audio.cc 148 PP_AUDIOMINSAMPLEFRAMECOUNT,
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 45 if (requested_sample_frame_count < PP_AUDIOMINSAMPLEFRAMECOUNT)
46 return PP_AUDIOMINSAMPLEFRAMECOUNT;
68 if (sample_frame_count < PP_AUDIOMINSAMPLEFRAMECOUNT)
69 sample_frame_count = PP_AUDIOMINSAMPLEFRAMECOUNT;
170 sample_frame_count < PP_AUDIOMINSAMPLEFRAMECOUNT)
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 34 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> is the minimum possible frame
39 PP_AUDIOMINSAMPLEFRAMECOUNT = 64,
122 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than
  /external/chromium_org/ppapi/api/
ppb_audio_config.idl 18 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> is the minimum possible frame
23 PP_AUDIOMINSAMPLEFRAMECOUNT = 64,
108 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than
135 * <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than

Completed in 903 milliseconds