Searched refs:hflip (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddisplay.h81 * @param hflip whether the matrix should be flipped horizontally
84 void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip);
H A Ddisplay.c65 void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip) argument
68 const int flip[] = { 1 - 2 * (!!hflip), 1 - 2 * (!!vflip), 1 };
70 if (hflip || vflip)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_s5k83a.c128 __s32 vflip, __s32 hflip);
266 __s32 vflip, hflip; local
279 s5k83a_get_hflip((struct gspca_dev *) sd, &hflip);
283 hflip = !hflip;
286 vflip, hflip);
296 s5k83a_get_hflip((struct gspca_dev *) sd, &hflip);
297 s5k83a_set_flip_real((struct gspca_dev *) sd, vflip, hflip);
445 __s32 vflip, __s32 hflip)
456 /* six bit is vflip, seven is hflip */
444 s5k83a_set_flip_real(struct gspca_dev *gspca_dev, __s32 vflip, __s32 hflip) argument
479 __s32 hflip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-webcam.h64 int hflip; member in struct:stk_video
H A Dstk-webcam.c42 static int hflip = 1; variable
43 module_param(hflip, bool, 0444);
44 MODULE_PARM_DESC(hflip, "Horizontal image flip (mirror). Defaults to 1");
274 return sprintf(buf, "%d\n", dev->vsettings.hflip);
284 dev->vsettings.hflip = 1;
286 dev->vsettings.hflip = 0;
320 static DEVICE_ATTR(hflip, S_IRUGO | S_IWUGO, show_hflip, store_hflip);
1357 dev->vsettings.hflip = hflip;
H A Dmt9v011.c82 unsigned hflip:1; member in struct:mt9v011
284 if (core->hflip)
325 ctrl->value = core->hflip ? 1 : 0;
379 core->hflip = ctrl->value;
H A Dmt9m111.c177 unsigned int hflip:1; member in struct:mt9m111
873 mt9m111->hflip = ctrl->value;
910 mt9m111_set_flip(client, mt9m111->hflip, MT9M111_RMB_MIRROR_COLS);
H A Dstk-sensor.c558 | (dev->vsettings.hflip?MVFP_MIRROR:0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dallfilters.c57 REGISTER_FILTER (HFLIP, hflip, vf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dpac7302.c46 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
87 __u8 hflip; member in struct:sd
542 sd->hflip = HFLIP_DEF;
685 u8 data, hflip, vflip; local
687 hflip = sd->hflip;
689 hflip = !hflip;
695 data = (hflip ? 0x08 : 0x00) | (vflip ? 0x04 : 0x00);
1060 sd->hflip
[all...]
H A Dsn9c20x.c80 u8 hflip; member in struct:sd
1255 /* disable hflip and vflip */
1274 /* disable hflip and vflip */
1293 /* disable hflip and vflip */
1312 /* disable hflip and vflip */
1432 /* disable hflip and vflip */
1533 u8 value, tslb, hflip, vflip; local
1538 hflip = !sd->hflip;
1541 hflip
[all...]
H A Dpac7311.c46 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
69 __u8 hflip; member in struct:sd
405 sd->hflip = HFLIP_DEF;
475 data = (sd->hflip ? 0x04 : 0x00) | (sd->vflip ? 0x08 : 0x00);
763 sd->hflip = val;
773 *val = sd->hflip;
H A Dov534.c67 u8 hflip; member in struct:sd
784 if (sd->hflip == 0)
846 sd->hflip = HFLIP_DEF;
1175 sd->hflip = val;
1185 *val = sd->hflip;
H A Dov519.c88 __u8 hflip; member in struct:sd
3151 sd->hflip = HFLIP_DEF;
3804 OV7670_MVFP_MIRROR * sd->hflip
4445 sd->hflip = val;
4455 *val = sd->hflip;
H A Dvc032x.c38 u8 hflip; member in struct:sd
3402 sd->hflip = HFLIP_DEF;
3566 u8 data[2], hflip, vflip; local
3568 hflip = sd->hflip;
3570 hflip = !hflip;
3581 data[1] = 0x02 * hflip
3588 data[0] |= OV7660_MVFP_MIRROR * hflip
3595 data[0] = 0x80 * hflip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsaa7146_vv.h133 int hflip; member in struct:saa7146_vv
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dallfilters.c148 REGISTER_FILTER(HFLIP, hflip, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak305 FATE_FILTER_PIXFMTS-$(CONFIG_HFLIP_FILTER) += fate-filter-pixfmts-hflip
306 fate-filter-pixfmts-hflip: CMD = pixfmts
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_video.c631 c->value = vv->hflip;
698 vv->hflip = c->value;
H A Dsaa7146_hlp.c540 calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain, &hps_h_prescale, &hps_h_scale);

Completed in 133 milliseconds