Searched refs:error (Results 1 - 25 of 395) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DIRemoteDisplayClient.h42 // Error: An unknown / generic error occurred.
57 // It is currently an error for the display to disconnect for any other reason.
61 // or an unrecoverable error occurred and the connection was severed.
62 virtual void onDisplayError(int32_t error) = 0; // one-way
/frameworks/av/include/media/stagefright/
H A DACodec.h338 OMX_ERRORTYPE error = OMX_ErrorUndefined,
/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/libeffects/factory/
H A DEffectsFactory.c291 ALOGW("EffectCreate() init error: %d", ret);
310 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
515 goto error;
521 goto error;
526 goto error;
532 goto error;
554 error:
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp781 goto error;
789 goto error;
794 goto error;
823 goto error;
829 error:
965 int error; local
970 &error);
973 speex_resampler_strerror(error));
980 &error);
983 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;
H A DSoundPool.cpp521 goto error;
529 goto error;
535 goto error;
545 error:
/frameworks/av/media/libmediaplayerservice/
H A DSharedLibrary.cpp51 const char *error = dlerror(); local
52 return error ? error : "No errors or unknown error";
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp171 // any error signaling will occur.
284 status_t error = local
288 ALOGW_IF(error != NO_ERROR,
289 "[%s] failed to connect to native window, error=%d",
290 mComponentName.c_str(), error);
719 ALOGE("Stream error for %s (err=%d), EOS %s queued",
/frameworks/av/media/libstagefright/
H A DACodec.cpp67 // returns true if err is a recognized OMX error code.
68 // as OMX error is OMX_S32, this is an int32_t type
73 // converts an OMX error to a status_t
78 return NAME_NOT_FOUND; // can trigger illegal argument error for provided names.
669 // XXX: Currently this error is logged, but not fatal.
688 ALOGE("error authenticating native window: %d", err);
838 // If an error occurred while dequeuing we need to cancel any buffers
850 status_t error = cancelBufferToNativeWindow(info); local
852 err = error;
1890 ALOGW("did not set AudioAndroidAacPresentation due to error
3878 signalError(OMX_ERRORTYPE error, status_t internalError) argument
[all...]
H A DMPEG4Writer.cpp598 // size limit, treat it as an error.
868 // Do not write out movie header on error.
1004 #error "PROPERTY_VALUE_MAX must be at least 5"
1291 // Add 1024 bytes as error tolerance
2562 // Do not consider ERROR_END_OF_STREAM an error
H A DOMXCodec.cpp60 // Treat time out as an error if we have not received any output
688 "returned error 0x%08x", err);
1846 // XXX: Currently this error is logged, but not fatal.
1863 ALOGE("error authenticating native window: %d", err);
1973 // If an error occurred while dequeuing we need to cancel any buffers
1997 CODEC_LOGE("cancelBuffer failed w/ error 0x%08x", err);
2012 CODEC_LOGE("dequeueBuffer failed w/ error 0x%08x", err);
2056 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)",
2064 ALOGE("error pushing blank frames: api_connect failed: %s (%d)",
2072 ALOGE("error pushin
[all...]
H A DUtils.cpp585 #error "PROPERTY_VALUE_MAX must be at least 8"
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c43 int error; local
54 error = 0;
83 error = 1;
86 if(!error)
92 error = 1;
96 if (!error) {
98 error = (PsyNew(&hAacEnc->psyKernel, MAX_CHANNELS, pMemOP) ||
102 if (!error) {
104 error = QCOutNew(&hAacEnc->qcOut,MAX_CHANNELS, pMemOP);
107 if (!error) {
[all...]
H A Daacenc_core.c62 Word32 error = 0; local
68 error=1;
71 if (!error) {
75 if (!error) {
76 error = InitElementInfo (config.nChannelsOut,
80 if (!error) {
84 if (!error) {
89 error = psyMainInit(&hAacEnc->psyKernel,
98 if(!error) {
103 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/common/include/
H A Dtypedef.h62 #error No System recognized
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp391 st->error = st->mem_err + M;
489 st->error = st->mem_err + M;
1052 st->h1, xn, res, st->error);
1060 st->h1, xn, res, st->error);
1161 st->h1, xn, res, st->error);
1461 st->h1, xn, res, st->error);
1469 st->h1, xn, res, st->error);
1577 st->h1, xn, res, st->error);
H A Dcod_amr.h166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon376
H A Dspreproc.cpp109 mem_err -- Pointer to Word16 -- pointer to error signal
119 error -- Word16 array -- error of LPC synthesis filter
179 Word16 *mem_err, /* i : pointer to error signal */
187 Word16 error[] /* o : error of LPC synthesis filter */
225 Syn_filt(Aq, exc, error, L_SUBFR, mem_err, 0);
227 Residu(Ap1, error, xn, L_SUBFR);
H A Dspreproc.h116 Word16 *mem_err, /* i : pointer to error signal */
124 Word16 error[] /* o : error of LPC synthesis filter */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h91 #error cannot find 8-bit type
113 #error cannot find 16-bit type
135 #error cannot find 32-bit type

Completed in 244 milliseconds

1234567891011>>