Searched refs:error (Results 126 - 150 of 363) sorted by relevance

1234567891011>>

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp55 error = false;
153 if (!reorder_ts || error || !header) {
154 if (error || !header)
166 DEBUG("Table full return error");
220 if (!reorder_ts || error) {
260 if (!reorder_ts || error || !header) {
261 if (error || !header)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp55 error = false;
153 if (!reorder_ts || error || !header) {
154 if (error || !header)
166 DEBUG("Table full return error");
220 if (!reorder_ts || error) {
260 if (!reorder_ts || error || !header) {
261 if (error || !header)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dfdct4x4_test.cc84 const uint32_t error = diff * diff; local
85 if (max_error < error)
86 max_error = error;
87 total_error += error;
92 << "Error: 4x4 FHT/IHT has an individual round trip error > 1";
95 << "Error: 4x4 FHT/IHT has average round trip error > 1 per block";
175 const uint32_t error = diff * diff; local
176 EXPECT_GE(1u, error)
177 << "Error: 16x16 IDCT has error " << error
[all...]
H A Didct8x8_test.cc130 const int error = diff * diff; local
131 EXPECT_GE(1, error)
132 << "Error: 8x8 FDCT/IDCT has error " << error
H A Dpartial_idct_test.cc108 const int error = diff * diff; local
109 if (max_error < error)
110 max_error = error;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c1376 APP_DPRINT( "%d :: Error: WaitForState reports an eError %X\n",__LINE__, error);
1465 APP_DPRINT( "Error: G726Encoder->WaitForState reports an error %X\n", eError);
1595 OMX_ERRORTYPE error = OMX_ErrorNone; local
1641 error = OMX_EmptyThisBuffer(pComponent, pBuffer);
1642 if (error == OMX_ErrorIncorrectStateOperation)
1643 error = 0;
1647 return error;
1652 OMX_ERRORTYPE error = OMX_ErrorNone; local
1656 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1657 if(error !
1675 OMX_ERRORTYPE error = OMX_ErrorNone; local
1698 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp61 int error = 0; local
80 error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
81 if (error != 0) {
98 error = alloc_controller_->allocate(data, alloc_flags);
99 if (error != 0) {
H A Dhwc_display_external.cpp179 DisplayError error = display_intf_->Flush(); local
180 if (error != kErrorNone) {
181 DLOGE("Flush failed. Error = %d", error);
/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dpkcs11_session.c151 goto error;
196 goto error;
210 goto error;
262 goto error;
271 error:
H A Dmtc.c201 goto error;
215 goto error;
232 error:
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_session.c151 goto error;
196 goto error;
210 goto error;
262 goto error;
271 error:
H A Dmtc.c201 goto error;
215 goto error;
232 error:
/hardware/bsp/intel/peripheral/libmraa/src/x86/
H A Dintel_nuc5.c51 goto error;
57 goto error;
138 error:
H A Dintel_minnow_byt_compatible.c109 goto error;
115 goto error;
121 goto error;
209 error:
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
H A Dpulsensor.cxx71 int error; local
74 error = pthread_create (&(sample_thread), NULL, &Pulsensor::do_sample, this);
75 if (error != 0) {
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland.c50 fprintf(stderr, "VA error: wayland: ");
134 goto error;
142 goto error;
155 error:
/hardware/bsp/intel/peripheral/libupm/src/lol/
H A Dlol.cxx139 mraa_result_t error; local
162 mraa_result_t error; local
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_emitter.h77 static inline void viddec_emit_set_workload_error(viddec_emitter *emit, uint32_t error, uint32_t using_next) argument
81 cur_wkld->result |= error;
/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/msm8974/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/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/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c470 * if things went well, nonzero if errors occurred. It is not an error
477 int c, error; local
545 if ((error = glob1(patbuf, pglob, limit)) != 0)
546 return error;
689 int error; local
724 error = pglobstar == pattern && termstar == restpattern ?
732 if (error)
733 return error;
765 error = 0;
781 error
[all...]
/hardware/bsp/intel/peripheral/libupm/src/am2315/
H A Dam2315.cpp192 mraa_result_t error; local
206 error = mraa_i2c_write(m_i2ControlCtx, tdata, ilen+5);
208 } while(error != MRAA_SUCCESS && --iLoops);
211 if (error != MRAA_SUCCESS) {
222 fprintf(stdout, "%s: CRC error during write verification\n", m_name);

Completed in 1166 milliseconds

1234567891011>>