Searched refs:CHECK (Results 76 - 100 of 256) sorted by relevance

1234567891011

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
/frameworks/support/
H A Dgradlew136 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
139 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp245 CHECK(meta->findCString(kKeyMIMEType, &mime));
326 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
330 CHECK(meta->findInt32(kKeySampleRate, &sr));
335 // CHECK(meta->findInt32(kKeyChannelMask, &channelMask));
384 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
400 CHECK(msg->findInt32(WHATPARAM_LOOP_LOOPING, &loop));
499 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
761 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
763 CHECK(meta->findInt32(kKeySampleRate, &sr));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp71 CHECK(meta->findCString(kKeyMIMEType, &mime));
78 CHECK(!strncasecmp("text/", mime, 5) || !strncasecmp("application/", mime, 12));
135 // CHECK(!mDiscontinuitySegments.empty());
139 // CHECK(!mDiscontinuitySegments.empty());
144 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs));
187 // CHECK(!mDiscontinuitySegments.empty());
199 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
200 // CHECK(!mDiscontinuitySegments.empty());
232 CHECK(buffer->meta()->findInt32("cryptoKey", &cryptoKey));
233 CHECK(buffe
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp187 CHECK(msg->findInt32("rtp-socket", &s));
189 CHECK(msg->findInt32("rtcp-socket", &s));
193 CHECK(msg->findInt32("injected", &injected));
198 CHECK(msg->findObject("session-desc", &obj));
201 CHECK(msg->findSize("index", &info->mIndex));
202 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
215 CHECK(msg->findInt32("rtp-socket", &rtpSocket));
216 CHECK(msg->findInt32("rtcp-socket", &rtcpSocket));
376 CHECK(!s->mIsInjected);
650 CHECK(ms
[all...]
H A DAAMRAssembler.cpp68 CHECK(GetAttribute(params.c_str(), "octet-align", &value) && value == "1");
69 CHECK(!GetAttribute(params.c_str(), "crc", &value) || value == "0");
70 CHECK(!GetAttribute(params.c_str(), "interleaving", &value));
223 CHECK(mNextExpectedSeqNoValid);
H A DARTPSession.cpp139 CHECK(msg->findSize("track-index", &trackIndex));
149 CHECK(msg->findBuffer("access-unit", &accessUnit));
152 CHECK(accessUnit->meta()->findInt64(
168 CHECK(!memcmp("\x00\x00\x00\x01", accessUnit->data(), 4));
H A DASessionDescription.cpp205 CHECK(lastSpacePos != NULL);
257 CHECK(mIsValid);
282 CHECK(slash1 != NULL);
288 CHECK(*end == '\0' || *end == '/');
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp116 CHECK(bool(parent_ref.id)) << "parent has no ID";
197 CHECK(bool(key->id)) << "key has no ID";
202 CHECK(value->Flatten(&out_entry->value)) << "flatten failed";
302 CHECK(item->Flatten(outValue)) << "flatten failed";
317 CHECK(num_total_entries != 0);
318 CHECK(num_total_entries <= std::numeric_limits<uint16_t>::max());
332 CHECK(static_cast<size_t>(flat_entry.entry->id.value()) < num_total_entries);
365 CHECK((offsets[i] & 0x03) == 0);
394 CHECK(bool(type->id)) << "type must have an ID set";
407 CHECK(boo
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp97 CHECK(format->findString("mime", &mMIME));
267 CHECK(!memcmp("\x00\x00\x00\x01", sps->data(), 4));
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc));
274 CHECK(mFormat->findInt32("level-idc", &levelIdc));
275 CHECK(mFormat->findInt32("constraint-set", &constraintSet));
315 CHECK(mFormat->findInt32("channel-count", &channelCount));
319 CHECK(mFormat->findInt32("sample-rate", &sampleRate));
320 CHECK(sampleRate == 44100 || sampleRate == 48000);
354 CHECK(!(flags & EMIT_HDCP21_DESCRIPTOR));
357 CHECK(!(flag
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp369 CHECK((*accessUnit)->meta()->findInt32("discontinuity", &type));
386 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
537 CHECK(stopParams->findString("uri", &newUri));
639 CHECK(msg->senderAwaitsResponse(&mDisconnectReplyID));
656 CHECK(msg->senderAwaitsResponse(&mSeekReplyID));
666 CHECK(msg->findInt32("what", &what));
675 CHECK(msg->findString("uri", &uri));
693 CHECK(msg->findInt32("seekMode", &seekMode));
714 CHECK(msg->findString("uri", &uri));
717 CHECK(ms
[all...]
/frameworks/av/cmds/stagefright/
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 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);
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp70 CHECK(meta->findCString(kKeyMIMEType, &mime));
81 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
83 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
218 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
/frameworks/base/libs/androidfw/include/androidfw/
H A DByteBucketArray.h63 CHECK(index < size()) << "ByteBucketArray.getOrCreate(index=" << index
H A DChunk.h91 CHECK(next_chunk_ != nullptr) << "data can't be nullptr";
/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp42 CHECK(new_child->value_) << "cannot add a root or empty node as a child";
/frameworks/base/tools/aapt2/jni/
H A DScopedUtfChars.h31 CHECK(s != nullptr);
/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp84 CHECK(priv_attr_type->entries.empty());
/frameworks/base/tools/aapt2/unflatten/
H A DResChunkPullParser.cpp53 CHECK(diff >= 0) << "diff is negative";
/frameworks/native/services/nativeperms/
H A Dnativeperms.cpp74 CHECK(status == android::OK) << "Failed to get IPermissionController "
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp48 CHECK(position >= 0);
49 CHECK(length >= 0);
224 CHECK(meta->findCString(kKeyMIMEType, &mime));
338 CHECK(nextCluster != NULL);
339 CHECK(!nextCluster->EOS());
351 CHECK(mBlockEntry != NULL);
352 CHECK(mBlockEntry->GetBlock() != NULL);
443 CHECK(pCP);
486 CHECK(mCluster);
487 CHECK(!mCluste
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp64 CHECK(byteBufClass.get() != NULL);
69 CHECK(arrayID != NULL);
181 CHECK(clazz.get() != NULL);
184 CHECK(gFields.context != NULL);
270 CHECK(clazz.get() != NULL);
273 CHECK(ctor != NULL);
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h56 #define CHECK(condition) \ macro
61 " CHECK(" #condition ") failed.")
108 #define CHECK_DBG CHECK

Completed in 448 milliseconds

1234567891011