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

1234567891011>>

/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp630 ALOGE("%s: camera device has encountered a serious error", __FUNCTION__);
637 CameraDevice::setCameraDeviceErrorLocked(camera_status_t error) { argument
639 mError = error;
673 // erase the old error since it's no longer useful
676 // Normal requests hasn't catched up error frames, just break
708 // Handle buffer error
821 ALOGE("%s: Cannot find error code!", __FUNCTION__);
1133 ALOGD("Device error received, code %d, frame number %" PRId64 ", request ID %d, subseq ID %d",
1161 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.cpp110 double error = average - mLatencyArray[i]; local
111 sum += error * error; // squared
497 printf("input error = %d = %s\n",
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h248 aaudio_result_t error)
250 printf("Error Callback, error: %d\n",(int)error);
245 SimplePlayerErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
H A DAAudioSimpleRecorder.h255 aaudio_result_t error)
257 printf("Error Callback, error: %d\n",(int)error);
252 SimpleRecorderErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp282 status_t error = errno; // clock_gettime can affect errno local
300 switch (error) {
305 // FIXME these error/non-0 status are being dropped
308 status = error;
309 ALOGE("%s unexpected error %s", __func__, strerror(status));
508 ALOGE("%s unexpected error %s", __func__, strerror(status));
542 // FIXME Should return an error status
565 // FIXME Should return an error status
/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/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp188 ALOGE("Decoder (%s) reported error : 0x%x",
253 // reconnect to the new surface on error as MPS::Client will expect to
325 // any error signaling will occur.
522 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown"); local
523 ALOGW_IF(error != NO_ERROR,
524 "[%s] failed to connect to native window, error=%d",
525 mComponentName.c_str(), error);
578 // in the renderer. We signal to the player the error so it can shutdown/release the
882 // when there is an error (including EOS)
982 ALOGE("Stream error fo
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp88 // returns true if err is a recognized OMX error code.
89 // as OMX error is OMX_S32, this is an int32_t type
94 // converts an OMX error to a status_t
99 return NAME_NOT_FOUND; // can trigger illegal argument error for provided names.
1098 // XXX: Currently this error is logged, but not fatal.
1282 // If an error occurred while dequeuing we need to cancel any buffers
1295 status_t error = cancelBufferToNativeWindow(info); local
1297 err = error;
1469 ALOGW("not dequeuing from native window due to fatal error");
1872 err = OK; // ignore error fo
5311 signalError(OMX_ERRORTYPE error, status_t internalError) argument
[all...]
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h92 * \retval C2_CORRUPTED some unknown error prevented waiting for the fence (unexpected)
156 * \retval C2_BAD_STATE the fence(s) have already been abandoned or merged (caller error)
157 * \retval C2_ALREADY_EXISTS the fence(s) have already been signaled (caller error)
159 * \retval C2_CORRUPTED some unknown error prevented signaling the fence(s) (unexpected)
170 * \retval C2_ALREADY_EXISTS the fence have already been merged (caller error)
171 * \retval C2_BAD_STATE the fence have already been signaled or abandoned (caller error)
173 * \retval C2_CORRUPTED some unknown error prevented merging the fence(s) (unexpected)
184 * \retval C2_BAD_STATE the fence(s) have already been signaled or merged (caller error)
185 * \retval C2_ALREADY_EXISTS the fence(s) have already been abandoned (caller error)
187 * \retval C2_CORRUPTED some unknown error prevente
203 inline C2Error error() const { return mError; } function in struct:android::_C2InnateError
206 _C2InnateError(C2Error error) argument
229 C2Acquirable(C2Error error, C2Fence fence, T t) argument
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c42 int error; local
56 error = 0;
85 error = 1;
88 if(!error)
94 error = 1;
98 if (!error) {
100 error = (PsyNew(&hAacEnc->psyKernel, MAX_CHANNELS, pMemOP) ||
104 if (!error) {
106 error = QCOutNew(&hAacEnc->qcOut,MAX_CHANNELS, pMemOP);
109 if (!error) {
[all...]
H A Daacenc_core.c61 Word32 error = 0; local
67 error=1;
70 if (!error) {
74 if (!error) {
75 error = InitElementInfo (config.nChannelsOut,
79 if (!error) {
83 if (!error) {
88 error = psyMainInit(&hAacEnc->psyKernel,
97 if(!error) {
102 if (!error) {
[all...]
H A Dchannel_map.c32 Word16 error=0; local
57 error=1;
60 return error;
66 Word16 error; local
67 error = 0;
80 error=4;
83 return error;
93 Word16 error; local
94 error = 0;
120 error
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon526
/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.cpp1312 OMX_ERRORTYPE error; local
1344 error = setEncodeArgs(&s_encode_ip, &s_encode_op, NULL, outputBufferHeader);
1345 if (error != OMX_ErrorNone) {
1410 error = setEncodeArgs(
1413 if (error != OMX_ErrorNone) {
/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 DAsyncIO.h50 int error; member in struct:aiocb
H A DMtpFfsHandle.cpp579 // If there was an error reading above
646 int error = 0; local
689 if (error == -1) {
705 error = -1;
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp106 std::string error; local
107 if (!mPfwConnector->start(error)) {
108 ALOGE("%s: Policy PFW start error: %s", __FUNCTION__, error.c_str());
135 std::string error; local
136 criterionType->addValuePair(numericValue, literalValue, error);
141 ALOG_ASSERT(root != NULL, "error in parsing file");
145 ALOG_ASSERT(node != NULL, "error in parsing file");
186 ALOG_ASSERT(root != NULL, "error in parsing file");
196 ALOG_ASSERT(root != NULL, "error i
[all...]

Completed in 8585 milliseconds

1234567891011>>