Searched refs:APPn (Results 1 - 7 of 7) sorted by relevance

/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c709 parms->APPn = cam->APPn;
751 parms->APPn >= 0 && parms->APPn <= 15) {
752 cam->APPn = parms->APPn;
756 LOG("Bad APPn Params n=%d len=%d\n",
757 parms->APPn, parms->APP_len);
H A Dcpia2.h415 int APPn; /* Number of APP segment to be written, must be 0..15 */ member in struct:camera_data
416 int APP_len; /* Length of data in JPEG APPn segment */
417 char APP_data[60]; /* Data in the JPEG APPn segment. */
H A Dcpia2_usb.c168 * Adds a user specified APPn record
174 cam->workbuff->data[cam->workbuff->length++] = 0xE0+cam->APPn;
/drivers/media/pci/zoran/
H A Dzoran_card.c872 if (settings->jpg_comp.APPn < 0)
873 settings->jpg_comp.APPn = 0;
874 if (settings->jpg_comp.APPn > 15)
875 settings->jpg_comp.APPn = 15;
932 zr->jpg_settings.jpg_comp.APPn = 0;
933 zr->jpg_settings.jpg_comp.APP_len = 0; /* No APPn marker */
H A Dzoran_device.c1000 app.appn = zr->jpg_settings.jpg_comp.APPn;
H A Dzoran_driver.c2636 params->APPn = fh->jpg_settings.jpg_comp.APPn;
/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c614 pr_cont("quality=%d, APPn=%d, APP_len=%d, "
616 p->quality, p->APPn, p->APP_len,

Completed in 183 milliseconds