Home | History | Annotate | Download | only in camera

Lines Matching refs:fmts

663  *  fmts - Upon success contains an array of supported pixel formats. The size of
667 * On success returns number of entries in the 'fmts' array. On failure returns
671 _camera_device_enum_pixel_formats(LinuxCameraDevice* cd, QemuPixelFormat** fmts)
697 *fmts = (QemuPixelFormat*)malloc(fmt_num * sizeof(QemuPixelFormat));
698 if (*fmts == NULL) {
702 arr = *fmts;