Searched refs:OK (Results 51 - 75 of 319) sorted by relevance

1234567891011>>

/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp132 if (mDataSource->getSize(&streamSize) == OK) {
159 mInitCheck = OK;
171 if (mInitCheck != OK) {
182 return mInitCheck == OK ? 1 : 0;
187 if (mInitCheck != OK || index != 0) {
196 if (mInitCheck != OK || index != 0) {
238 return OK;
249 return OK;
279 if (err != OK) {
302 return OK;
[all...]
/frameworks/av/cmds/stagefright/
H A Drecord.cpp70 return OK;
74 return OK;
86 if (err != OK) {
100 return OK;
186 CHECK_EQ(client.connect(), (status_t)OK);
188 status_t err = OK;
234 CHECK_EQ((status_t)OK, writer->start());
241 CHECK_EQ((status_t)OK, encoder->start());
244 while (encoder->read(&buffer) == OK) {
276 CHECK_EQ(err, (status_t)OK);
[all...]
H A Daudioloop.cpp27 CHECK_EQ(client.connect(), (status_t)OK);
83 CHECK_EQ(decoder->start(), (status_t)OK);
86 while (decoder->read(&buffer) == OK) {
96 CHECK_EQ(decoder->stop(), (status_t)OK);
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp65 if (status == OK) {
105 if (mInitCheck != OK) {
118 if (err == OK) {
151 if (mInitCheck != OK) {
160 return OK;
165 if (mInitCheck != OK) {
215 if (mInitCheck != OK) {
223 return OK;
256 return OK;
276 return OK;
[all...]
H A DOMXCodec.cpp351 if (err == OK) {
362 if (err == OK) {
449 return OK;
462 CHECK_EQ(esds.InitCheck(), (status_t)OK);
477 data, size, &profile, &level)) != OK) {
516 if (err != OK) {
558 if (err != OK) {
583 if (err != OK) {
590 if (err != OK) {
605 if (err != OK) {
[all...]
H A DCameraSource.cpp184 if (mInitCheck != OK) releaseCamera();
215 return OK;
277 * @return OK if no error.
286 return OK;
302 * @return OK if no error.
360 if (OK != mCamera->setParameters(s)) {
366 return OK;
378 * @return OK if no error
420 return OK;
430 * @return OK i
[all...]
H A DMediaCodecList.cpp46 return sCodecList->initCheck() == OK ? sCodecList : NULL;
60 if (mInitCheck == OK) {
100 mInitCheck = OK;
112 while (mInitCheck == OK) {
140 if (mInitCheck == OK) {
155 if (mInitCheck != OK) {
174 if (mInitCheck != OK) {
230 if (mInitCheck != OK) {
306 return OK;
352 return OK;
[all...]
H A DAVIExtractor.cpp121 return OK;
132 return OK;
152 if (err != OK) {
165 if (err == OK) {
181 if (err != OK) {
186 CHECK_EQ(mBufferGroup->acquire_buffer(&out), (status_t)OK);
212 return OK;
363 return OK;
372 if (mInitCheck != OK) {
396 if (mInitCheck == OK) {
[all...]
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp59 if (res != OK) {
72 return OK;
97 return OK;
134 return OK;
164 return OK;
216 return OK;
242 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
250 if ((code = mDevice->waitUntilDrained()) != OK) {
270 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
301 if ( (res = checkPid(__FUNCTION__) ) != OK) retur
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp62 return OK;
75 return OK;
93 return OK;
106 return OK;
168 return OK;
199 return OK;
215 return OK;
237 return OK;
254 return OK;
282 return OK;
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp40 mFinalResult(OK) {
68 if (mFinalResult != OK) {
127 if (err != OK) {
138 return OK;
169 return finalResult == OK ? -EWOULDBLOCK : finalResult;
175 if (err == OK) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp54 if (err != OK) {
59 err = OK;
96 if (err != OK) {
101 if (err == OK) {
145 if (err == OK) {
154 if (err != OK) {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp145 if (res != OK) {
154 if (res != OK) {
163 if (res != OK) {
183 if (res != OK) {
191 if (res != OK) {
202 return OK;
221 if (res != OK) {
230 if (res != OK) {
242 return OK;
305 if (res == OK) reques
[all...]
H A DJpegProcessor.cpp106 if (res != OK) {
121 } else if (res != OK) {
137 if (res != OK) {
145 return OK;
168 return OK;
194 } while (res == OK);
207 if (res != OK) {
225 return OK;
253 return OK;
H A DZslProcessor3.cpp103 if (res != OK) {
119 } else if(res != OK) {
139 if (res != OK) {
150 return OK;
174 if (res != OK) {
183 return OK;
222 } else if (res != OK) {
252 if (res == OK) request.update(ANDROID_REQUEST_INPUT_STREAMS,
257 if (res == OK) request.update(ANDROID_REQUEST_OUTPUT_STREAMS,
262 if (res != OK ) {
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp46 return OK;
63 return OK;
89 if (res == OK) {
106 while ( (res = device->getNextFrame(&frame)) == OK) {
140 return processListeners(frame, device) == OK;
191 return OK;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp89 if (res != OK) {
94 // OK
101 return OK;
112 // OK
127 return OK;
176 return OK;
193 return OK;
210 if ((res = returnBufferPreconditionCheckLocked()) != OK) {
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp77 if (err != OK) {
88 return OK;
94 status_t err = OK;
141 status_t err = OK;
H A DVideoEditorSRC.cpp80 return OK;
86 return OK;
104 return OK;
180 if (err != OK) {
190 if(err != OK) {
198 return OK;
223 if (err != OK) {
240 if (err != OK) {
282 return OK;
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp76 * mInitCheck is set to OK
80 * mInitCheck is set to an error (!OK)
95 mInitCheck = OK;
119 mInitCheck = OK;
133 mInitCheck = OK;
183 return (mInitCheck == OK);
198 if (mInitCheck != OK) {
208 if (mInitCheck != OK) {
219 return OK;
225 if (mInitCheck != OK) {
[all...]
H A DTestPlayerStub.cpp74 return isTestBuild() ? OK : INVALID_OPERATION;
109 return OK;
125 if (OK != status) {
188 return OK;
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.cpp46 if (err != OK) {
57 return OK;
84 return OK;
112 return OK;
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java39 public static final int OK = 0; field in interface:EventHandler
/frameworks/base/media/tests/omxjpegdecoder/
H A DSkOmxPixelRef.cpp35 CHECK_EQ(mDecoder->stop(), (status_t)OK);
/frameworks/native/libs/gui/
H A DBufferItemConsumer.cpp58 if (err != OK) {
67 if (err != OK) {
76 return OK;
89 if (err != OK) {

Completed in 1485 milliseconds

1234567891011>>