Searched refs:error (Results 101 - 125 of 234) sorted by relevance

12345678910

/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp219 OMX_ERRORTYPE error; variable
961 printf("Invalid State or hardware error \n");
964 DEBUG_PRINT("Event error in the middle of Decode \n");
1977 error = Allocate_Buffer(dec_handle, &pInputBufHdrs, portFmt.nPortIndex,
1979 if (error != OMX_ErrorNone) {
1980 DEBUG_PRINT_ERROR("Error - OMX_AllocateBuffer Input buffer error\n");
1990 error = use_input_buffer(dec_handle,
1995 if (error != OMX_ErrorNone) {
2018 error = use_output_buffer_multiple_fd(dec_handle,
2027 error
2267 OMX_ERRORTYPE error=OMX_ErrorNone; local
2290 OMX_ERRORTYPE error=OMX_ErrorNone; local
2322 OMX_ERRORTYPE error=OMX_ErrorNone; local
2383 OMX_ERRORTYPE error=OMX_ErrorNone; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c228 w->error);
293 w->error);
347 w->error);
1287 bc[0].error = &pc->error;
1289 validate_buffer(cx_data, 3, cx_data_end, &cpi->common.error);
1303 validate_buffer(cx_data, 7, cx_data_end, &cpi->common.error);
1608 &pc->error);
1647 &pc->error);
1651 cpi->bc[i].error
[all...]
H A Dvp8_asm_enc_offsets.c52 DEFINE(vp8_writer_error, offsetof(vp8_writer, error));
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_nl80211.c41 *ret = err->error;
H A Ddhdu.c379 "error: expected interface name after option %s\n", opt);
622 fprintf(stderr, "pktgen options error\n");
676 fprintf(stderr, "option parsing error (key %s valstr %s)\n",
684 fprintf(stderr, "min/max error (%d/%d)\n", pktgen.minlen, pktgen.maxlen);
731 {SDH_ERROR_VAL, "error"},
966 fprintf(stderr, "membytes options error\n");
981 fprintf(stderr, "membytes command error\n");
1250 fprintf(stderr, "Internal error: unaligned word buffer\n");
1285 fprintf(stderr, "Internal error: unaligned word buffer\n");
1326 fprintf(stderr, "Internal error
2986 int error; local
3005 int error; local
3020 int error; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h88 * a duplicate typedef error; there is no way to "undefine" a typedef.
291 #error "Unknown compiler!"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Darm_cpudetect.c190 #error "--enable-runtime-cpu-detect selected, but no CPU detection method " \
/hardware/libhardware/include/hardware/
H A Dcamera3.h241 * 13. In case of an error or other asynchronous event, the HAL must call
242 * camera3_callback_ops_t->notify() with the appropriate error/event
243 * message. After returning from a fatal device-wide error notification, the
246 * notify(), so that once notify() is called with a fatal error, the
249 * returns from a fatal error message.
1013 * -ENODEV / NULL in case of a serious error. This means the device cannot
1014 * continue operation, and must be closed by the framework. Once this error is
1040 * process_capture_result in the error state, their release fences must be set to
1228 * If a configure_streams() call returns a non-fatal error, all active streams
1404 * error stat
1672 camera3_error_msg_t error; member in union:camera3_notify_msg::__anon1203
[all...]
/hardware/samsung_slsi/exynos5/libkeymaster/
H A Dkeymaster_mobicore.cpp80 * Checks this thread's error queue and logs if necessary.
83 int error = ERR_get_error(); local
85 if (error != 0) {
87 ERR_error_string_n(error, message, sizeof(message));
88 ALOGE("OpenSSL error in %s %d: %s", location, error, message);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c70 int error; member in struct:vp9_token_state
147 tokens[eob][0].error = 0;
165 error0 = tokens[next][0].error;
166 error1 = tokens[next][1].error;
189 tokens[i][0].error = d2 + (best ? error1 : error0);
245 tokens[i][1].error = d2 + (best ? error1 : error0);
280 error0 = tokens[next][0].error;
281 error1 = tokens[next][1].error;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h193 * and future pictures can be decoded without error. Otherwise,
194 * see the descriptions of the other error codes in ::vpx_codec_err_t
491 vpx_codec_err_t error,
496 info->error_code = error;
490 vpx_internal_error(struct vpx_internal_error_info *info, vpx_codec_err_t error, const char *fmt, ...) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c219 OMX_ERRORTYPE error = OMX_ErrorNone; local
247 error = OMX_ErrorInsufficientResources;
264 error = OMX_ErrorNone;
446 error = RMProxy_NewInitalize();
447 if (error != OMX_ErrorNone) {
454 error = G729DEC_StartComponentThread(pHandle);
455 if (error != OMX_ErrorNone) {
473 G729DEC_DPRINT ("%d ::OMX_ComponentInit - returning %d\n", __LINE__,error);
474 return error;
666 error\
1283 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp346 OMX_ERRORTYPE error; variable
1152 printf("Invalid State or hardware error \n");
1154 DEBUG_PRINT("Event error in the middle of Decode \n");
2241 error = Allocate_Buffer(dec_handle, &pInputBufHdrs, portFmt.nPortIndex,
2243 if (error != OMX_ErrorNone) {
2244 DEBUG_PRINT_ERROR("Error - OMX_AllocateBuffer Input buffer error\n");
2253 error = use_input_buffer(dec_handle,
2258 if (error != OMX_ErrorNone) {
2293 error = use_output_buffer_multiple_fd(dec_handle,
2300 error
2510 OMX_ERRORTYPE error=OMX_ErrorNone; local
2536 OMX_ERRORTYPE error=OMX_ErrorNone; local
2568 OMX_ERRORTYPE error=OMX_ErrorNone; local
2629 OMX_ERRORTYPE error=OMX_ErrorNone; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dlint-hunks.py66 except getopt.error, msg:
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_device.c30 #error nouveau_drm.h does not match expected patchlevel, update libdrm.
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFOHW.c45 #error Invalid or undefined CONFIG_MPU_SENSORS_MPUxxxx
187 * @return INV_SUCCESS if the fifo is OK. An error code otherwise.
202 * @return INV_SUCCESS or non-zero error code.
248 * @return INV_SUCCESS or non-zero error code
270 * @return INV_SUCCESS if successful, a non-zero error code otherwise.
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Debug.h100 const char *OMX_GetErrorString(OMX_ERRORTYPE error);
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Debug.h125 const char *OMX_GetErrorString(OMX_ERRORTYPE error);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.c86 #error SEPARATOR_CHAR not implemented...
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Debug.h125 const char *OMX_GetErrorString(OMX_ERRORTYPE error);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c86 #error SEPARATOR_CHAR not implemented...
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c200 OMX_ERRORTYPE error = OMX_ErrorNone; local
452 error = RMProxy_NewInitalize();
453 if (error != OMX_ErrorNone) {
459 error = WBAMR_DEC_StartComponentThread(pHandle);
460 if (error != OMX_ErrorNone) {
486 OMX_PRINT1(pComponentPrivate->dbg, "Exiting - returning %d\n", error);
488 return error;
689 error\n");
1371 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
1375 error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodeframe.c646 /* check if the boolean decoder has suffered an error */
781 * or throw an error.
790 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME,
798 * it to the portion that can be (for EC mode) or throw an error.
805 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME,
887 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,
995 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME,
1028 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME,
1040 /* When error concealment is enabled we should only check the sync
1046 vpx_internal_error(&pc->error, VPX_CODEC_UNSUP_BITSTREA
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance_impl_sse2.asm34 pxor xmm6, xmm6 ; error accumulator
149 pxor xmm6, xmm6 ; error accumulator
256 pxor xmm6, xmm6 ; error accumulator
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp274 //ALOGE_IF(rv != INV_SUCCESS, "Fatal error: could not start the DMP correctly. (code = %d)\n", rv);
389 "error: unable to set MPL sensor power states (sens=%ld retcode = %d)",
411 "error: unable to store MPL calibration file");
426 ALOGE_IF(rv != INV_SUCCESS, "error: unable to stop DMP (retcode = %d)",
465 const char* error; local
466 error = dlerror();
469 if((error = dlerror()) != NULL) {
470 ALOGE("%s %s", error, "inv_enable_9x_fusion");
480 const char* error = dlerror(); local
481 ALOGE("libinvensense_mpl.so not found, 9x sensor fusion disabled (%s)",error);
[all...]

Completed in 3982 milliseconds

12345678910