Searched refs:res (Results 51 - 75 of 123) sorted by relevance

12345

/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp597 inv_error_t res; local
598 res = inv_get_float_array(INV_GYROS, s->gyro.v);
602 if (res == INV_SUCCESS)
610 inv_error_t res; local
611 res = inv_get_float_array(INV_ACCELS, s->acceleration.v);
612 //res = inv_get_accel_float(s->acceleration.v);
617 if (res == INV_SUCCESS)
623 inv_error_t res; local
626 res = inv_get_compass_accuracy(&rv);
630 ALOGE_IF(res !
639 inv_error_t res, res2; local
704 inv_error_t res; local
717 inv_error_t res; local
773 inv_error_t res; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_thread_test.cc111 const vpx_codec_err_t res = local
113 if (res != VPX_CODEC_OK) {
114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
H A Dexternal_frame_buffer_test.cc230 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk); local
231 ASSERT_NE(EOF, res) << "Read md5 data failed";
308 const vpx_codec_err_t res = local
311 if (res == VPX_CODEC_OK)
313 return res;
318 const vpx_codec_err_t res = local
320 if (res != VPX_CODEC_OK)
321 return res;
/hardware/libhardware/tests/camera2/
H A DCameraModuleTests.cpp96 status_t res = local
101 EXPECT_NE(OK, res);
102 EXPECT_EQ(-ENODEV, res)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c99 vpx_codec_err_t res; local
101 if ((res = error->error_code))
106 return res;
163 * multi-res-encoder.*/
451 vpx_codec_err_t res; local
465 res = validate_config(ctx, cfg, &ctx->vp8_cfg, 0);
467 if (!res)
474 return res;
507 vpx_codec_err_t res = VPX_CODEC_OK; local
530 res
546 vpx_codec_err_t res = 0; local
577 vpx_codec_err_t res = VPX_CODEC_OK; local
681 vpx_codec_err_t res = VPX_CODEC_OK; local
751 vpx_codec_err_t res = VPX_CODEC_OK; local
1175 int res; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dobj_int_extract.c28 int res; local
31 res = vfprintf(stderr, fmt, ap);
33 return res;
242 int res; local
245 res = elf->e_ident[EI_MAG0] == ELFMAG0;
246 res &= elf->e_ident[EI_MAG1] == ELFMAG1;
247 res &= elf->e_ident[EI_MAG2] == ELFMAG2;
248 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
249 res &= elf->e_ident[EI_CLASS] == ELFCLASS32
251 res
782 int res; local
[all...]
/hardware/qcom/gps/utils/
H A Dloc_target.cpp105 bool res = false;
130 res = true;
143 LOC_LOGD("qca1530: detected=%s", res ? "true" : "false");
144 return res;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c71 int res = 1; local
76 res = 0;
80 return res;
85 int res = 1; local
117 res = 0;
125 if (!res)
129 return res;
180 vpx_codec_err_t res[NUM_ENCODERS]; local
248 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0);
249 if(res[
[all...]
H A Dset_maps.c133 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, local
135 if (res != VPX_CODEC_OK)
160 vpx_codec_err_t res; local
196 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0);
197 if (res)
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp288 char *res = NULL; local
289 res = strtok(cmd + 1, "x");
290 width = atoi(res);
291 res = strtok(NULL, "x");
292 height = atoi(res);
516 char *res = NULL; local
517 res = strtok(cmd + 1, "x");
518 width = atoi(res);
519 res = strtok(NULL, "x");
520 height = atoi(res);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c172 vpx_codec_err_t res = VPX_CODEC_OK; local
180 res = ctx->base.iface->dec.peek_si(*data, data_sz, &ctx->si);
183 if (!res && !ctx->decoder_init) {
206 res = VPX_CODEC_ERROR;
234 if (!res && ctx->pbi) {
262 res = update_error_state(ctx, &cm->error);
264 if (!res && 0 == vp9_get_raw_frame(pbi, &sd, &time_stamp,
273 return res;
314 vpx_codec_err_t res = VPX_CODEC_OK; local
353 res
[all...]
H A Dvp9_cx_iface.c108 const vpx_codec_err_t res = error->error_code; local
110 if (res != VPX_CODEC_OK)
113 return res;
419 vpx_codec_err_t res; local
431 res = validate_config(ctx, cfg, &ctx->extra_cfg);
433 if (res == VPX_CODEC_OK) {
439 return res;
468 vpx_codec_err_t res = VPX_CODEC_OK; local
494 res = validate_config(ctx, &ctx->cfg, &extra_cfg);
496 if (res
508 vpx_codec_err_t res = VPX_CODEC_OK; local
662 vpx_codec_err_t res = VPX_CODEC_OK; local
1000 const int res = vp9_set_internal_size(ctx->cpi, local
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c245 inv_error_t res = 0; local
255 res = inv_save_mpl_states(calData, size);
256 if(res != 0)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c246 inv_error_t res = 0; local
256 res = inv_save_mpl_states(calData, size);
257 if(res != 0) {
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c246 inv_error_t res = 0; local
256 res = inv_save_mpl_states(calData, size);
257 if(res != 0) {
/hardware/ril/libril/
H A Dril_event.cpp57 #define timersub(a, b, res) \
59 (res)->tv_sec = (a)->tv_sec - (b)->tv_sec; \
60 (res)->tv_usec = (a)->tv_usec - (b)->tv_usec; \
61 if ((res)->tv_usec < 0) { \
62 (res)->tv_usec += 1000000; \
63 (res)->tv_sec -= 1; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_scale.c47 const MV32 res = { local
51 return res;
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.cpp143 int res = mCompassSensor->readSample(ldata, timestamp); local
147 return res;
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp143 int res = mCompassSensor->readSample(ldata, timestamp); local
147 return res;
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp320 int res = -EINVAL; local
349 res = 0;
361 return res;
366 res = 0;
376 res = 0;
383 return res;
391 res = 0;
397 return res;
/hardware/qcom/display/msm8974/libgralloc/
H A Dmapper.cpp321 int res = -EINVAL; local
350 res = 0;
362 return res;
367 res = 0;
377 res = 0;
384 return res;
392 res = 0;
398 return res;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp272 int res = nl_recvmsgs(info->event_sock, cb); local
274 return res;
335 int res = event.parse(); local
336 if (res < 0) {
337 ALOGE("Failed to parse event: %d", res);
459 int res = cmd.requestResponse(); local
460 if (res < 0)
461 return res;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c135 static INLINE void write_buffer_4x4_avx2(int16_t *output, __m128i *res) { argument
137 __m128i in01 = _mm_unpacklo_epi64(res[0], res[1]);
138 __m128i in23 = _mm_unpacklo_epi64(res[2], res[3]);
147 static INLINE void transpose_4x4_avx2(__m128i *res) { argument
151 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]);
152 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[
558 right_shift_8x8_avx2(__m128i *res, int const bit) argument
602 write_buffer_8x8_avx2(int16_t *output, __m128i *res, int stride) argument
614 array_transpose_8x8_avx2(__m128i *in, __m128i *res) argument
[all...]
H A Dvp9_dct_sse2.c236 static INLINE void write_buffer_4x4(int16_t *output, __m128i *res) { argument
238 __m128i in01 = _mm_unpacklo_epi64(res[0], res[1]);
239 __m128i in23 = _mm_unpacklo_epi64(res[2], res[3]);
248 static INLINE void transpose_4x4(__m128i *res) { argument
252 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]);
253 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[
659 right_shift_8x8(__m128i *res, int const bit) argument
703 write_buffer_8x8(int16_t *output, __m128i *res, int stride) argument
715 array_transpose_8x8(__m128i *in, __m128i *res) argument
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp426 status_t res = NO_ERROR; local
440 res = m_metadataConverter->ToDynamicMetadata(&(currentEntry->internal_shot),
442 if (res!=NO_ERROR) {
443 ALOGE("ERROR(%s): ToDynamicMetadata (%d) ", __FUNCTION__, res);
990 int res = 0; local
1016 res = exynos_v4l2_close(m_camera_info.scp.fd);
1017 if (res != NO_ERROR ) {
1018 ALOGE("ERR(%s): exynos_v4l2_close failed(%d)",__FUNCTION__ , res);
1021 res = exynos_v4l2_close(m_camera_info.capture.fd);
1022 if (res !
1089 int i, res; local
1299 int res; local
1670 status_t res; local
1699 status_t res; local
2212 status_t res = NO_ERROR; local
2769 int res = 0; local
3106 status_t res; local
3641 status_t res; local
3837 status_t res; local
3887 status_t res = 0; local
4191 status_t res; local
4398 status_t res; local
4519 status_t res; local
4714 int res = 0; local
6375 status_t res; local
[all...]

Completed in 1853 milliseconds

12345