HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 201 - 225 of 376) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/samsung/crespo/libcamera/
SecCamera.cpp 39 #define CHECK(return_value) \
676 CHECK(ret);
680 CHECK(ret);
731 CHECK(ret);
735 CHECK(ret);
839 CHECK(ret);
841 CHECK(ret);
844 CHECK(ret);
851 CHECK(ret);
856 CHECK(ret)
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 256 CHECK(!"should not be here.");
332 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
    [all...]
MPEG4Writer.cpp 227 CHECK(mFile != NULL);
241 CHECK(mFile != NULL);
376 * Check mMaxFileSizeLimitBytes at the beginning
429 CHECK(mTimeScale > 0);
461 CHECK(mEstimatedMoovBoxSize >= 8);
560 CHECK(!"Should never reach this unknown rotation");
624 CHECK(mMoovBoxBuffer != NULL);
659 CHECK(mMoovBoxBufferOffset + 8 <= mEstimatedMoovBoxSize);
679 CHECK(mBoxes.empty());
745 CHECK(length < 65536)
    [all...]
AMRWriter.cpp 74 CHECK(meta->findCString(kKeyMIMEType, &mime));
85 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
87 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
222 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
ThrottledSource.cpp 37 CHECK(mBandwidthLimitBytesPerSecond > 0);
WAVExtractor.cpp 195 CHECK(mWaveFormat == WAVE_FORMAT_MULAW
265 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
266 CHECK(mMeta->findInt32(kKeyChannelCount, &mNumChannels));
278 CHECK(!mStarted);
298 CHECK(mStarted);
AwesomePlayer.cpp 381 CHECK(meta->findCString(kKeyMIMEType, &mime));
697 CHECK(mVideoSource != NULL);
830 CHECK(meta->findInt32(kKeyColorFormat, &format));
831 CHECK(meta->findCString(kKeyDecoderComponent, &component));
832 CHECK(meta->findInt32(kKeyWidth, &decodedWidth));
833 CHECK(meta->findInt32(kKeyHeight, &decodedHeight));
1043 CHECK(source != NULL);
1052 CHECK(meta->findCString(kKeyMIMEType, &mime));
1089 CHECK(source != NULL);
1110 CHECK(mVideoTrack->getFormat()->findInt32(kKeyWidth, &mVideoWidth))
    [all...]
SampleTable.cpp 84 CHECK(type == kChunkOffsetType32 || type == kChunkOffsetType64);
159 CHECK(U32_AT(buffer) >= 1); // chunk index is 1 based in the spec.
176 CHECK(type == kSampleSizeType32 || type == kSampleSizeTypeCompact);
470 CHECK(left > 0);
480 CHECK(x <= start_sample_index);
494 CHECK(x >= start_sample_index);
  /external/chromium/base/
leak_tracker.h 23 // before destroying that thread, one can check that there are no remaining
40 // Should the check fail (because there are live instances of URLRequest),
44 // If ENABLE_LEAK_TRACKER is not defined, then the check has no effect.
78 // This way if we hit the CHECK() in a release build, the leak
96 CHECK(0u == count);
condition_variable_win.cc 120 // CHECK_NE is not defined in our codebase, so we have to use CHECK
121 CHECK(cv_event->handle());
197 CHECK(handle_);
273 // We don't do the O(n) check and traverse the whole loop, and instead only
274 // do a local check to (and returning from) our immediate neighbors.
event_recorder.cc 28 CHECK(EventRecorder::current());
34 CHECK(EventRecorder::current());
174 // Check for the break key being pressed and stop recording.
id_map.h 46 // Sets whether Add should CHECK if passed in NULL data. Default is false.
51 CHECK(!check_on_null_data_ || data);
64 CHECK(!check_on_null_data_ || data);
  /external/libffi/testsuite/libffi.call/
ffitest.h 10 #define CHECK(x) !(x) ? abort() : 0
many.c 2 Purpose: Check return value float, with many arguments
53 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 13,
  /external/skia/src/images/
bmpdecoderhelper.h 27 #define CHECK(predicate) SkASSERT(predicate)
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 97 CHECK(!"should not be here");
111 CHECK(!"should not be here");
196 CHECK(buffer.mMemory != NULL);
271 CHECK(meta->findCString(kKeyMIMEType, &trackMIME));
511 CHECK(url != NULL);
521 CHECK(meta != NULL);
524 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
586 CHECK(codec != NULL);
591 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
635 CHECK(buffer != NULL)
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
AAMRAssembler.cpp 68 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));
220 CHECK(mNextExpectedSeqNoValid);
ARTPSession.cpp 141 CHECK(msg->findSize("track-index", &trackIndex));
151 CHECK(msg->findObject("access-unit", &obj));
156 CHECK(accessUnit->meta()->findInt64(
172 CHECK(!memcmp("\x00\x00\x00\x01", accessUnit->data(), 4));
AMPEG4ElementaryAssembler.cpp 111 CHECK(GetAttribute(params.c_str(), "mode", &value));
142 CHECK(x == 0 || x == 1);
212 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
337 CHECK(!mPackets.empty());
385 CHECK(mNextExpectedSeqNoValid);
  /external/v8/test/cctest/
test-decls.cc 59 void Check(const char* source,
126 void DeclarationContext::Check(const char* source,
142 CHECK(!catcher.HasCaught());
147 CHECK(expectations == EXPECT_EXCEPTION);
148 CHECK(catcher.HasCaught());
208 context.Check("var x; x",
216 context.Check("var x = 0; x",
224 context.Check("function x() { }; x",
232 context.Check("const x; x",
240 context.Check("const x = 0; x"
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 165 CHECK(callback);
167 CHECK(handle);
174 // We could check if we really have a stalled group here, but it requires
175 // a scan of all groups, so just flip a flag here, and do the check later.
241 CHECK(ContainsKey(group_map_, group_name));
282 CHECK(i != group_map_.end());
378 CHECK(i != group_map_.end());
385 CHECK(handed_out_socket_count_ > 0);
388 CHECK(group.active_socket_count > 0);
469 CHECK(group_it != group_map_.end())
    [all...]
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 158 // Additional check on the dimension will be performed later
172 // Additional check on the frame rate will be performed later
296 // Additional check on the sample rate will be performed later.
308 // Additional check on the number of channels will be performed later.
443 // Additional check will be done later when we load the encoder.
452 // Additional check will be done later when we load the encoder.
636 CHECK(mOutputFd >= 0);
703 CHECK(audioSource->getFormat()->findInt32(
726 CHECK(mOutputFormat == OUTPUT_FORMAT_AAC_ADIF ||
729 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC)
    [all...]
  /external/chromium/base/test/
test_suite.h 117 // Check to see if we are being run as a client process.
194 CHECK(base::EnableInProcessStackDumping());
199 CHECK(result);
  /external/chromium/net/base/
network_change_notifier_mac.cc 129 CHECK(SCDynamicStoreSetNotificationKeys(
140 CHECK(notifier_);
  /external/chromium/net/disk_cache/
stress_cache.cc 115 CHECK(cache->CreateEntry(keys[key], &entries[slot]));
118 CHECK(kSize == entries[slot]->WriteData(0, 0, buffer, kSize, NULL, false));

Completed in 495 milliseconds

1 2 3 4 5 6 7 891011>>