Home | History | Annotate | Download | only in tests

Lines Matching defs:frameInfo

155     auto frameInfo = codec->getFrameInfo();
156 if (frameInfo.size() <= 1) {
172 std::vector<SkCodec::FrameInfo> partialInfo;
178 == frameInfo[frameToCompare].fRequiredFrame);
181 if (frameToCompare == frameInfo.size()) {
250 auto frameInfo = partialCodec->getFrameInfo();
251 REPORTER_ASSERT(r, frameInfo.size() == i + 1);
252 REPORTER_ASSERT(r, !frameInfo[i].fFullyReceived);
274 frameInfo = partialCodec->getFrameInfo();
275 REPORTER_ASSERT(r, frameInfo.size() == i + 1);
276 REPORTER_ASSERT(r, frameInfo[i].fFullyReceived);