Home
last modified time | relevance | path

Searched refs:out_res (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A Dsocket_server.cpp141 RkAiqSocketPacket_t *out_res = (RkAiqSocketPacket_t *)out_data; in rkaiq_ipc_send() local
145 out_res->magic[0] = 'R'; in rkaiq_ipc_send()
146 out_res->magic[1] = 0xAA; in rkaiq_ipc_send()
147 out_res->magic[2] = 0xFF; in rkaiq_ipc_send()
148 out_res->magic[3] = 'K'; in rkaiq_ipc_send()
150 out_res->cmd_id = id; in rkaiq_ipc_send()
151 out_res->cmd_ret = ack; in rkaiq_ipc_send()
152 out_res->payload_size = data_len; in rkaiq_ipc_send()
153 out_res->sequence = seqn; in rkaiq_ipc_send()
154 out_res->packet_size = data_len; in rkaiq_ipc_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c938 const struct ia_css_resolution *out_res, in ia_css_frame_find_crop_resolution() argument
943 if ((!in_res) || (!out_res) || (!crop_res)) in ia_css_frame_find_crop_resolution()
947 in_res->height, out_res->width, out_res->height); in ia_css_frame_find_crop_resolution()
951 || (out_res->width == 0) in ia_css_frame_find_crop_resolution()
952 || (out_res->height == 0)) in ia_css_frame_find_crop_resolution()
955 if ((out_res->width > in_res->width) || in ia_css_frame_find_crop_resolution()
956 (out_res->height > in_res->height)) in ia_css_frame_find_crop_resolution()
963 in_ratio = in_res->width * out_res->height; in ia_css_frame_find_crop_resolution()
964 out_ratio = out_res->width * in_res->height; in ia_css_frame_find_crop_resolution()
973 crop_res->height = ROUND_DIV(out_res->height * crop_res->width, in ia_css_frame_find_crop_resolution()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c128 goto out_res; in fs_enet_mdio_probe()
181 out_res: in fs_enet_mdio_probe()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame.h161 const struct ia_css_resolution *out_res,
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3002 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local
3006 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()
3063 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
3064 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
3065 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
3071 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
3072 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
3073 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
3079 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()
3080 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()
[all …]
H A Dsh_css.c265 const struct ia_css_resolution out_res);
6727 const struct ia_css_resolution out_res) { in need_downscaling() argument
6728 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
6737 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
6760 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
6763 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()
10781 struct ia_css_resolution *out_res = NULL; local
10816 out_res = &curr_pipe->output_info[0].res;
10822 out_res = &curr_pipe->bds_output_info.res;
10824 out_res = &curr_pipe->config.vf_pp_in_res;
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsh7760fb.c470 goto out_res; in sh7760fb_probe()
550 out_res: in sh7760fb_probe()