Searched refs:CHECK (Results 26 - 50 of 256) sorted by relevance

1234567891011

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp109 CHECK(response->findInt32("err", &err));
129 CHECK(mHandler == NULL);
130 CHECK(mSDPLoader == NULL);
320 CHECK(response->findInt32("err", &err));
455 CHECK(msg->findInt32("generation", &generation));
485 CHECK(msg->senderAwaitsResponse(&replyID));
492 CHECK(msg->findInt32("generation", &generation));
493 CHECK(msg->senderAwaitsResponse(&mSeekReplyID));
503 CHECK(msg->findInt64("timeUs", &seekTimeUs));
504 CHECK(ms
[all...]
H A DNuPlayerDecoder.cpp126 CHECK(response->findInt32("err", &err));
138 CHECK(msg->findInt32("callbackID", &cbID));
151 CHECK(msg->findInt32("index", &index));
165 CHECK(msg->findInt32("index", &index));
166 CHECK(msg->findSize("offset", &offset));
167 CHECK(msg->findSize("size", &size));
168 CHECK(msg->findInt64("timeUs", &timeUs));
169 CHECK(msg->findInt32("flags", &flags));
178 CHECK(msg->findMessage("format", &format));
187 CHECK(ms
[all...]
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp83 CHECK(meta->findCString(kKeyMIMEType, &mime));
85 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC));
86 CHECK(meta->findInt32(kKeyChannelCount, &mChannelCount));
87 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate));
88 CHECK(mChannelCount >= 1 && mChannelCount <= 2);
253 CHECK(getSampleRateTableIndex(mSampleRate, &kSampleFreqIndex));
327 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
H A DThrottledSource.cpp31 CHECK(mBandwidthLimitBytesPerSecond > 0);
H A DMPEG2TSWriter.cpp104 CHECK(meta->findCString(kKeyMIMEType, &mime));
151 CHECK(meta->findCString(kKeyMIMEType, &mime));
203 CHECK(size >= 2);
209 CHECK(size >= length);
220 CHECK(size >= 1);
226 CHECK(size >= 2);
232 CHECK(size >= length);
267 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
291 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
352 CHECK(ms
[all...]
/frameworks/base/core/jni/
H A Dcom_android_internal_os_FuseAppLoop.cpp66 CHECK(!mEnv->ExceptionCheck());
88 CHECK(it != mBuffers.end());
98 CHECK(it != mBuffers.end());
103 CHECK(!mEnv->ExceptionCheck());
113 CHECK(!mEnv->ExceptionCheck());
169 CHECK(size >= 0);
170 CHECK(static_cast<size_t>(size) < array.size());
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp121 CHECK(&from != this);
196 CHECK(mData != NULL);
215 CHECK((result > 0) && ((size_t) result) < sizeof(s));
222 CHECK((result > 0) && ((size_t) result) < sizeof(s));
229 CHECK((result > 0) && ((size_t) result) < sizeof(s));
236 CHECK((result > 0) && ((size_t) result) < sizeof(s));
243 CHECK((result > 0) && ((size_t) result) < sizeof(s));
250 CHECK((result > 0) && ((size_t) result) < sizeof(s));
257 CHECK((result > 0) && ((size_t) result) < sizeof(s));
264 CHECK((resul
[all...]
H A DAWakeLock.cpp47 CHECK(mWakeLockToken == NULL);
88 CHECK(mWakeLockToken != NULL);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp152 CHECK(!mStarted);
159 CHECK(format->findString("mime", &mime));
194 CHECK(!mStarted);
272 CHECK(accessUnit != NULL);
306 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
318 CHECK(!mQueuedOutputBuffers.empty());
490 CHECK(msg->findInt32("what", &what));
493 CHECK(msg->findSize("trackIndex", &trackIndex));
497 CHECK(msg->findBuffer("accessUnit", &accessUnit));
530 CHECK(ms
[all...]
H A DWifiDisplaySource.cpp144 CHECK(msg->senderAwaitsResponse(&replyID));
147 CHECK(msg->findString("iface", &iface));
192 CHECK(msg->findInt32("reason", &reason));
198 CHECK(msg->findInt32("sessionID", &sessionID));
201 CHECK(msg->findInt32("err", &err));
204 CHECK(msg->findString("detail", &detail));
226 CHECK(msg->findInt32("sessionID", &sessionID));
238 CHECK(msg->findString("client-ip", &mClientInfo.mRemoteIP));
239 CHECK(msg->findString("server-ip", &mClientInfo.mLocalIP));
248 CHECK(ms
[all...]
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner.cpp33 CHECK(sdk_version_to_generate > config.sdkVersion);
48 CHECK(iter != entry->values.end());
93 CHECK(bool(iter->key.id)) << "IDs must be assigned and linked";
/frameworks/av/cmds/stagefright/
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);
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...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h131 CHECK(buffer != NULL);
184 CHECK(meta->findInt32(kKeyWidth, &width));
185 CHECK(meta->findInt32(kKeyHeight, &height));
277 CHECK(!strncmp(value.c_str(), "Digest", 6));
350 CHECK(msg->findInt32("result", &result));
362 CHECK(msg->findInt32("server-ip", (int32_t *)&mServerIP));
371 CHECK(msg->findInt32("result", &result));
377 CHECK(msg->findObject("response", &obj));
382 CHECK(response != NULL);
459 CHECK(ms
[all...]
H A DMyHandler.h157 CHECK(ARTSPConnection::ParseURL(
207 CHECK(MakeURL(
456 CHECK(msg->findInt32("result", &result));
494 CHECK(msg->findInt32("result", &result));
501 CHECK(msg->findObject("response", &obj));
575 CHECK(MakeURL(
610 CHECK(msg->findInt32("result", &result));
617 CHECK(msg->findObject("description", &obj));
655 CHECK(msg->findSize("index", &index));
664 CHECK(ms
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp218 CHECK(clazz.get() != NULL);
222 CHECK(integerConstructID != NULL);
229 CHECK(clazz.get() != NULL);
232 CHECK(longConstructID != NULL);
239 CHECK(clazz.get() != NULL);
243 CHECK(floatConstructID != NULL);
254 CHECK(clazz.get() != NULL);
259 CHECK(byteBufWrapID != NULL);
324 CHECK(msg->findInt32(key, &val));
333 CHECK(ms
[all...]
/frameworks/av/media/libstagefright/filters/
H A DZeroFilter.cpp30 CHECK(msg->findMessage("params", &params));
H A DMediaFilter.cpp211 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
215 CHECK(mDealer[portIndex] == NULL);
216 CHECK(mBuffers[portIndex].isEmpty());
228 CHECK(mem.get() != NULL);
357 CHECK(inputInfo->mData->meta()->findInt64("timeUs", &timeUs));
387 CHECK(msg->findString("componentName", &mComponentName));
416 CHECK(msg->findString("mime", &mime));
423 CHECK(msg->findInt32("width", &mWidth));
424 CHECK(msg->findInt32("height", &mHeight));
513 CHECK(ms
[all...]
/frameworks/base/libs/androidfw/
H A DChunkIterator.cpp24 CHECK(len_ != 0) << "called Next() after last chunk";
/frameworks/base/services/core/jni/
H A Dcom_android_server_storage_AppFuseBridge.cpp96 CHECK(loop);
103 CHECK(loop);
112 CHECK(loop);
152 CHECK(env != nullptr);
/frameworks/base/tools/aapt2/jni/
H A Daapt2_jni.cpp46 CHECK(size_method_id != 0);
48 CHECK(size >= 0);
53 CHECK(get_method_id != 0);
57 CHECK(string_obj_uncast != nullptr);
/frameworks/base/tools/aapt2/util/
H A DBigBuffer.cpp44 CHECK(block.buffer);
70 CHECK(block.buffer);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp189 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(buffe
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp104 CHECK(outQueue.empty());
105 CHECK(inQueue.empty());
109 CHECK(mHandle != NULL);
112 CHECK(mEncParams != NULL);
154 CHECK(mInputFrameData != NULL);
179 CHECK(!mStarted);
460 CHECK(inputData != NULL);
483 CHECK(NULL == PVGetOverrunBuffer(mHandle));
498 CHECK(!mInputBufferInfoVec.empty());
539 CHECK(!"Unknow
[all...]

Completed in 409 milliseconds

1234567891011