Searched refs:error (Results 151 - 175 of 234) sorted by relevance

12345678910

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_sse2.asm427 pxor xmm6, xmm6 ; error accumulator
549 pxor xmm6, xmm6 ; error accumulator
657 pxor xmm6, xmm6 ; error accumulator
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c305 goto error;
311 error:
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp40 #error "Sensor configuration ERROR: No sensor is defined."
177 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
230 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
310 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpickinter.c191 int error; local
235 error = RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
240 error = INT_MAX;
243 return error;
1113 /* Testing this mode gave rise to an improvement in best error
1124 /* If the mode did not help improve the best error case then raise the
H A Donyx_if.c1115 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
1122 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
1161 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
1165 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
1178 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
1183 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
1801 if (setjmp(cm->error.jmp))
1803 cpi->common.error.setjmp = 0;
1808 cpi->common.error.setjmp = 1;
1872 * Currently this is tied to error resillian
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm330 %error Only xmm registers 6-15 must be preserved
345 %error RESTORE_XMM must be paired with SAVE_XMM n
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c57 #error Invalid or undefined CONFIG_MPU_SENSORS_MPUxxxx
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c1141 printf("G711Encoder->WaitForState reports error\n");
1159 printf("G711Encoder->WaitForState reports error\n");
1346 APP_DPRINT("APP: Error: WaitForState reports an error %X\n", eError);
1451 OMX_ERRORTYPE error = OMX_ErrorNone; local
1467 error = OMX_EmptyThisBuffer(pHandle, pBuffer);
1468 if( (error != OMX_ErrorNone)) {
1476 return error;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
H A Dperf_reader.c38 #error "Must define __PERF_CUSTOMIZABLE__ to enable printing for reader"
103 fprintf(stderr, "error: could not create PERF replay object\n");
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbltsville.h467 enum bverror error; member in struct:bvcallbackerror
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dvariance_impl_sse2.asm709 pxor xmm6, xmm6 ; error accumulator
826 pxor xmm6, xmm6 ; error accumulator
947 pxor xmm6, xmm6 ; error accumulator
1049 pxor xmm6, xmm6 ; error accumulator
1162 pxor xmm6, xmm6 ; error accumulator
1262 pxor xmm6, xmm6 ; error accumulator
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp304 status_t error = local
309 if (error == OK) {
310 error = OMX_SetParameter(mComponent, index, (OMX_PTR)&number);
312 // ingore this error
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp215 @todo Define error codes
238 @todo Define error codes
291 // vstab then return an error
1514 goto error;
1532 goto error;
1586 goto error;
1636 goto error;
1649 goto error;
1657 error:
1659 CAMHAL_LOGEA("Performing cleanup after error");
[all...]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_object.c192 goto error;
224 goto error;
235 error:
358 aborted and the error code CKR_ARGUMENTS_BAD must be returned. We
461 aborted and the error code CKR_ARGUMENTS_BAD must be returned. We
799 /* Not some of the special error codes: this is fatal */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c113 #error "No mutex type defined for this platform!"
559 memtrack_log("memory_tracker_add: error allocating memory!\n");
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_cmdbuf.c214 * relocation records, -1 on error
451 if (fence_rep->error != 0) {
/hardware/invensense/60xx/mlsdk/mllite/
H A DdmpKey.h428 #error No CONFIG_MPU_SENSORS_xxxx has been defined.
H A Dmldl.c49 #error Invalid or undefined CONFIG_MPU_SENSORS_MPUxxxx
193 * @return INV_SUCCESS if successful, a non-zero error code otherwise.
217 * @return INV_SUCCESS or non-zero error code.
267 * @return INV_SUCCESS or non-zero error code
301 * @return INV_SUCCESS or non-zero error code
344 * @return INV_SUCCESS or non-zero error code
391 * @return Zero if the command is successful, an error code otherwise.
419 * @return Zero if the command is successful, an error code otherwise.
478 * @return ML_SUCESS if successful; a non-zero error code otherwise.
507 * @return INV_SUCCESS or non-zero error cod
[all...]
H A Dmlsupervisor.c219 #error
363 * @return error code. INV_SUCCESS if no error occurred.
390 /* external slave wants the data even if there is an error */
548 * @return INV_SUCCESS or non-zero error code on error.
572 * @return INV_SUCCESS if successful, or non-zero error code otherwise.
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h109 #error MEM_DEVICE cannot be determined.
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c651 error\n",__LINE__);
1260 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
1264 error = OMX_ErrorBadParameter;
1276 error = OMX_ErrorNone;
1279 return error;
1526 /* Wait for thread to exit so we can get the status into "error" */
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c715 error\n",__LINE__);
1300 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
1304 error = OMX_ErrorBadParameter;
1316 error = OMX_ErrorNone;
1319 return error;
1583 /* Wait for thread to exit so we can get the status into "error" */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure664 enabled gcc && enabled werror && check_add_cflags -Wno-error=${w}
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h556 virtual void errorNotify(int error) = 0;
680 //All sub-components of Camera HAL call this whenever any error happens
681 virtual void errorNotify(int error);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h429 virtual void errorNotify(int error) = 0;
545 //All sub-components of Camera HAL call this whenever any error happens
546 virtual void errorNotify(int error);

Completed in 763 milliseconds

12345678910