Lines Matching defs:media
965 int media;
978 media = -1;
981 media = val; /* 3: prints, 2: slides, 1: negatives */
985 && (media != HP_MEDIA_PRINT))
2112 int minval, maxval, media;
2129 && (sanei_hp_scl_inquire(scsi, SCL_MEDIA, &media, &minval, &maxval)
2131 && ((media == HP_MEDIA_SLIDE) || (media == HP_MEDIA_NEGATIVE)))
2313 /* Select new media */
2833 HpOption media = hp_optset_get(optset, MEDIA);
2835 /* If we don't have the media button, we should have calibrate */
2836 if ( !media ) return 1;
2838 return hp_option_getint(media, data) == HP_MEDIA_PRINT;