Searched refs:error (Results 76 - 100 of 234) sorted by relevance

12345678910

/hardware/intel/common/libva/va/x11/
H A Dva_dricommon.c26 // X error trap
31 error_handler(Display *dpy, XErrorEvent *error) argument
33 x11_error_code = error->error_code;
/hardware/intel/common/libva/va/glx/
H A Dva_glx_impl.c39 fprintf(stderr, "libva-glx error: ");
44 // X error trap
48 static int error_handler(Display *dpy, XErrorEvent *error) argument
50 x11_error_code = error->error_code;
66 // Returns a string representation of an OpenGL error
67 static const char *gl_get_error_string(GLenum error) argument
74 { GL_NO_ERROR, "no error" },
89 if (gl_errors[i].val == error)
97 GLenum error; local
99 while ((error
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c74 int error = 1; local
133 error = -1;
137 if (error != -1)
144 error = -1;
161 if (error != -1)
166 if ( error != -1 && (init_encoder (encoder_context) == -1 ))
169 error = -1;
175 if (error != -1 && (allocate_buffer (0,encoder_context)== -1))
178 error = -1;
181 if (error !
[all...]
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c440 goto error;
447 ALOGE("%s: dlsym error %s for csd_client_deinit", __func__,
449 goto error;
454 ALOGE("%s: dlsym error %s for csd_client_disable_device",
456 goto error;
461 ALOGE("%s: dlsym error %s for csd_client_enable_device_config",
463 goto error;
468 ALOGE("%s: dlsym error %s for csd_client_enable_device",
470 goto error;
475 ALOGE("%s: dlsym error
579 const char *error; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c1788 OMX_ERRORTYPE error = OMX_ErrorNone; local
1818 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1819 error = WaitForState(pHandle, OMX_StateIdle);
1823 if(error != OMX_ErrorNone) {
1843 error = pComponent->EmptyThisBuffer(pHandle, pBuffer);
1844 if (error == OMX_ErrorIncorrectStateOperation)
1845 error = 0;
1850 return error;
1854 OMX_ERRORTYPE error = OMX_ErrorNone; local
1858 error
1877 OMX_ERRORTYPE error = OMX_ErrorNone; local
1900 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c1881 OMX_ERRORTYPE error = OMX_ErrorNone; local
1908 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
1909 error = WaitForState(pHandle, OMX_StateIdle);
1914 if (error != OMX_ErrorNone) {
1932 error = pComponent->EmptyThisBuffer(pHandle, pBuffer);
1934 if (error == OMX_ErrorIncorrectStateOperation)
1935 error = 0;
1941 return error;
1944 OMX_ERRORTYPE error = OMX_ErrorNone; local
1951 error
1973 OMX_ERRORTYPE error = OMX_ErrorNone; local
2000 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/intel/img/psb_video/src/hwdefs/
H A Dimg_defs.h202 #error("define an OS")
H A Dimg_types.h75 #error("define an OS")
/hardware/intel/img/psb_video/src/
H A Dvc1_defs.h60 #error VC1_INTERLEAVED_BITPLANE must not be defined together with VC1_BITPLANE_HARDWARE
/hardware/libhardware/include/hardware/
H A Dfingerprint.h86 fingerprint_error_t error; member in union:fingerprint_msg::__anon1204
117 * indicating the error condition.
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c75 int error = 1; local
127 error = -1;
131 if (error != -1)
138 error = -1;
155 if ( error != -1 && (init_decoder (decoder_context) == -1 ))
158 error = -1;
164 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT,
168 error = -1;
171 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT,
175 error
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c75 int error = 1; local
127 error = -1;
131 if (error != -1) {
136 error = -1;
150 if ( error != -1 && (init_decoder (decoder_context) == -1 )) {
152 error = -1;
159 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT,
162 error = -1;
165 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT,
168 error
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp336 const char *error; local
339 error = ::dlerror();
341 LOC_LOGE("%s: could not find %s: %s", __func__, name, error);
347 error = ::dlerror();
351 __func__, func, name, error);
571 error code : Failure
648 const char *error; local
653 dlerror(); /* Clear any existing error */
659 if ((error = dlerror()) != NULL) {
660 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error
[all...]
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c79 #define error(fmt, args...) do { \ macro
86 /* Global variable to return the last error found while deconding */
213 error("16 bits quantization table is not supported\n");
215 error("No more 4 quantization table is supported (got %d)\n", qi);
240 error("Precision other than 8 is not supported\n");
258 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1);
292 error("We do not support more than 2 AC Huffman table\n");
294 error("We do not support more than 2 DC Huffman table\n");
296 error("SOS cid order (%d:%d) isn't compatible with the SOF marker (%d:%d)\n",
342 error("N
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c170 /* row-based threading, error concealment, and input fragments will
273 const struct vpx_internal_error_info *error)
277 if ((res = error->error_code))
278 ctx->base.err_detail = error->has_detail
279 ? error->detail
383 /* the peek function returns an error for non keyframes, however for
384 * this case, it is not an error */
477 if (setjmp(pbi->common.error.jmp))
479 pbi->common.error.setjmp = 0;
484 pbi->common.error
272 update_error_state(vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c205 int error; member in struct:vp8_token_state
284 tokens[eob][0].error = 0;
302 error0 = tokens[next][0].error;
303 error1 = tokens[next][1].error;
331 tokens[i][0].error = d2 + (best ? error1 : error0);
401 tokens[i][1].error = d2 + (best ? error1 : error0);
437 error0 = tokens[next][0].error;
438 error1 = tokens[next][1].error;
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmpu3050.h20 #error Do not include this file directly. Include mpu.h instead.
31 #error MPU6000 build including MPU3050 header
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dtee_client_api_linux_driver.c248 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
412 goto error;
417 goto error;
436 error:
495 /* we ignore the error code of scxExchangeMessage */
650 /* Communication failure. Ignore the error: the operation is already cancelled anyway */
705 goto error;
714 goto error;
727 goto error;
737 goto error;
[all...]
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
404 goto error;
409 goto error;
428 error:
487 /* we ignore the error code of scxExchangeMessage */
642 /* Communication failure. Ignore the error: the operation is already cancelled anyway */
697 goto error;
706 goto error;
719 goto error;
729 goto error;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxc_int.h68 struct vpx_internal_error_info error; member in struct:VP8Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c329 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM,
459 // it to the portion that can be (for EC mode) or throw an error.
624 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
639 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
669 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
809 const size_t size = get_tile(data_end, last_tile, &cm->error, &data);
828 setup_token_decoder(buf->data, data_end, buf->size, &cm->error, &r);
901 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
922 get_tile(data_end, n == tile_cols - 1, &cm->error, &data);
962 setup_token_decoder(buf->data, data_end, buf->size, &cm->error,
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp447 error code : Failure
517 const char *error; local
522 dlerror(); /* Clear any existing error */
528 if ((error = dlerror()) != NULL) {
529 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error);
533 dlerror(); /* Clear any existing error */
535 if ((error = dlerror()) != NULL) {
536 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
[all...]
/hardware/ril/reference-ril/
H A Datchannel.c136 * returns 1 if line is a final response indicating error
184 * returns 1 if line is a final response, either error or success
389 /* read error encountered or EOF reached */
393 RLOGD("atchannel: read error %s", strerror(errno));
469 * Returns AT_ERROR_* on error, 0 on success
567 * returns 0 on success, -1 on error
680 goto error;
686 goto error;
713 goto error;
729 goto error;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddct16x16_test.cc312 const uint32_t error = diff * diff; local
313 if (max_error < error)
314 max_error = error;
315 total_error += error;
320 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
323 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
407 const uint32_t error = diff * diff; local
408 EXPECT_GE(1u, error)
409 << "Error: 16x16 IDCT has error " << error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c116 rb.bit_offset += 1; // error resilient
162 const struct vpx_internal_error_info *error) {
163 if (error->error_code)
164 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
166 return error->error_code;
223 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
262 res = update_error_state(ctx, &cm->error);
357 /* Early exit if there was a decode error */
161 update_error_state(vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) argument

Completed in 730 milliseconds

12345678910