Lines Matching defs:timecode
233 uint32_t timecode = GXF_TIMECODE(gxf->tc.color, gxf->tc.drop,
239 avio_wl32(pb, timecode);
266 case 3: /* timecode */
437 uint32_t timecode_in; // timecode at mark in
438 uint32_t timecode_out; // timecode at mark out
463 avio_wl32(pb, timecode_in); /* timecode mark in */
464 avio_wl32(pb, timecode_out); /* timecode mark out */
470 avio_wl16(pb, 1); /* timecode track count */
669 av_log(s, AV_LOG_ERROR, "unable to parse timecode, "
691 AVDictionaryEntry *tcr = av_dict_get(s->metadata, "timecode", NULL, 0);
756 tcr = av_dict_get(st->metadata, "timecode", NULL, 0);