Searched defs:error (Results 1 - 25 of 351) sorted by path

1234567891011>>

/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp750 ALOGE("%s: camera device has encountered a serious error", __FUNCTION__);
757 CameraDevice::setCameraDeviceErrorLocked(camera_status_t error) { argument
759 mError = error;
793 // erase the old error since it's no longer useful
796 // Normal requests hasn't catched up error frames, just break
828 // Handle buffer error
951 ALOGE("%s: Cannot find error code!", __FUNCTION__);
1263 ALOGD("Device error received, code %d, frame number %" PRId64 ", request ID %d, subseq ID %d",
1292 ALOGE("Unknown error from camera device: %d", errorCode);
/frameworks/av/drm/libmediadrm/
H A DSharedLibrary.cpp46 // Clear last error before we load the symbol again,
53 const char *error = dlerror(); local
54 return error ? error : "No errors or unknown error";
/frameworks/av/media/common_time/
H A DICommonClock.cpp325 int32_t error; local
326 status_t status = getEstimatedError(&error);
329 reply->writeInt32(error);
/frameworks/av/media/img_utils/src/
H A DFileInput.cpp55 int error = ::ferror(mFp); local
56 if (error != 0) {
57 ALOGE("%s: Error %d occurred while reading file %s.", __FUNCTION__, error, mPath.string());
H A DFileOutput.cpp55 int error = ::ferror(mFp); local
56 if (error != 0) {
57 ALOGE("%s: Error %d occurred while writing file %s.", __FUNCTION__, error, mPath.string());
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp228 aaudio_result_t error) {
229 printf("Error Callback, error: %d\n",(int)error);
231 myData->outputError = error;
590 printf("input error = %d = %s\n",
225 MyErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h378 aaudio_result_t error) {
385 android::status_t ret = sineData->waker.wake(error);
386 printf("Error Callback, error: %d, futex wake returns %d\n", error, ret);
375 SimplePlayerErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
H A DAAudioSimpleRecorder.h300 aaudio_result_t error)
302 printf("Error Callback, error: %d\n",(int)error);
297 SimpleRecorderErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
/frameworks/av/media/libaaudio/tests/
H A Dtest_bad_disconnect.cpp34 aaudio_result_t error);
129 aaudio_result_t error) {
130 if (error == AAUDIO_ERROR_DISCONNECTED) {
126 s_myErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp283 status_t error = errno; // clock_gettime can affect errno local
301 switch (error) {
306 // FIXME these error/non-0 status are being dropped
309 status = error;
310 ALOGE("%s unexpected error %s", __func__, strerror(status));
544 ALOGE("%s unexpected error %s", __func__, strerror(status));
583 // FIXME Should return an error status
606 // FIXME Should return an error status
741 // A corrupt stop. Log error and ignore.
934 return 0; // error conditio
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp834 goto error;
845 goto error;
850 goto error;
879 goto error;
885 error:
1007 int error; local
1012 &error);
1015 speex_resampler_strerror(error));
1022 &error);
1025 speex_resampler_strerror(error));
[all...]
/frameworks/av/media/libmedia/
H A DIRemoteDisplayClient.cpp60 void onDisplayError(int32_t error) argument
64 data.writeInt32(error);
95 int32_t error = data.readInt32(); local
96 onDisplayError(error);
H A DMetadata.cpp145 bool error = false; local
151 error = true;
156 error = true;
163 return !error;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.cpp187 ALOGE("Decoder (%s) reported error : 0x%x",
261 // reconnect to the new surface on error as MPS::Client will expect to
338 // any error signaling will occur.
549 status_t error = native_window_api_connect(mNativeWindow->getANativeWindow(), local
551 ALOGW_IF(error != NO_ERROR,
552 "[%s] failed to connect to native window, error=%d",
553 mComponentName.c_str(), error);
606 // in the renderer. We signal to the player the error so it can shutdown/release the
931 // when there is an error (including EOS)
1038 ALOGE("Stream error fo
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp189 ALOGE("Decoder (%s) reported error : 0x%x",
254 // reconnect to the new surface on error as MPS::Client will expect to
326 // any error signaling will occur.
529 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown"); local
530 ALOGW_IF(error != NO_ERROR,
531 "[%s] failed to connect to native window, error=%d",
532 mComponentName.c_str(), error);
585 // in the renderer. We signal to the player the error so it can shutdown/release the
912 // when there is an error (including EOS)
1019 ALOGE("Stream error fo
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp83 // returns true if err is a recognized OMX error code.
84 // as OMX error is OMX_S32, this is an int32_t type
89 // converts an OMX error to a status_t
94 return NAME_NOT_FOUND; // can trigger illegal argument error for provided names.
1094 // XXX: Currently this error is logged, but not fatal.
1278 // If an error occurred while dequeuing we need to cancel any buffers
1291 status_t error = cancelBufferToNativeWindow(info); local
1293 err = error;
1465 ALOGW("not dequeuing from native window due to fatal error");
1877 err = OK; // ignore error fo
5426 signalError(OMX_ERRORTYPE error, status_t internalError) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon520
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c195 Word16 error[M + L_SUBFR]; /* error of quantization */ local
260 Set_zero(error, L_FILT16k); /* set next sample to zero */
261 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code);
747 * |------| | |--------| error[n] |------| *
759 error[i] = vo_sub(speech[i + i_subfr - M], st->mem_syn[i]);
767 Syn_filt(p_Aq, &exc[i_subfr], error + M, L_SUBFR, error, 0);
771 Residu_opt(Ap, error + M, xn, L_SUBFR);
773 Residu(Ap, error
[all...]
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp1172 OMX_ERRORTYPE error = validateInputBuffer(inputBufferHeader); local
1173 if (error != OMX_ErrorNone) {
1176 return error;
1297 OMX_ERRORTYPE error; local
1329 error = setEncodeArgs(&s_encode_ip, &s_encode_op, NULL, outputBufferHeader);
1330 if (error != OMX_ErrorNone) {
1395 error = setEncodeArgs(
1398 if (error != OMX_ErrorNone) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp437 OMX_ERRORTYPE error = validateInputBuffer(inHeader); local
438 if (error != OMX_ErrorNone) {
442 notify(OMX_EventError, error, 0, 0);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp160 // Enable error resilience - needed for packet loss.
291 // The codec specific method would have logged the error.
656 OMX_ERRORTYPE error = validateInputBuffer(inputBufferHeader); local
657 if (error != OMX_ErrorNone) {
660 notify(OMX_EventError, error, 0, 0);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp206 void MediaFilter::signalError(status_t error) { argument
207 mCallback->onError(error, ACTION_CODE_FATAL);
339 // TODO notify caller of queueInput error when it is supported
548 ALOGV("saw error %d instead of an input buffer", err);
/frameworks/av/media/mtp/
H A DMtpFfsCompatHandle.cpp212 // If there was an error reading above
267 int error = 0; local
310 if (error == -1) {
324 error = -1;
H A DMtpFfsHandle.cpp219 PLOG(ERROR) << "Mtp error ctrlreq read data";
260 PLOG(ERROR) << "Mtp error ctrlreq write data";
306 int error = 0; local
310 PLOG(ERROR) << "Mtp error during poll()";
316 error = errno;
325 error = errno;
335 PLOG(ERROR) << "Mtp error getting events";
336 error = errno;
342 PLOG(ERROR) << "Mtp got error event at " << j << " and " << buf->actual << " total";
343 error
452 bool error = false; local
576 bool error = false; local
[all...]
H A DPosixAsyncIO.h40 int error; member in struct:aiocb

Completed in 5040 milliseconds

1234567891011>>