Home
last modified time | relevance | path

Searched refs:playback (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/autotest/client/tests/sound_infrastructure/
Dsound_infrastructure.py38 def check_sound_files(self, playback=True, record=True): argument
48 if playback:
65 def check_device_list(self, playback=True, record=True): argument
75 if playback:
98 playback = board not in self._NO_PLAYBACK_BOARDS_LIST
99 self.check_sound_files(playback, record)
100 self.check_device_list(playback, record)
/external/autotest/client/common_lib/test_utils/
Dmock.py193 record=None, playback=None): argument
200 self.playback = playback
208 if self.playback:
209 return self.playback(self.symbol, *args, **dargs)
233 record=None, playback=None): argument
236 record, playback)
246 record=None, playback=None): argument
249 self.__playback = playback
294 playback = self.__method_playback
314 return playback(name, *args, **dargs)
[all …]
/external/autotest/server/site_tests/video_PlaybackQuality/
Dcontrol.mp49 PURPOSE = 'Measure video playback quality and dropped frame count.'
19 This test measure video playback quality by playback mp4 video format file.
21 playback.
/external/autotest/client/site_tests/video_MultiplePlayback/
Dvideo_MultiplePlayback.py34 playback = 0 # seconds
38 and playback < PLAYBACK_TEST_TIME_S):
45 playback = playback + 1
Dcontrol7 PURPOSE = "Verify that simultaneous playback works fine in all opened tabs."
9 This test will fail if video playback fails in any tab.
22 This test verify video playback simultaneously in three tabs.
/external/autotest/client/site_tests/video_VimeoVideo/
Dvideo_VimeoVideo.py90 playback = 0 # seconds
94 while (playback < self._PLAYBACK_TEST_TIME_S):
108 playback = playback + 1
/external/skia/bench/
DRecordingBench.cpp17 pic->playback(rec.beginRecording(pic->cullRect(), nullptr, in PictureCentricBench()
46 fSrc->playback(&r); in RecordingBench()
63 fSrc->playback(recorder.beginRecording(fSrc->cullRect(), fUseBBH ? &factory : nullptr)); in onDraw()
83 fSrc->playback(serializer.beginWrite(fSrc->cullRect(), &stream)); in onDraw()
/external/skqp/bench/
DRecordingBench.cpp17 pic->playback(rec.beginRecording(pic->cullRect(), nullptr, in PictureCentricBench()
46 fSrc->playback(&r); in RecordingBench()
63 fSrc->playback(recorder.beginRecording(fSrc->cullRect(), fUseBBH ? &factory : nullptr)); in onDraw()
83 fSrc->playback(serializer.beginWrite(fSrc->cullRect(), &stream)); in onDraw()
/external/autotest/client/site_tests/video_PlaybackPerf/
Dcontrol.power_vp87 PURPOSE = "Test the power consumption of VP8 video playback"
9 The test outputs the power consumption of VP8 video playback.
17 This test measures the power consumption of VP8 video playback for hardware
Dcontrol.power_h2647 PURPOSE = "Test the power consumption of H264 video playback"
9 The test outputs the power consumption of H264 video playback.
17 This test measures the power consumption of H264 video playback for hardware
Dcontrol.power_vp97 PURPOSE = "Test the power consumption of VP9 video playback"
9 The test outputs the power consumption of VP9 video playback.
17 This test measures the power consumption of VP9 video playback for hardware
Dcontrol.vp9.4k.607 PURPOSE = "Test the cpu usage and dropped frame count of VP9 4K 60fps video playback"
9 The test outputs the cpu usage and dropped frame count of VP9 4K 60fps video playback.
24 playback for hardware decode and software decode.
Dcontrol.h264.4k7 PURPOSE = "Test the cpu usage and dropped frame count of H264 4K video playback"
10 playback.
25 playback for hardware decode and software decode.
Dcontrol.vp9.4k7 PURPOSE = "Test the cpu usage and dropped frame count of VP9 4K video playback"
9 The test outputs the cpu usage and dropped frame count of VP9 4K video playback.
24 playback for hardware decode and software decode.
Dcontrol.vp87 PURPOSE = "Test the cpu usage and dropped frame count of VP8 video playback"
9 The test outputs the cpu usage and dropped frame count of VP8 video playback.
22 This test measures the CPU usage and dropped frame count of VP8 video playback
Dcontrol.h2647 PURPOSE = "Test the cpu usage and dropped frame count of H264 video playback"
9 The test outputs the cpu usage and dropped frame count of H264 video playback.
22 This test measures the CPU usage and dropped frame count of H264 video playback
Dcontrol.vp97 PURPOSE = "Test the cpu usage and dropped frame count of VP9 video playback"
9 The test outputs the cpu usage and dropped frame count of VP9 video playback.
22 This test measures the CPU usage and dropped frame count of VP9 video playback
Dcontrol.vp9.hfr9 playback
13 (60fps) video playback.
23 (60fps) video playback for software decode on all devices and hardware decode on
Dcontrol.vp8.4k7 PURPOSE = "Test the cpu usage and dropped frame count of VP8 4K video playback"
9 The test outputs the cpu usage and dropped frame count of VP8 4K video playback.
24 playback for software decode on all devices and hardware decode on those devices
/external/autotest/client/cros/video/
Dyoutube_helper.py109 playback = 0 # seconds
113 and playback < PLAYBACK_TEST_TIME_S):
129 playback = playback + 1
/external/skqp/src/core/
DSkPicturePlayback.h50 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } in AutoResetOpID() argument
/external/skia/src/core/
DSkPicturePlayback.h50 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } in AutoResetOpID() argument
/external/autotest/client/site_tests/audio_AlsaAPI/
Dcontrol.drop8 PURPOSE = 'Test that simple ALSA API succeeds to drop playback and reset hw_ptr.'
18 Check ALSA API succeeds to drop playback and reset hw_ptr.
/external/adhd/cras-config/daisy/
Ddsp.ini4 purpose=playback
12 purpose=playback
/external/autotest/client/site_tests/touch_StylusTaps/
Dcontrol9 This test will fail if, after playback of touch events, taps do not appear
20 Uses kernel playback and a javascript page to play and listen for stylus taps.

12345678910