OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_with_hw
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py
276
result_with_hw
= keyvals.get(PLAYBACK_WITH_HW_ACCELERATION)
277
if
result_with_hw
is not None:
279
description= 'hw_' + description, value=
result_with_hw
,
/external/autotest/client/site_tests/video_WebRtcPerf/
video_WebRtcPerf.py
349
result_with_hw
= keyvals.get(WEBRTC_WITH_HW_ACCELERATION)
350
if
result_with_hw
:
352
description= 'hw_' + description, value=
result_with_hw
,
Completed in 292 milliseconds