Home | History | Annotate | Download | only in camera

Lines Matching full:cis

686 enumerate_camera_devices(CameraInfo* cis, int max)
718 cis[found].frame_sizes = (CameraFrameDim*)malloc(sizeof(_emulate_dims));
719 if (cis[found].frame_sizes != NULL) {
722 cis[found].display_name = ASTRDUP(disp_name);
723 cis[found].device_name = ASTRDUP(name);
724 cis[found].direction = ASTRDUP("front");
725 cis[found].inp_channel = inp_channel;
726 cis[found].frame_sizes_num = sizeof(_emulate_dims) / sizeof(*_emulate_dims);
727 memcpy(cis[found].frame_sizes, _emulate_dims, sizeof(_emulate_dims));
728 cis[found].pixel_format = wcd->pixel_format;
729 cis[found].in_use = 0;