Searched refs:CHECK (Results 1 - 25 of 256) sorted by path

1234567891011

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp115 CHECK(msg->findString("path", &mPath));
120 CHECK(msg->senderAwaitsResponse(&replyID));
135 CHECK(msg->findObject("surface", &obj));
141 CHECK(msg->senderAwaitsResponse(&replyID));
163 CHECK(msg->senderAwaitsResponse(&replyID));
196 CHECK(msg->senderAwaitsResponse(&replyID));
219 CHECK(msg->senderAwaitsResponse(&replyID));
242 CHECK(msg->senderAwaitsResponse(&replyID));
253 CHECK(msg->findInt32("generation", &generation));
298 CHECK(forma
[all...]
H A DSineSource.cpp18 CHECK(numChannels == 1 || numChannels == 2);
28 CHECK(!mStarted);
40 CHECK(mStarted);
H A Dcodec.cpp98 CHECK(format->findString("mime", &mime));
126 CHECK(state->mCodec != NULL);
139 CHECK(!stateByTrack.isEmpty());
430 CHECK(control != NULL);
431 CHECK(control->isValid());
439 CHECK(surface != NULL);
H A Dmediafilter.cpp198 CHECK(srcFormat->findInt32("stride", &srcStride)
203 CHECK(destFormat->findInt32("stride", &destStride)
209 CHECK(srcWidth <= destStride && srcHeight <= destSliceHeight);
220 CHECK(srcBuffer->meta()->findInt64("timeUs", &timeUs));
244 CHECK(err == OK);
247 CHECK(err == OK);
303 CHECK(err == OK);
334 CHECK(err == OK);
337 CHECK(format->findString("mime", &mime));
346 CHECK(er
[all...]
H A Dmuxer.cpp107 CHECK(format->findString("mime", &mime));
122 CHECK(format->findInt32("width", &width));
123 CHECK(format->findInt32("height", &height));
128 CHECK(format->findInt64("durationUs", &duration));
H A Drecord.cpp56 CHECK(colorFormat == OMX_COLOR_FormatYUV420SemiPlanar ||
133 CHECK(meta.get() != NULL);
202 CHECK(success);
H A Dstagefright.cpp136 CHECK(size >= 7);
137 CHECK(ptr[0] == 1); // configurationVersion == 1
181 CHECK(meta->findCString(kKeyMIMEType, &mime));
192 CHECK(!gPreferSoftwareCodec);
229 CHECK(meta->findInt64(kKeyDuration, &durationUs));
241 CHECK(buffer == NULL);
251 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
329 CHECK(buffer == NULL);
436 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
442 CHECK(!"syn
[all...]
H A Dstream.cpp100 CHECK((offset % 188) == 0);
166 CHECK(dataSource != NULL);
169 CHECK(extractor != NULL);
179 CHECK(meta->findCString(kKeyMIMEType, &mime));
335 CHECK(control != NULL);
336 CHECK(control->isValid());
344 CHECK(surface != NULL);
350 CHECK(service.get() != NULL);
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp273 CHECK(mHeapBases.indexOfKey(seqNum) >= 0);
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp215 CHECK(buffer);
218 CHECK(length >= AES_BLOCK_SIZE);
327 CHECK(keyBytes->size() == kUserKeyLength);
394 CHECK(buffer);
399 CHECK(length >= offset + AES_BLOCK_SIZE);
H A DClearKeyFetcher.cpp38 CHECK(license_fetcher_);
52 CHECK(asset_id);
53 CHECK(keys);
54 CHECK(initialized_);
H A DClearKeySessionLibrary.cpp55 CHECK(sessionId);
H A Decm.cpp66 CHECK(asset_from_emm.has_id());
H A Decm_generator.cpp50 CHECK(pptr);
51 CHECK(*pptr);
61 CHECK(asset);
62 CHECK(content_key);
63 CHECK(default_fields);
79 CHECK(asset);
80 CHECK(default_fields);
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h56 #define CHECK(condition) \ macro
61 " CHECK(" #condition ") failed.")
108 #define CHECK_DBG CHECK
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp175 CHECK(!strcmp("codec", atts[0]) &&
183 CHECK(codec != -1);
191 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
199 CHECK(!strcmp("codec", atts[0]) &&
205 CHECK(codec != -1);
213 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
220 CHECK(!strcmp("name", atts[0]) &&
225 CHECK(codec != -1);
236 CHECK(!strcmp("name", atts[0]) &&
241 CHECK(code
[all...]
H A DOMXBuffer.cpp73 CHECK(mBufferType != kBufferTypeHidlMemory);
116 CHECK(bufferType != kBufferTypeHidlMemory);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp118 CHECK(mIsEncryptionModule);
135 CHECK(mIsEncryptionModule);
152 CHECK(!mIsEncryptionModule);
H A DMediaPlayerFactory.cpp89 CHECK(v != NULL); \
144 CHECK(NULL != factory);
H A DMediaPlayerService.cpp1983 CHECK(mRecycledTrack != NULL);
2012 CHECK((t != NULL) && ((mCallback == NULL) || (newcbd != NULL)));
H A DStagefrightRecorder.cpp94 CHECK(service.get() != NULL);
1109 CHECK(audioSource->getFormat()->findInt32(
1137 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC ||
1140 CHECK(mAudioSource != AUDIO_SOURCE_CNT);
1147 CHECK(mOutputFormat == OUTPUT_FORMAT_AMR_NB ||
1185 CHECK(mWriter != 0);
1602 CHECK ((*cameraSource)->getFormat()->findInt32(
1609 CHECK(mFrameRate != -1);
1646 CHECK(!"Should not be here, unsupported video encoding.");
1654 CHECK(met
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp155 CHECK(mDataSource != NULL);
195 CHECK(meta->findCString(kKeyMIMEType, &mime));
597 CHECK(msg->findInt32("trackIndex", &trackIndex));
610 CHECK(!strncasecmp(mime, "video/", 6));
689 CHECK(msg->senderAwaitsResponse(&replyID));
700 CHECK(msg->senderAwaitsResponse(&replyID));
718 CHECK(msg->findInt32("generation", &msgGeneration));
730 CHECK(msg->findInt64("timeUs", &timeUs));
752 CHECK(msg->findInt32("generation", &msgGeneration));
784 CHECK(ms
[all...]
H A DHTTPLiveSource.cpp273 CHECK(msg->findInt32("generation", &generation));
287 CHECK(buffer->meta()->findInt64("baseUs", &baseUs));
288 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
351 CHECK(msg->findInt32("what", &what));
388 CHECK(msg->findInt32("err", &err));
397 CHECK(msg->findInt32(
404 CHECK(msg->findMessage("reply", &reply));
436 CHECK(msg->findInt32("percentage", &percentage));
H A DNuPlayer.cpp344 CHECK(response->findInt32("err", &err));
358 CHECK(response->findInt32("err", &err));
406 CHECK(response->findInt32("err", &err));
416 CHECK(response->findInt32("err", &err));
430 CHECK(response->findInt32("err", &err));
441 CHECK(response->findInt32("err", &err));
523 CHECK(format->findInt32("auto", &isAuto));
524 CHECK(format->findInt32("default", &isDefault));
525 CHECK(format->findInt32("forced", &isForced));
539 CHECK(mSourc
[all...]
H A DNuPlayerCCDecoder.cpp217 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
310 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));

Completed in 1783 milliseconds

1234567891011