History log of /external/autotest/server/site_tests/audiovideo_AVSync/audiovideo_AVSync.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
195b630c9ae66b75f17a013c7efd6e624b9ee4d8 16-Nov-2016 Achuith Bhandarkar <achuith@chromium.org> autotest: Remove use of is_component.

This is not a behavior change since is_component defaults to True.

BUG=chromium:654525
TEST=None

Change-Id: I5ea7d1ab710e30be2075c41012851c685edb5f90
Reviewed-on: https://chromium-review.googlesource.com/412076
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Wai-Hong Tam <waihong@google.com>
/external/autotest/server/site_tests/audiovideo_AVSync/audiovideo_AVSync.py
ad78170c346b5abb156841452cdd75d9f30422c2 03-Oct-2016 Moja Hsu <mojahsu@google.com> Chameleon: Merge create_remote_facade_factory into remote_facade_factory.

We created an advanced method to create facade factory in audio_test.
This method will get MULTIMEDIA_XMLRPC_SERVER_LOG_FILE into results
directory.
Merge it into remote_facade_factory for non audio related tests.

BUG=None
TEST=Run audio_AudioBasicHDMI and check if we have the log in results
directory.

Change-Id: Ic6311428fe99b2ecdd6da381ee2b193cf9d4f573
Reviewed-on: https://chromium-review.googlesource.com/391986
Commit-Ready: Hsu Wei-Cheng <mojahsu@chromium.org>
Tested-by: Hsu Wei-Cheng <mojahsu@chromium.org>
Reviewed-by: Cheng-Yi Chiang <cychiang@chromium.org>
/external/autotest/server/site_tests/audiovideo_AVSync/audiovideo_AVSync.py
e10a946819becf0bfe6437e6449922b73082a496 29-Sep-2016 Chen-Hao Chang@google.com <haocc@google.com> [autotest] Integrate ARC to AVSync test.

Add the test to test AVSync for ARC. The video related utilities are
implemented in VideoFacade. Currently, ARC test plays a 30 fps video due
to the limit of Android supported media formats:
https://developer.android.com/guide/appendix/media-formats.html

CQ-DEPEND=CL:388995
BUG=b:31636623
TEST=Run audiovideo_AVSync.{hw_video_acc, sw_video_acc, arc}

Change-Id: I2b318164e4e23e069dc84fd16e70b313a2bb2947
Reviewed-on: https://chromium-review.googlesource.com/390616
Commit-Ready: Chen-hao Chang <haocc@google.com>
Tested-by: Chen-hao Chang <haocc@google.com>
Reviewed-by: Hsu Wei-Cheng <mojahsu@chromium.org>
/external/autotest/server/site_tests/audiovideo_AVSync/audiovideo_AVSync.py
663ebc8eeee2ed2352619146823ce15544b19e40 24-Aug-2016 Chen-Hao Chang@google.com <haocc@google.com> [autotest] audio: add audio/video synchronization quality measurement.

This server side test commands the DUT to play the test video, and use
chameleon to capture the audio/video data over HDMI cable. With captured
data, measure the quality of audio/video synchronization and log the
result to the dashboard.

BUG=None
TEST=test_that --board=$BOARD --args "chameleon_host=$CHAMELEON_IP" \
$DUT_IP audiovideo_AVSync.hw_video_acc;
test_that --board=$BOARD --args "chameleon_host=$CHAMELEON_IP" \
$DUT_IP audiovideo_AVSync.sw_video_acc;

Change-Id: I52ffd2e6fcbc51e26194542ab51ea5369f88955a
Reviewed-on: https://chromium-review.googlesource.com/374263
Commit-Ready: Chen-hao Chang <haocc@google.com>
Tested-by: Chen-hao Chang <haocc@google.com>
Reviewed-by: Wai-Hong Tam <waihong@google.com>
/external/autotest/server/site_tests/audiovideo_AVSync/audiovideo_AVSync.py