Home | History | Annotate | Download | only in camera

Lines Matching defs:chosen

48  * an instance of this structure describing pixel format chosen for the camera
755 int chosen = -1;
764 chosen = _get_format_index(_preferred_formats[f], formats, num_pix_fmts);
765 if (chosen >= 0) {
769 if (chosen < 0) {
770 /* Camera doesn't support any of the chosen formats. Then it doesn't
772 chosen = 0;
777 cis->pixel_format = formats[chosen].format;
778 cis->frame_sizes_num = formats[chosen].dim_num;
780 cis->frame_sizes = formats[chosen].dims;
781 formats[chosen].dims = NULL;