Home
last modified time | relevance | path

Searched refs:cpb_removal_delay (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_sei.h87 * cpb_removal_delay in picture timing SEI message, see H.264 C.1.2
89 int cpb_removal_delay; member
H A Dh264_sei.c53 h->picture_timing.cpb_removal_delay = -1; in ff_h264_sei_uninit()
78 h->cpb_removal_delay = get_bits_long(&gb, sps->cpb_removal_delay_length); in ff_h264_sei_process_picture_timing()
H A Dh264_parser.c628 if (p->sei.picture_timing.cpb_removal_delay >= 0) { in h264_parse()
630 s->dts_ref_dts_delta = p->sei.picture_timing.cpb_removal_delay; in h264_parse()
H A Dcbs_h264.h250 uint32_t cpb_removal_delay; member
H A Dcbs_h264_syntax_template.c654 ub(hrd->cpb_removal_delay_length_minus1 + 1, cpb_removal_delay); in sei_pic_timing()
H A Dvaapi_encode_h264.c667 .cpb_removal_delay = 2 * hpic->cpb_delay, in vaapi_encode_h264_init_picture_params()

Completed in 8 milliseconds