OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
66
PP_AUDIOMINSAMPLEFRAMECOUNT
,
/external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc
48
if (requested_sample_frame_count <
PP_AUDIOMINSAMPLEFRAMECOUNT
)
49
return
PP_AUDIOMINSAMPLEFRAMECOUNT
;
71
if (sample_frame_count <
PP_AUDIOMINSAMPLEFRAMECOUNT
)
72
sample_frame_count =
PP_AUDIOMINSAMPLEFRAMECOUNT
;
173
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 249 milliseconds