Searched refs:timecode_frame_start (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpeg12enc.c | 217 if (avctx->timecode_frame_start) in encode_init() 218 s->timecode_frame_start = avctx->timecode_frame_start; in encode_init() 228 s->timecode_frame_start = s->tc.start; in encode_init() 230 s->timecode_frame_start = 0; // default is -1 in encode_init() 381 s->timecode_frame_start; in mpeg1_encode_sequence_header() 1142 OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, VE}, \
|
D | mpeg12dec.c | 2442 tc = s-> timecode_frame_start = get_bits(&s->gb, 25); in mpeg_decode_gop() 2446 avctx->timecode_frame_start = tc; in mpeg_decode_gop() 2851 if (s2->timecode_frame_start != -1 && *got_output) { in mpeg_decode_frame() 2858 memcpy(tcside->data, &s2->timecode_frame_start, sizeof(int64_t)); in mpeg_decode_frame() 2860 av_timecode_make_mpeg_tc_string(tcbuf, s2->timecode_frame_start); in mpeg_decode_frame() 2863 s2->timecode_frame_start = -1; in mpeg_decode_frame()
|
D | mpegvideo.h | 468 int64_t timecode_frame_start; ///< GOP timecode frame start number, in non drop frame format member
|
D | avcodec.h | 1500 int64_t timecode_frame_start; member
|
D | options_table.h | 326 …OP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TY…
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 883 @item timecode_frame_start @var{integer} (@emph{encoding,video})
|