Searched refs:tc_data (Results 1 – 2 of 2) sorted by relevance
2245 void *tc_data = NULL; in nvenc_send_frame() local2248 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()
928 uint32_t tc_data = av_timecode_get_smpte_from_framenum(&tcr, 0); in VideoInputFrameArrived() local934 *(sd + 1) = tc_data; // TC in VideoInputFrameArrived()