Home
last modified time | relevance | path

Searched refs:pic_order_present (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h114 int pic_order_present; ///< pic_order_present_flag member
Dnvdec_h264.c93 .pic_order_present_flag = pps->pic_order_present, in nvdec_h264_start_frame()
Dh264_parser.c439 if (p->ps.pps->pic_order_present == 1 && in parse_nal_units()
448 if (p->ps.pps->pic_order_present == 1 && in parse_nal_units()
Dvdpau_h264.c163 info->pic_order_present_flag = pps->pic_order_present; in vdpau_h264_start_frame()
Dvaapi_h264.c270 .pic_order_present_flag = pps->pic_order_present, in vaapi_h264_start_frame()
Ddxva2_h264.c156 pp->pic_order_present_flag = pps->pic_order_present; in fill_picture_parameters()
Dh264_ps.c816 pps->pic_order_present = get_bits1(gb); in ff_h264_decode_picture_parameter_set()
Dh264_slice.c1935 if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME) in h264_slice_header_parse()
1943 if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME) in h264_slice_header_parse()