Lines Matching defs:format
376 auto format = create_pixel_format(session.params.depth,
380 auto width = get_pixels_from_row_bytes(format, session.output_line_bytes_raw);
383 Image image(width, height, format);
471 auto format = create_pixel_format(session.params.depth,
475 // auto width = get_pixels_from_row_bytes(format, session.output_line_bytes_raw);
485 Image image(width, height, format);
1132 auto format = create_pixel_format(session.params.depth,
1135 auto depth = get_pixel_format_depth(format);
1136 auto width = get_pixels_from_row_bytes(format, session.output_line_bytes_raw);
1162 width, lines, format, buffer_size, read_data_from_usb);