Searched refs:error (Results 1 - 25 of 446) 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.h179 // Store |fenceFd| and set read/write flag. Log error, if there is already a fence stored.
182 // Log error, if the current fence is not a read/write fence.
190 // If |fd| is non-negative, waits for fence with |fd| and logs an error if it fails. Returns
191 // the error code or OK on success. If |fd| is negative, it returns OK
414 OMX_ERRORTYPE error = OMX_ErrorUndefined,
H A DMediaFilter.h139 void signalError(status_t 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/libeffects/factory/
H A DEffectsFactory.c293 ALOGW("EffectCreate() init error: %d", ret);
312 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
540 goto error;
546 goto error;
551 goto error;
557 goto error;
579 error:
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp783 goto error;
791 goto error;
796 goto error;
825 goto error;
831 error:
967 int error; local
972 &error);
975 speex_resampler_strerror(error));
982 &error);
985 speex_resampler_strerror(error));
[all...]
/frameworks/av/media/libmedia/
H A DAndroid.mk10 LOCAL_C_FLAGS += -Werror -Wno-error=deprecated-declarations -Wall
90 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
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/
H A DAndroid.mk57 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
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.cpp165 ALOGE("Decoder (%s) reported error : 0x%x",
218 // reconnect to the new surface on error as MPS::Client will expect to
284 // any error signaling will occur.
419 status_t error = local
421 ALOGW_IF(error != NO_ERROR,
422 "[%s] failed to connect to native window, error=%d",
423 mComponentName.c_str(), error);
478 // in the renderer. We signal to the player the error so it can shutdown/release the
732 // when there is an error (including EOS)
831 ALOGE("Stream error fo
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp71 // returns true if err is a recognized OMX error code.
72 // as OMX error is OMX_S32, this is an int32_t type
77 // converts an OMX error to a status_t
82 return NAME_NOT_FOUND; // can trigger illegal argument error for provided names.
899 // XXX: Currently this error is logged, but not fatal.
1068 // If an error occurred while dequeuing we need to cancel any buffers
1081 status_t error = cancelBufferToNativeWindow(info); local
1083 err = error;
1172 status_t error = cancelBufferToNativeWindow(info); local
1174 err = error;
4456 signalError(OMX_ERRORTYPE error, status_t internalError) argument
[all...]
H A DAndroid.mk130 LOCAL_CFLAGS += -Wno-multichar -Werror -Wno-error=deprecated-declarations -Wall
H A DMPEG4Writer.cpp659 // size limit, treat it as an error.
931 // Do not write out movie header on error.
1068 #error "PROPERTY_VALUE_MAX must be at least 5"
1375 // Add 1024 bytes as error tolerance
2646 // Do not consider ERROR_END_OF_STREAM an error
H A DSurfaceUtils.cpp67 ALOGE("error authenticating native window: %s (%d)", strerror(-err), -err);
114 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)", strerror(-err), -err);
120 ALOGE("error pushing blank frames: api_connect failed: %s (%d)", strerror(-err), -err);
128 goto error;
136 ALOGE("error pushing blank frames: MIN_UNDEQUEUED_BUFFERS query "
138 goto error;
144 ALOGE("error pushing blank frames: set_buffer_count failed: %s (%d)", strerror(-err), -err);
145 goto error;
155 ALOGE("error pushing blank frames: dequeueBuffer failed: %s (%d)",
166 ALOGE("error pushin
[all...]
H A DUtils.cpp689 #error "PROPERTY_VALUE_MAX must be at least 8"
/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/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:__anon389

Completed in 2215 milliseconds

1234567891011>>