Home | History | Annotate | Download | only in test_framework

Lines Matching refs:encodedImage

227 VideoEncodeCompleteCallback::Encoded(EncodedImage& encodedImage,
232 _test.Encoded(encodedImage);
234 newBuffer->VerifyAndAllocate(encodedImage._size);
235 _encodedBytes += encodedImage._length;
242 _test.CopyEncodedImage(*newBuffer, encodedImage, codecSpecificInfoCopy);
286 NormalAsyncTest::Encoded(const EncodedImage& encodedImage)
291 _encodeTimes[encodedImage._timeStamp];
484 EncodedImage encodedImage;
485 VideoEncodedBufferToEncodedImage(*(_frameToDecode->_frame), encodedImage);
486 encodedImage._completeFrame = !lossValue;
488 _decodeTimes[encodedImage._timeStamp] = tGetTime();
491 //if (!_waitForKey || encodedImage._frameType == kKeyFrame)
494 ret = _decoder->Decode(encodedImage, _missingFrames, NULL,
536 _decodeTimes[encodedImage._timeStamp];
540 _totalDecodeTime += tGetTime() - _decodeTimes[encodedImage._timeStamp];
567 EncodedImage& src,