Searched refs:oright (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);
522 oright = ff_get_video_buffer(outlink, outlink->w, outlink->h);
523 if (!oright) {
529 av_frame_copy_props(oright, inpicref);
538 out_off_right[i] = (FF_CEIL_RSHIFT(s->out.row_right, vsub) + s->out.off_rstep) * oright->linesize[i] + FF_CEIL_RSHIFT(s->out.off_right * s->pixstep[i], hsub);
560 av_image_copy_plane(oright->data[i] + out_off_right[i],
561 oright->linesize[i] * s->row_step,
616 if (oright != oleft) {
618 FFSWAP(AVFrame *, oleft, oright);
[all...]
/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
533 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG);
535 oright &= 0x1f;
541 oright += vol;
542 if (oright < 0)
543 oright = 0;
544 if (oright > 0x1f)
545 oright = 0x1f;
551 oright |= mright & 0x80;
553 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright);
[all...]
H A Dcmipci.c2057 int left, right, oleft, oright; local
2078 oright = snd_cmipci_mixer_read(cm, reg.right_reg);
2080 oright = left;
2081 right |= oright & ~(reg.mask << reg.right_shift);
2082 change |= right != oright;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/WIN32-Code/
H A Dtree.h489 struct type *oright; \
490 if ((oright = RB_RIGHT(tmp, field)))\
491 RB_COLOR(oright, field) = RB_BLACK;\
493 RB_ROTATE_LEFT(head, tmp, oright, field);\
1166 struct type *oright; \
1167 if ((oright = RB_RIGHT(tmp, field)))\
1168 RB_COLOR(oright, field) = RB_BLACK;\
1170 RB_ROTATE_LEFT(head, tmp, oright, field);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dtree.h489 struct type *oright; \
490 if ((oright = RB_RIGHT(tmp, field)))\
491 RB_COLOR(oright, field) = RB_BLACK;\
493 RB_ROTATE_LEFT(head, tmp, oright, field);\
1166 struct type *oright; \
1167 if ((oright = RB_RIGHT(tmp, field)))\
1168 RB_COLOR(oright, field) = RB_BLACK;\
1170 RB_ROTATE_LEFT(head, tmp, oright, field);\
/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
166 oright = snd_sbmixer_read(sb, right_reg);
168 right = (oright & ~(mask << right_shift)) | right;
169 change = left != oleft || right != oright;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dtree.h503 struct type *oright; \
504 if ((oright = RB_RIGHT(tmp, field)) \
506 RB_COLOR(oright, field) = RB_BLACK;\
508 RB_ROTATE_LEFT(head, tmp, oright, field);\

Completed in 146 milliseconds