OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
));
50
if (requested_sample_frame_count >
PP_AUDIOMAXSAMPLEFRAMECOUNT
)
51
return
PP_AUDIOMAXSAMPLEFRAMECOUNT
;
172
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
67
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 24 milliseconds