Home
last modified time | relevance | path

Searched refs:tc_sd (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddpx.c282 uint32_t *tc_sd; in decode_frame() local
297 tc_sd = (uint32_t*)tcside->data; in decode_frame()
298 tc_sd[0] = 1; in decode_frame()
299 tc_sd[1] = tc; in decode_frame()
302 tc_sd[1], 0, 0); in decode_frame()
H A Dh264_slice.c1408 uint32_t *tc_sd; in h264_export_frame_props() local
1417 tc_sd = (uint32_t*)tcside->data; in h264_export_frame_props()
1418 tc_sd[0] = h->sei.picture_timing.timecode_cnt; in h264_export_frame_props()
1420 for (int i = 0; i < tc_sd[0]; i++) { in h264_export_frame_props()
1427 tc_sd[i + 1] = av_timecode_get_smpte(h->avctx->framerate, drop, hh, mm, ss, ff); in h264_export_frame_props()
1428 av_timecode_make_smpte_tc_string2(tcbuf, h->avctx->framerate, tc_sd[i + 1], 0, 0); in h264_export_frame_props()
H A Dhevcdec.c2892 uint32_t *tc_sd; in set_side_data() local
2899 tc_sd = (uint32_t*)tcside->data; in set_side_data()
2900 tc_sd[0] = s->sei.timecode.num_clock_ts; in set_side_data()
2902 for (int i = 0; i < tc_sd[0]; i++) { in set_side_data()
2909 tc_sd[i + 1] = av_timecode_get_smpte(s->avctx->framerate, drop, hh, mm, ss, ff); in set_side_data()
2910 av_timecode_make_smpte_tc_string2(tcbuf, s->avctx->framerate, tc_sd[i + 1], 0, 0); in set_side_data()

Completed in 11 milliseconds