Searched refs:ff_alloc_timecode_sei (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | internal.h | 378 int ff_alloc_timecode_sei(const AVFrame *frame, AVRational rate, size_t prefix_len,
|
D | utils.c | 1099 int ff_alloc_timecode_sei(const AVFrame *frame, AVRational rate, size_t prefix_len, in ff_alloc_timecode_sei() function
|
D | nvenc.c | 2248 if (ff_alloc_timecode_sei(frame, avctx->framerate, 0, (void**)&tc_data, &tc_size) < 0) { in nvenc_send_frame()
|