Home
last modified time | relevance | path

Searched refs:timecode_frame_start (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/tests/ref/fate/
Dapi-mjpeg-codec-param109 timecode_frame_start=-1
252 timecode_frame_start=-1
Dapi-png-codec-param109 timecode_frame_start=-1
252 timecode_frame_start=-1
/third_party/ffmpeg/libavcodec/
Dmpeg12enc.c215 if (avctx->timecode_frame_start) in encode_init()
216 s->timecode_frame_start = avctx->timecode_frame_start; in encode_init()
226 s->timecode_frame_start = s->tc.start; in encode_init()
228 s->timecode_frame_start = 0; // default is -1 in encode_init()
379 s->timecode_frame_start; in mpeg1_encode_sequence_header()
1147 OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, VE}, \
Dmpeg12dec.c2439 tc = s-> timecode_frame_start = get_bits(&s->gb, 25); in mpeg_decode_gop()
2443 avctx->timecode_frame_start = tc; in mpeg_decode_gop()
2848 if (s2->timecode_frame_start != -1 && *got_output) { in mpeg_decode_frame()
2854 memcpy(tcside->data, &s2->timecode_frame_start, sizeof(int64_t)); in mpeg_decode_frame()
2856 s2->timecode_frame_start = -1; in mpeg_decode_frame()
Dmpegvideo.h463 int64_t timecode_frame_start; ///< GOP timecode frame start number, in non drop frame format member
Davcodec.h1488 int64_t timecode_frame_start; member
Doptions_table.h332 …OP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TY…
/third_party/ffmpeg/fftools/
Dffprobe.c2591 if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { in show_stream()
2593 av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); in show_stream()
/third_party/ffmpeg/doc/
Dcodecs.texi994 @item timecode_frame_start @var{integer} (@emph{encoding,video})
/third_party/gstreamer/gst_libav/docs/plugins/
Dgst-libav-plugins.args14156 <NICK>timecode_frame_start</NICK>
15016 <NICK>timecode_frame_start</NICK>
15876 <NICK>timecode_frame_start</NICK>
16956 <NICK>timecode_frame_start</NICK>
18036 <NICK>timecode_frame_start</NICK>
19486 <NICK>timecode_frame_start</NICK>
20376 <NICK>timecode_frame_start</NICK>
21246 <NICK>timecode_frame_start</NICK>
22116 <NICK>timecode_frame_start</NICK>
22986 <NICK>timecode_frame_start</NICK>
[all …]