Home | History | Annotate | Download | only in src

Lines Matching refs:cam_cap

94     cam_capability_t *cam_cap = (cam_capability_t *)(test_obj->cap_buf.buf.buffer);
104 CDBG_ERROR("%s: raw_dim w:%d height:%d\n", __func__, cam_cap->raw_dim[0].width, cam_cap->raw_dim[0].height);
105 for (i = 0;i < cam_cap->supported_raw_fmt_cnt;i++) {
106 CDBG_ERROR("%s: supported_raw_fmts[%d]=%d\n", __func__, i, cam_cap->supported_raw_fmts[i]);
107 if (CAM_FORMAT_BAYER_MIPI_RAW_8BPP_GBRG <= cam_cap->supported_raw_fmts[i] &&
108 CAM_FORMAT_BAYER_MIPI_RAW_12BPP_BGGR >= cam_cap->supported_raw_fmts[i])
110 fmt = cam_cap->supported_raw_fmts[i];
140 stream->s_config.stream_info->dim.width = cam_cap->raw_dim[0].width;
141 stream->s_config.stream_info->dim.height = cam_cap->raw_dim[0].height;
142 stream->s_config.padding_info = cam_cap->padding_info;
168 cam_capability_t *cam_cap = (cam_capability_t *)(test_obj->cap_buf.buf.buffer);
198 stream->s_config.padding_info = cam_cap->padding_info;