Home | History | Annotate | Download | only in lvpp

Lines Matching refs:CHECK

50     CHECK(service.get() != NULL);
191 CHECK(meta->findCString(kKeyMIMEType, &mime));
358 CHECK(!(mFlags & AUDIO_RUNNING));
390 CHECK(!(mFlags & PLAYING));
396 // check if the new and old source are dummy
704 CHECK(meta->findCString(kKeyMIMEType, &mime));
830 CHECK(!mVideoBuffer);
874 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &videoTimeUs));
900 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
1003 // First check if effect starttime matches the clip being previewed
1008 // This effect doesn't belong to this clip, check next one
1011 // Check if effect applies to this particular frame timestamp
1169 //If file type is .rgb, then no need to check for Extractor
1480 CHECK(!mVideoBuffer);
1514 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &videoTimeUs));
1537 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
1674 CHECK(meta->findInt32(kKeyWidth, &vWidth));
1675 CHECK(meta->findInt32(kKeyHeight, &vHeight));
1939 CHECK(source != NULL);
1944 CHECK(source != NULL);
2044 CHECK(err != OK);