Searched refs:output_info (Results 1 - 5 of 5) sorted by last modified time

/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1276 struct msm_sensor_output_info_t *output_info; member in struct:sensor_output_info_t
1464 struct sensor_output_info_t output_info; member in union:sensor_cfg_data::__anon1913
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1233 struct msm_sensor_output_info_t *output_info; member in struct:sensor_output_info_t
1387 struct sensor_output_info_t output_info; member in union:sensor_cfg_data::__anon1968
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h1245 struct msm_sensor_output_info_t *output_info; member in struct:sensor_output_info_t
1276 struct msm_sensor_output_info_t *output_info; member in struct:sensor_driver_params_type
1612 struct sensor_output_info_t output_info; member in union:sensor_cfg_data::__anon2092
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h1322 struct msm_sensor_output_info_t *output_info; member in struct:sensor_output_info_t
1350 struct msm_sensor_output_info_t *output_info; member in struct:sensor_driver_params_type
1664 struct sensor_output_info_t output_info; member in union:sensor_cfg_data::__anon2156
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c374 XRROutputInfo *output_info; local
448 output_info = XRRGetOutputInfo(psb_xrandr_info->dpy, psb_xrandr_info->res, psb_xrandr_info->res->outputs[i]);
449 if (output_info) {
461 p_output->connection = output_info->connection;
465 strcpy(p_output->name, output_info->name);
467 if (output_info->crtc)
468 p_output->crtc = get_crtc_by_id(output_info->crtc);
476 drv_debug_msg(VIDEO_DEBUG_ERROR, "failed to get output_info\n");

Completed in 148 milliseconds