Searched refs:NULL (Results 426 - 450 of 1733) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantChromaDCFromPair.c120 * - ppSrc or pDst is NULL.
132 armRetArgErrIf(ppSrc == NULL, OMX_Sts_BadArgErr);
133 armRetArgErrIf(*ppSrc == NULL, OMX_Sts_BadArgErr);
134 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp46 CHECK(mReply == NULL);
77 if (handler == NULL) {
92 item->mName = NULL;
110 if (item->u.refValue != NULL) {
180 // assumes item's name was uninitialized or NULL
210 return item->mType == type ? item : NULL;
213 return NULL;
310 if (obj != NULL) { obj->incStrong(this); }
326 if (obj != NULL) { obj->incStrong(this); }
382 if (item == NULL) {
[all...]
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp33 return NULL;
82 if (buffer == NULL) {
86 buffer = NULL;
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp35 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0),
36 mReadBuffer(NULL), mReadBufferState(-1), mFormat(Format_Invalid), mSampleRate(0),
101 if (mInputSource == NULL) {
124 if (eitherChanged && mInputSource != NULL && mPipeSink != NULL) {
131 mReadBuffer = NULL;
167 ALOG_ASSERT(mInputSource != NULL);
168 ALOG_ASSERT(mReadBuffer != NULL);
188 ALOG_ASSERT(mPipeSink != NULL);
[all...]
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCommon.cpp25 throw_sqlite3_exception(env, handle, NULL);
30 throw_sqlite3_exception(env, NULL, message);
80 sqlite3Message = NULL; // SQLite error message is irrelevant in this case
H A Dandroid_util_Binder.cpp160 return env->GetJavaVM(&vm) >= 0 ? vm : NULL;
166 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL;
174 jstring msgstr = NULL;
175 if (tagstr != NULL) {
179 if ((tagstr == NULL) || (msgstr == NULL)) {
340 if (b == NULL) {
391 mObjectWeak(NULL), mList(list)
405 if (mObject != NULL) {
419 if (list != NULL) {
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp136 *array = NULL;
142 if (*array == NULL) {
144 return (void*) NULL;
149 return NULL;
176 return NULL;
426 const char * _exceptionType = NULL;
427 const char * _exceptionMessage = NULL;
456 const char * _exceptionType = NULL;
457 const char * _exceptionMessage = NULL;
470 if (data == NULL) {
[all...]
H A Dandroid_media_AudioSystem.cpp202 if (clazz == NULL) {
217 if (env == NULL) {
227 if (env == NULL) {
231 event, 0, 0, NULL);
366 if (env == NULL) {
383 if (env == NULL) {
404 if (env == NULL) {
407 if (clientConfig == NULL || deviceConfig == NULL) {
416 if (recParamArray == NULL) {
[all...]
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp46 if (clazz == NULL) {
88 uenv.venv = NULL;
90 JNIEnv* env = NULL;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp46 if (clazz == NULL) {
88 uenv.venv = NULL;
90 JNIEnv* env = NULL;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp46 if (clazz == NULL) {
88 uenv.venv = NULL;
90 JNIEnv* env = NULL;
/frameworks/base/libs/androidfw/include/androidfw/
H A DByteBucketArray.h38 if (buckets_[i] != NULL) {
56 if (bucket == NULL) {
68 if (bucket == NULL) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DIdenticalCodeFolding.h39 FoldingCandidate() : sect(NULL), reloc_sect(NULL), obj(NULL) {}
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h31 bool hasFile() const { return m_pWildcardFile != NULL; }
38 return m_pExcludeFiles != NULL && !m_pExcludeFiles->empty();
46 return m_pWildcardSections != NULL && !m_pWildcardSections->empty();
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstancedBaseVertex.cpp6 const char * _exceptionType = NULL;
7 const char * _exceptionMessage = NULL;
20 if (indices == NULL) {
/frameworks/wilhelm/src/
H A Dtrace.cpp50 if (NULL != str) {
114 if (NULL != str) {
122 if (NULL != str) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c59 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
72 *phCodec = NULL;
83 if(NULL == hAacEnc)
92 if(NULL == hAacEnc->intbuf)
121 hAacEnc = NULL;
123 *phCodec = NULL;
173 if(NULL == hCodec || NULL == pInput || NULL
255 NULL, local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp87 mHandle = NULL;
106 if (inHeader == NULL) {
136 outInfo = NULL;
139 outHeader = NULL;
156 vol_data[0] = NULL;
173 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
180 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
191 inInfo = NULL;
193 inHeader = NULL;
219 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp100 if (video != NULL)
115 if (video->vol == NULL) status = PV_FALSE;
129 if (video->currVop == NULL) status = PV_FALSE;
132 if (video->prevVop == NULL) status = PV_FALSE;
139 if (video->currVop == NULL) status = PV_FALSE;
142 if (video->prevVop == NULL) status = PV_FALSE;
153 if (video->vopHeader == NULL) status = PV_FALSE;
173 if (video->vopHeader[idx] == NULL)
188 if (video->vol[idx] == NULL) status = PV_FALSE;
192 if (video->vol[idx] == NULL)
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp81 if (mLooper != NULL) {
99 if (mLooper == NULL) {
108 if (err == OK && response != NULL) {
116 if (mIsSDP && mHTTPService == NULL) {
121 if (mLooper == NULL) {
129 CHECK(mHandler == NULL);
130 CHECK(mSDPLoader == NULL);
143 mURL.c_str(), mExtraHeaders.isEmpty() ? NULL : &mExtraHeaders);
158 if (mLooper == NULL) {
175 if (source == NULL) {
[all...]
H A DGenericSource.cpp93 if (mBufferingMonitorLooper != NULL) {
96 mBufferingMonitorLooper = NULL;
155 CHECK(mDataSource != NULL);
157 extractor = MediaExtractor::Create(mDataSource, NULL);
159 if (extractor == NULL) {
165 if (mFileMeta != NULL) {
184 if (track == NULL) {
189 if (meta == NULL) {
204 if (mAudioTrack.mSource == NULL) {
219 if (mVideoTrack.mSource == NULL) {
[all...]
H A DNuPlayerDecoderPassThrough.cpp56 ALOGW_IF(renderer == NULL, "expect a non-NULL renderer");
79 AUDIO_OUTPUT_FLAG_NONE /* flags */, NULL /* isOffloaded */, mSource->isStreaming());
133 if (mPendingAudioAccessUnit != NULL) {
143 if (mAggregateBuffer != NULL) {
160 if (accessUnit == NULL) {
169 if ((mAggregateBuffer == NULL)
177 if (mAggregateBuffer != NULL) {
223 accessUnit = aggregateBuffer(NULL /* accessUnit */);
224 if (accessUnit != NULL) {
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp144 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!");
147 if (env == NULL) {
148 JavaVMAttachArgs args = {JNI_VERSION_1_4, NULL, NULL};
153 return NULL;
170 return NULL;
187 if (env != NULL) {
213 if (env != NULL) {
239 if (ctx == NULL) {
241 return NULL;
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp47 m_pRelocator(NULL),
48 m_pGOT(NULL),
49 m_pGOTPLT(NULL),
50 m_pPLT(NULL),
51 m_pRelaDyn(NULL),
52 m_pRelaPLT(NULL),
53 m_pDynamic(NULL),
54 m_pGOTSymbol(NULL),
68 if (m_pRelocator == NULL) {
75 assert(m_pRelocator != NULL);
[all...]
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp39 if (mMediaRecorder == NULL) {
60 if (mMediaRecorder == NULL) {
85 if (mMediaRecorder == NULL) {
115 if (mMediaRecorder == NULL) {
150 if (mMediaRecorder == NULL) {
183 if (mMediaRecorder == NULL) {
212 if (mMediaRecorder == NULL) {
242 if (mMediaRecorder == NULL) {
273 if (mMediaRecorder == NULL) {
315 if (mMediaRecorder == NULL) {
[all...]

Completed in 1420 milliseconds

<<11121314151617181920>>