Searched refs:timecode_frame_start (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/tests/ref/fate/ |
D | api-mjpeg-codec-param | 109 timecode_frame_start=-1 252 timecode_frame_start=-1
|
D | api-png-codec-param | 109 timecode_frame_start=-1 252 timecode_frame_start=-1
|
/third_party/ffmpeg/libavcodec/ |
D | mpeg12enc.c | 215 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}, \
|
D | mpeg12dec.c | 2439 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()
|
D | mpegvideo.h | 463 int64_t timecode_frame_start; ///< GOP timecode frame start number, in non drop frame format member
|
D | avcodec.h | 1488 int64_t timecode_frame_start; member
|
D | options_table.h | 332 …OP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TY…
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 2591 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/ |
D | codecs.texi | 994 @item timecode_frame_start @var{integer} (@emph{encoding,video})
|
/third_party/gstreamer/gst_libav/docs/plugins/ |
D | gst-libav-plugins.args | 14156 <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 …]
|