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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxfenc.c670 static void gxf_init_timecode_track(GXFStreamContext *sc, GXFStreamContext *vsc) argument
672 if (!vsc)
675 sc->media_type = vsc->sample_rate == 60 ? 7 : 8;
676 sc->sample_rate = vsc->sample_rate;
679 sc->frame_rate_index = vsc->frame_rate_index;
680 sc->lines_index = vsc->lines_index;
682 sc->fields = vsc->fields;
708 GXFStreamContext *vsc = NULL; local
781 vsc = sc;
826 if (tcr && vsc)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dgxfenc.c628 static void gxf_init_timecode_track(GXFStreamContext *sc, GXFStreamContext *vsc) argument
630 if (!vsc)
633 sc->media_type = vsc->sample_rate == 60 ? 7 : 8;
634 sc->sample_rate = vsc->sample_rate;
637 sc->frame_rate_index = vsc->frame_rate_index;
638 sc->lines_index = vsc->lines_index;
640 sc->fields = vsc->fields;
647 GXFStreamContext *vsc = NULL; local
716 vsc = sc;
761 gxf_init_timecode_track(&gxf->timecode_track, vsc);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c241 if (crtc->vsc.full > dfixed_const(2))
260 * vsc = vertical scaling ratio, defined as source/destination
269 if (crtc->vsc.full > b.full)
270 b.full = crtc->vsc.full;
H A Drv515.c797 if (crtc->vsc.full > dfixed_const(2))
816 * vsc = vertical scaling ratio, defined as source/destination
825 if (crtc->vsc.full > b.full)
826 b.full = crtc->vsc.full;
H A Dradeon_mode.h282 fixed20_12 vsc; member in struct:radeon_crtc
H A Dradeon_display.c1187 radeon_crtc->vsc.full = dfixed_div(a, b);
1192 radeon_crtc->vsc.full = dfixed_const(1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcg14.c122 u16 vsc; /* Vert Sync Clear */ member in struct:cg14_regs

Completed in 192 milliseconds