Home
last modified time | relevance | path

Searched refs:tc_data (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.c2245 void *tc_data = NULL; in nvenc_send_frame() local
2248 if (ff_alloc_timecode_sei(frame, avctx->framerate, 0, (void**)&tc_data, &tc_size) < 0) { in nvenc_send_frame()
2252 if (tc_data) { in nvenc_send_frame()
2255 sei_data[sei_count].payload = (uint8_t*)tc_data; in nvenc_send_frame()
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp928 uint32_t tc_data = av_timecode_get_smpte_from_framenum(&tcr, 0); in VideoInputFrameArrived() local
934 *(sd + 1) = tc_data; // TC in VideoInputFrameArrived()