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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_stereo3d.c491 AVFrame *out, *oleft, *oright, *ileft, *iright; local
512 out = oleft = oright = ff_get_video_buffer(outlink, outlink->w, outlink->h);
524 av_frame_free(&oleft);
537 out_off_left[i] = (FF_CEIL_RSHIFT(s->out.row_left, vsub) + s->out.off_lstep) * oleft->linesize[i] + FF_CEIL_RSHIFT(s->out.off_left * s->pixstep[i], hsub);
555 av_image_copy_plane(oleft->data[i] + out_off_left[i],
556 oleft->linesize[i] * s->row_step,
616 if (oright != oleft) {
618 FFSWAP(AVFrame *, oleft, oright);
621 out = oleft;
622 oleft
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb_mixer.c153 unsigned char left, right, oleft, oright; local
159 oleft = snd_sbmixer_read(sb, left_reg);
160 left = (oleft & ~((mask << left_shift) | (mask << right_shift))) | left | right;
161 change = left != oleft;
165 oleft = snd_sbmixer_read(sb, left_reg);
167 left = (oleft & ~(mask << left_shift)) | left;
169 change = left != oleft || right != oright;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dsonicvibes.c525 int vol, oleft, oright, mleft, mright; local
532 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);
534 oleft &= 0x1f;
536 oleft += vol;
537 if (oleft < 0)
538 oleft = 0;
539 if (oleft > 0x1f)
540 oleft = 0x1f;
550 oleft |= mleft & 0x80;
552 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);
[all...]
H A Dcmipci.c2057 int left, right, oleft, oright; local
2072 oleft = snd_cmipci_mixer_read(cm, reg.left_reg);
2073 left |= oleft & ~(reg.mask << reg.left_shift);
2074 change = left != oleft;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/WIN32-Code/
H A Dtree.h457 struct type *oleft; \
458 if ((oleft = RB_LEFT(tmp, field)))\
459 RB_COLOR(oleft, field) = RB_BLACK;\
461 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
1134 struct type *oleft; \
1135 if ((oleft = RB_LEFT(tmp, field)))\
1136 RB_COLOR(oleft, field) = RB_BLACK;\
1138 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dtree.h457 struct type *oleft; \
458 if ((oleft = RB_LEFT(tmp, field)))\
459 RB_COLOR(oleft, field) = RB_BLACK;\
461 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
1134 struct type *oleft; \
1135 if ((oleft = RB_LEFT(tmp, field)))\
1136 RB_COLOR(oleft, field) = RB_BLACK;\
1138 RB_ROTATE_RIGHT(head, tmp, oleft, field);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dtree.h470 struct type *oleft; \
471 if ((oleft = RB_LEFT(tmp, field)) \
473 RB_COLOR(oleft, field) = RB_BLACK;\
475 RB_ROTATE_RIGHT(head, tmp, oleft, field);\

Completed in 115 milliseconds