Searched refs:input_formats (Results 1 – 3 of 3) sorted by relevance
138 void plugin_get_passthru_input_formats(unsigned long long *input_formats) { in plugin_get_passthru_input_formats() argument140 *input_formats = 0; in plugin_get_passthru_input_formats()146 *input_formats |= plugin_get_mime_type_bit(_plugin[i].mime_types[0]); in plugin_get_passthru_input_formats()
48 void plugin_get_passthru_input_formats(unsigned long long *input_formats);
1572 unsigned long long input_formats = 0; in _collect_supported_input_formats() local1573 plugin_get_passthru_input_formats(&input_formats); in _collect_supported_input_formats()1577 input_formats &= ~(1 << INPUT_MIME_TYPE_PDF); in _collect_supported_input_formats()1580 input_formats &= ~(1 << INPUT_MIME_TYPE_PCLM); in _collect_supported_input_formats()1583 input_formats &= ~(1 << INPUT_MIME_TYPE_PWG); in _collect_supported_input_formats()1585 printer_caps->supportedInputMimeTypes = input_formats; in _collect_supported_input_formats()