Home
last modified time | relevance | path

Searched refs:ff_alloc_timecode_sei (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dinternal.h378 int ff_alloc_timecode_sei(const AVFrame *frame, AVRational rate, size_t prefix_len,
Dutils.c1099 int ff_alloc_timecode_sei(const AVFrame *frame, AVRational rate, size_t prefix_len, in ff_alloc_timecode_sei() function
Dnvenc.c2248 if (ff_alloc_timecode_sei(frame, avctx->framerate, 0, (void**)&tc_data, &tc_size) < 0) { in nvenc_send_frame()