Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev

This commit is contained in:
TreeHugger Robot 2017-09-02 03:40:15 +00:00 committed by Android (Google) Code Review
commit febad058bd

View file

@ -755,7 +755,7 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
int bytesCount = 0; int bytesCount = 0;
uint32_t flags = 0; uint32_t flags = 0;
uint32_t timestamp = 0; uint32_t timestamp = 0;
timestampDevTest = true; timestampDevTest = false;
while (1) { while (1) {
if (!(eleInfo >> bytesCount)) break; if (!(eleInfo >> bytesCount)) break;
eleInfo >> flags; eleInfo >> flags;