Searched refs:flip (Results 26 - 50 of 74) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp56.h149 int flip; /* are we flipping ? */ member in struct:vp56_context
176 void ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
H A Dtiffenc.c94 * @param flip =0 - normal copy, >0 - flip
97 int flip)
101 flip ^= ((int[]) {0, 0, 0, 1, 3, 3})[type];
104 *(*p)++ = val[i ^ flip];
96 tnput(uint8_t ** p, int n, const uint8_t * val, enum TiffTypes type, int flip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_getimage.c561 int ret = 1, flip; local
572 flip = setorientation(img);
573 if (flip & FLIP_VERTICALLY) {
614 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow);
618 if (flip & FLIP_HORIZONTALLY) {
660 int ret = 1, flip; local
678 flip = setorientation(img);
679 if (flip & FLIP_VERTICALLY) {
738 y += (flip & FLIP_VERTICALLY ?-(int32) nrow : (int32) nrow);
741 if (flip
779 int ret = 1, flip; local
860 int ret = 1, flip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-sensor.c148 #define MVFP_FLIP 0x10 /* Vertical flip */
508 int flip; local
557 flip = (dev->vsettings.vflip?MVFP_FLIP:0)
559 stk_sensor_outb(dev, REG_MVFP, flip);
H A Dmt9m111.c730 static int mt9m111_set_flip(struct i2c_client *client, int flip, int mask) argument
736 if (flip)
741 if (flip)
H A Dcafe_ccic.c110 static int flip; variable
111 module_param(flip, bool, 0444);
112 MODULE_PARM_DESC(flip,
113 "If set, the sensor will be instructed to flip the image "
808 ctrl.value = flip;
825 * OV7670 does weird things if flip is set *before* format...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dw100fb.c87 return sprintf(buf, "%d\n",par->flip);
92 unsigned int flip; local
96 flip = simple_strtoul(buf, NULL, 10);
98 if (flip > 0)
99 par->flip = 1;
101 par->flip = 0;
112 static DEVICE_ATTR(flip, 0644, flip_show, flip_store);
732 par->flip = 1;
734 par->flip = 0;
1425 if (par->flip) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan.c342 int flip; local
358 dbg("%s - for port %d (%d chars), flip=%d",
366 flip = p_priv->out_flip;
369 this_urb = p_priv->out_urbs[flip];
376 dbg("%s - endpoint %d flip %d",
377 __func__, usb_pipeendpoint(this_urb->pipe), flip);
381 p_priv->tx_start_time[flip] + 10 * HZ))
401 p_priv->tx_start_time[flip] = jiffies;
405 p_priv->out_flip = (flip + 1) & d_details->outdat_endp_flip;
1148 int flip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiffenc.c104 * @param flip = 0 - normal copy, >0 - flip
107 int flip)
111 flip ^= ((int[]) { 0, 0, 0, 1, 3, 3 })[type];
114 *(*p)++ = val[i ^ flip];
106 tnput(uint8_t **p, int n, const uint8_t *val, enum TiffTypes type, int flip) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Di82365.c294 #define flip(v,b,f) (v = ((f)<0) ? v : ((f) ? ((v)|(b)) : ((v)&(~b)))) macro
330 flip(p->misc2, PD67_MC2_IRQ15_RI, has_ring);
331 flip(p->misc2, PD67_MC2_DYNAMIC_MODE, dynamic_mode);
332 flip(p->misc2, PD67_MC2_FREQ_BYPASS, freq_bypass);
400 flip(p->ctl, VG468_CTL_ASYNC, async_clock);
401 flip(p->ema, VG469_MODE_CABLE, cable_mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsashevt.tex87 If the drag caused the notional bounding box of the window to flip over, for example, the drag will be out of rage.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drecv.c507 __be32 saddr, __be32 daddr, int flip)
514 if (flip) {
505 rds_inc_info_copy(struct rds_incoming *inc, struct rds_info_iterator *iter, __be32 saddr, __be32 daddr, int flip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl166 eor $b,$b,r3 @ flip b0 and b1
167 eor $a,$a,r2 @ flip a0 and a1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Darmv4-gf2m.pl166 eor $b,$b,r3 @ flip b0 and b1
167 eor $a,$a,r2 @ flip a0 and a1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-core.h361 * @flip: image flip mode
380 u32 flip; member in struct:fimc_ctx
H A Dfimc-core.c126 .name = "Horizontal flip",
134 .name = "Vertical flip",
905 ctrl->value = (FLIP_X_AXIS & ctx->flip) ? 1 : 0;
908 ctrl->value = (FLIP_Y_AXIS & ctx->flip) ? 1 : 0;
956 ctx->flip |= FLIP_X_AXIS;
958 ctx->flip &= ~FLIP_X_AXIS;
965 ctx->flip |= FLIP_Y_AXIS;
967 ctx->flip &= ~FLIP_Y_AXIS;
982 ctx->flip = FLIP_XY_AXIS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_tty.c120 static int cpc_tty_open(struct tty_struct *tty, struct file *flip);
121 static void cpc_tty_close(struct tty_struct *tty, struct file *flip);
295 static int cpc_tty_open(struct tty_struct *tty, struct file *flip) argument
362 static void cpc_tty_close(struct tty_struct *tty, struct file *flip) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Ddo_csum.S152 # flip the halves of the word result if the buffer was oddly aligned
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dnilfs.h283 int flip);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/gl860/
H A Dgl860.c78 SD_SETGET(flip)
152 V4L2_CTRL_TYPE_BOOLEAN, "Flip", flip)
H A Dgl860-ov9655.c175 sd->vmax.flip = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dprivate.h291 extern HBITMAP wxCopyBmp(HBITMAP hbmp, bool flip=false, int w=0, int h=0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c378 unsigned long flip; member in struct:nozomi
873 set_bit(index, &dc->flip);
1284 if (test_and_clear_bit(a, &dc->flip)) {
1320 dc->flip = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Diwmmxt.S290 1: eor r1, r1, #3 @ flip Concan access
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1362-hcd.c714 static inline void enable_istl_transfers(struct isp1362_hcd *isp1362_hcd, int flip) argument
716 isp1362_enable_int(isp1362_hcd, flip ? HCuPINT_ISTL1 : HCuPINT_ISTL0);
717 isp1362_set_mask16(isp1362_hcd, HCBUFSTAT, flip ?
867 int flip = isp1362_hcd->istl_flip; local
875 epq = &isp1362_hcd->istl_queue[flip];
929 enable_istl_transfers(isp1362_hcd, flip);
937 (flip ? HCBUFSTAT_ISTL0_FULL : HCBUFSTAT_ISTL1_FULL))) {
940 flip = 1 - flip;

Completed in 384 milliseconds

123