update tables and update ut for different return value

This commit is contained in:
ruil2 2015-03-18 16:05:16 +08:00
parent cce966fbba
commit e7fb44c451
4 changed files with 7681 additions and 7681 deletions

View File

@ -1708,7 +1708,7 @@ TEST_F (EncodeDecodeTestAPI, SetOptionECIDC_SpecificFrameChange) {
EXPECT_EQ (dstBufInfo_.iBufferStatus, 0); //no output
rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction
//Ref picture is ECed, so current status is ECed, when EC disable, NO output
EXPECT_TRUE ((rv & 32) != 0);
EXPECT_TRUE (rv != 0);
EXPECT_EQ (dstBufInfo_.iBufferStatus, 0);
iIdx++;