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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/vorbis/dec/
VorbisDecoder.cpp 48 CHECK(srcFormat->findInt32(kKeyChannelCount, &mNumChannels));
49 CHECK(srcFormat->findInt32(kKeySampleRate, &mSampleRate));
75 CHECK(!mStarted);
93 CHECK(meta->findData(kKeyVorbisInfo, &type, &data, &size));
103 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
127 CHECK(mStarted);
224 CHECK(seekTimeUs >= 0);
245 CHECK(seekTimeUs < 0);
251 CHECK(numPageSamples >= 0);
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 78 CHECK(encoder != NULL);
85 CHECK(encoder != NULL);
91 CHECK(encoder != NULL);
134 CHECK(meta->findInt32(kKeyWidth, &mVideoWidth));
135 CHECK(meta->findInt32(kKeyHeight, &mVideoHeight));
136 CHECK(meta->findInt32(kKeySampleRate, &mVideoFrameRate));
137 CHECK(meta->findInt32(kKeyBitRate, &mVideoBitRate));
140 CHECK(meta->findInt32(kKeyColorFormat, &mVideoColorFormat));
150 CHECK(mInputFrameData);
215 CHECK(meta->findInt32(kKeyIFramesInterval, &iFramesIntervalSec))
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 123 CHECK(ARTSPConnection::ParseURL(
351 CHECK(msg->findInt32("result", &result));
387 CHECK(msg->findInt32("result", &result));
394 CHECK(msg->findObject("response", &obj));
452 CHECK(MakeURL(
476 CHECK(msg->findSize("index", &index));
485 CHECK(msg->findInt32("result", &result));
491 CHECK(track != NULL);
494 CHECK(msg->findObject("response", &obj));
574 CHECK(msg->findInt32("result", &result))
971 sp<AMessage> check = new AMessage('chek', id()); local
    [all...]
ARTPAssembler.cpp 69 CHECK(from->meta()->findInt64("ntp-time", (int64_t *)&ntpTime));
72 CHECK(from->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
  /external/libffi/testsuite/libffi.call/
closure_fn0.c 2 Purpose: Check multiple values passing from different type.
84 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
87 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
closure_fn1.c 2 Purpose: Check multiple values passing from different type.
76 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1,
closure_fn2.c 2 Purpose: Check multiple values passing from different type.
76 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn2,
closure_fn3.c 2 Purpose: Check multiple values passing from different type.
77 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
80 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn3,
closure_fn4.c 2 Purpose: Check multiple long long values passing.
83 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
86 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
closure_fn5.c 2 Purpose: Check multiple long long values passing.
85 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
88 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn5,
closure_fn6.c 2 Purpose: Check multiple values passing from different type.
85 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
88 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
closure_stdcall.c 2 Purpose: Check handling when caller expects stdcall callee
54 CHECK(ffi_prep_cif(&cif, FFI_STDCALL, 4,
57 CHECK(ffi_prep_closure(pcl, &cif, closure_test_stdcall,
cls_multi_schar.c 2 Purpose: Check passing of multiple signed char values.
66 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2,
74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_sshort.c 2 Purpose: Check passing of multiple signed short values.
66 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2,
74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_sshortchar.c 2 Purpose: Check passing of multiple signed short/char values.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_ushort.c 2 Purpose: Check passing of multiple unsigned short values.
66 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2,
74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_ushortchar.c 2 Purpose: Check passing of multiple unsigned short/char values.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
many_win32.c 2 Purpose: Check stdcall many call on X86_WIN32 systems.
46 CHECK(ffi_prep_cif(&cif, FFI_STDCALL, 13,
61 CHECK(0);
struct4.c 2 Purpose: Check structures.
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts4_type, args) == FFI_OK);
58 CHECK(ts4_result->ui3 == 2U * 3U * 4U);
  /external/v8/test/cctest/
test-utils.cc 50 // Check that >> is implemented as arithmetic shift right.
70 CHECK(n <= i);
71 CHECK(n == length || n == -1);
test-flags.cc 37 CHECK(FLAG_testing_bool_flag);
65 CHECK(!FLAG_testing_bool_flag);
79 CHECK(!FLAG_testing_bool_flag);
97 CHECK(FLAG_testing_bool_flag);
111 CHECK(FLAG_testing_bool_flag);
  /frameworks/base/media/libstagefright/
FileSource.cpp 32 CHECK(offset >= 0);
33 CHECK(length >= 0);
string.cpp 34 CHECK(start <= from.size());
38 CHECK(start + length <= from.size());
  /frameworks/base/media/libstagefright/codecs/amrwbenc/
AMRWBEncoder.cpp 54 CHECK(bps >= 0);
76 CHECK(mApiHandle == NULL && mEncoderHandle == NULL);
77 CHECK(mMeta->findInt32(kKeyBitRate, &mBitRate));
80 CHECK(mApiHandle);
88 CHECK(mMemOperator != NULL);
93 mMemOperator->Check = cmnMemCheck;
200 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));
267 CHECK(VO_ERR_NONE == mApiHandle->SetInputData(mEncoderHandle,&inputData));
282 CHECK(ret == VO_ERR_NONE || ret == VO_ERR_INPUT_BUFFER_SMALL);
  /frameworks/base/cmds/stagefright/
stagefright.cpp 75 CHECK(meta->findCString(kKeyMIMEType, &mime));
119 CHECK(meta->findInt64(kKeyDuration, &durationUs));
131 CHECK(buffer == NULL);
141 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
217 CHECK(buffer == NULL);
308 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
314 CHECK(!"sync frame detection not implemented yet for MPEG4");
317 CHECK(!"sync frame detection not implemented yet for H.263");
403 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
419 CHECK(buffer == NULL)
    [all...]

Completed in 182 milliseconds

1 2 3 45 6 7 8 91011>>