Lines Matching defs:fmt
102 const struct dc1394_frame_format *fmt;
125 for (fmt = dc1394_frame_formats; fmt->width; fmt++)
126 if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height)
133 if (!fps->frame_rate || !fmt->width) {
149 vst->codecpar->width = fmt->width;
150 vst->codecpar->height = fmt->height;
151 vst->codecpar->format = fmt->pix_fmt;
156 dc1394->size = av_image_get_buffer_size(fmt->pix_fmt,
157 fmt->width, fmt->height, 1);
162 *select_fmt = fmt;
172 const struct dc1394_frame_format *fmt = NULL;
175 if (dc1394_read_common(c, &fmt, &fps) != 0)
224 if (dc1394_video_set_mode(dc1394->camera, fmt->frame_size_id) != DC1394_SUCCESS) {