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

  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTestBase.java 142 protected void playLiveVideoTest(String path, int playTime) throws Exception {
143 playVideoWithRetries(path, null, null, playTime);
146 protected void playLiveAudioOnlyTest(String path, int playTime) throws Exception {
147 playVideoWithRetries(path, -1, -1, playTime);
154 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime)
161 playLoadedVideo(width, height, playTime);
182 int playTime) throws Exception {
183 playVideoWithRetries(uri, headers, cookies, null /* width */, null /* height */, playTime);
188 int playTime) throws Exception {
189 playVideoWithRetries(uri, headers, cookies, -1 /* width */, -1 /* height */, playTime);
    [all...]
MediaPlayerDrmTestBase.java 203 int playTime, ModularDrmTestType testType) throws Exception {
210 playLoadedModularDrmVideo(file, width, height, playTime, testType);
233 * @param playTime length of time to play video, or 0 to play entire video
237 final Integer height, int playTime, ModularDrmTestType testType) throws Exception {
245 playLoadedModularDrmVideo_Generic(file, width, height, playTime, testType);
249 playLoadedModularDrmVideo_V4_offlineKey(file, width, height, playTime);
255 final Integer height, int playTime, ModularDrmTestType testType) throws Exception {
333 if (playTime == 0) {
337 Log.v(TAG, "playLoadedVideo: waiting while playing for " + playTime);
338 playbackCompleted.waitForSignal(playTime);
    [all...]
StreamingMediaPlayerTest.java 590 private void localHlsTest(final String name, int playTime, int bitsPerMs, boolean isAudioOnly)
592 localHlsTest(name, null, null, false, false, playTime, bitsPerMs, isAudioOnly);
596 boolean appendQueryString, boolean redirect, int playTime, int bitsPerMs,
619 playLiveAudioOnlyTest(Uri.parse(stream_url), headers, cookies, playTime);
621 playLiveVideoTest(Uri.parse(stream_url), headers, cookies, playTime);
MediaPlayerTest.java     [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 79 EAS_I32 playTime;
116 if ((result = EAS_ParseMetaData(easData, handle, &playTime)) != EAS_SUCCESS)
121 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0xe624f4d9, 0x00000005 , playTime / 1000, playTime % 1000);
143 if ((result = EAS_GetLocation(easData, handle, &playTime)) != EAS_SUCCESS)
150 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Parser time: %d.%03d\n", playTime / 1000, playTime % 1000); */ }
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 141 final float playTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f);
155 mPlayTimeView.setTargetValue(playTime);
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc     [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 327 ASN1_INTEGER *playTime;
400 ASN1_SIMPLE(LogotypeAudioInfo, playTime, ASN1_INTEGER),
    [all...]

Completed in 277 milliseconds