Home
last modified time | relevance | path

Searched refs:cpb_removal_delay (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.h89 int cpb_removal_delay; member
Dh264_sei.c47 h->picture_timing.cpb_removal_delay = -1; in ff_h264_sei_uninit()
71 h->cpb_removal_delay = get_bits_long(&gb, sps->cpb_removal_delay_length); in ff_h264_sei_process_picture_timing()
Dh264_parser.c608 if (p->sei.picture_timing.cpb_removal_delay >= 0) { in h264_parse()
610 s->dts_ref_dts_delta = p->sei.picture_timing.cpb_removal_delay; in h264_parse()
Dcbs_h264.h250 uint32_t cpb_removal_delay; member
Dcbs_h264_syntax_template.c654 ub(hrd->cpb_removal_delay_length_minus1 + 1, cpb_removal_delay); in FUNC()
Dvaapi_encode_h264.c666 .cpb_removal_delay = 2 * hpic->cpb_delay, in vaapi_encode_h264_init_picture_params()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c498 if (a->cpb_removal_delay != b->cpb_removal_delay || in check_sei_pic_timing()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h1082 guint32 cpb_removal_delay; member
Dgsth264parser.c997 READ_UINT32 (nr, tim->cpb_removal_delay, in gst_h264_parser_parse_pic_timing()
2875 WRITE_UINT32 (nw, tim->cpb_removal_delay, in gst_h264_write_sei_pic_timing()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c645 sei.payload.pic_timing.cpb_removal_delay; in gst_h264_parse_process_sei()
/third_party/gstreamer/gstplugins_bad/
DChangeLog108395 Otherwise pic timing structure can have invalid cpb_removal_delay,