Lines Matching defs:vsc
649 static void gxf_init_timecode_track(GXFStreamContext *sc, GXFStreamContext *vsc)
651 if (!vsc)
654 sc->media_type = vsc->sample_rate == 60 ? 7 : 8;
655 sc->sample_rate = vsc->sample_rate;
658 sc->frame_rate_index = vsc->frame_rate_index;
659 sc->lines_index = vsc->lines_index;
661 sc->fields = vsc->fields;
687 GXFStreamContext *vsc = NULL;
763 vsc = sc;
805 if (tcr && vsc)
806 gxf_init_timecode(s, &gxf->tc, tcr->value, vsc->fields);
808 gxf_init_timecode_track(&gxf->timecode_track, vsc);