Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:CHECK

204             CHECK(mSource == NULL);
207 CHECK(msg->findObject("source", &obj));
218 CHECK(msg->findObject("native-window", &obj));
232 CHECK(msg->findObject("sink", &obj));
266 CHECK(msg->findInt32("generation", &generation));
314 CHECK(msg->findMessage("codec-request", &codecRequest));
317 CHECK(codecRequest->findInt32("what", &what));
330 CHECK(codecRequest->findInt32("err", &err));
345 CHECK(IsFlushingState(mFlushingAudio, &needShutdown));
348 CHECK(IsFlushingState(mFlushingVideo, &needShutdown));
373 CHECK(codecRequest->findInt32("channel-count", &numChannels));
376 CHECK(codecRequest->findInt32("sample-rate", &sampleRate));
419 CHECK(codecRequest->findInt32("width", &width));
420 CHECK(codecRequest->findInt32("height", &height));
423 CHECK(codecRequest->findRect(
471 CHECK(msg->findInt32("what", &what));
475 CHECK(msg->findInt32("audio", &audio));
478 CHECK(msg->findInt32("finalResult", &finalResult));
502 CHECK(msg->findInt64("positionUs", &positionUs));
504 CHECK(msg->findInt64("videoLateByUs", &mVideoLateByUs));
519 CHECK(msg->findInt32("audio", &audio));
582 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
601 CHECK(mRenderer != NULL);
608 CHECK(mRenderer != NULL);
660 CHECK(mAudioDecoder == NULL);
661 CHECK(mVideoDecoder == NULL);
706 CHECK(format->findString("mime", &mime));
733 CHECK(msg->findMessage("reply", &reply));
753 CHECK(accessUnit->meta()->findInt32("discontinuity", &type));
836 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
852 CHECK(msg->findMessage("reply", &reply));
868 CHECK(msg->findBuffer("buffer", &buffer));
877 CHECK(buffer->meta()->findInt64("timeUs", &mediaTimeUs));
925 CHECK(mFlushingAudio == NONE
936 CHECK(mFlushingVideo == NONE