Lines Matching refs:CHECK

189     CHECK(mPlaylist != NULL);
202 CHECK(mPlaylist->itemAt(
206 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
215 CHECK(mPlaylist != NULL);
226 CHECK(mPlaylist->itemAt(
230 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
257 CHECK(mPlaylist->itemAt(n - 1, NULL /* uri */, &itemMeta));
260 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
305 CHECK(mPlaylist->itemAt(i, &uri, &itemMeta));
461 CHECK(buffer->meta()->findString("cipher-method", &method));
660 CHECK(msg->findInt32("generation", &generation));
694 CHECK(msg->findInt32("streamTypeMask", (int32_t *)&streamTypeMask));
700 CHECK(msg->findInt64("startTimeUs", &startTimeUs));
701 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
702 CHECK(msg->findInt32("startDiscontinuitySeq", &startDiscontinuitySeq));
703 CHECK(msg->findInt32("seekMode", &seekMode));
707 CHECK(msg->findPointer("audioSource", &ptr));
716 CHECK(msg->findPointer("videoSource", &ptr));
725 CHECK(msg->findPointer("subtitleSource", &ptr));
782 CHECK(msg->findInt32("clear", &clear));
802 CHECK(msg->findMessage("params", &params));
988 CHECK(meta->findInt64("timeUs", &tmpUs));
1211 CHECK(mPlaylist->itemAt(
1216 CHECK(itemMeta->findInt32("discontinuity-sequence", &mDiscontinuitySeq));
1374 CHECK(buffer != NULL);
1428 CHECK(mStartTimeUsNotify != NULL);
1486 CHECK(buffer->meta()->findString("cipher-method", &method));
1518 CHECK(mStartTimeUsNotify != NULL);
1560 CHECK(mPlaylist->itemAt(index, NULL /* uri */, &itemMeta));
1563 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
1573 CHECK(mPlaylist->itemAt(index, NULL /* uri */, &itemMeta));
1576 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
1600 CHECK(mPlaylist->itemAt( index, NULL /* uri */, &itemMeta));
1602 CHECK(itemMeta->findInt32("discontinuity-sequence", (int32_t *)&curDiscontinuitySeq));
1621 CHECK(mPlaylist->itemAt(
1625 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
1750 CHECK(meta->findInt64("timeUs", &timeUs));
1817 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
1888 CHECK(videoBuffer->meta()->findInt64("timeUs", &bufferTimeUs));
1965 CHECK(itemMeta->findInt64("durationUs", &durationUs));
2076 CHECK(packetSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
2198 CHECK(mPlaylist->itemAt(
2202 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));