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);
1495 unsigned long long input_formats = 0; in _collect_supported_input_formats() local1496 plugin_get_passthru_input_formats(&input_formats); in _collect_supported_input_formats()1500 input_formats &= ~(1 << INPUT_MIME_TYPE_PDF); in _collect_supported_input_formats()1503 input_formats &= ~(1 << INPUT_MIME_TYPE_PCLM); in _collect_supported_input_formats()1506 input_formats &= ~(1 << INPUT_MIME_TYPE_PWG); in _collect_supported_input_formats()1508 printer_caps->supportedInputMimeTypes = input_formats; in _collect_supported_input_formats()