Searched refs:pic_order_present_flag (Results 1 – 21 of 21) sorted by relevance
42 uint32_t pic_order_present_flag; // 04 member187 params.ipicparm.pic_order_present_flag = desc->pps->bottom_field_pic_order_in_frame_present_flag; in nv84_decoder_bsp()
94 uint32_t pic_order_present_flag; // 04 checked member213 h->pic_order_present_flag = d->pps->bottom_field_pic_order_in_frame_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
275 uint32_t pic_order_present_flag:1; member
288 uint32_t pic_order_present_flag : 1; member
93 .pic_order_present_flag = pps->pic_order_present, in nvdec_h264_start_frame()
164 info->pic_order_present_flag = pps->pic_order_present; in vdpau_h264_start_frame()
270 .pic_order_present_flag = pps->pic_order_present, in vaapi_h264_start_frame()
154 pp->pic_order_present_flag = pps->pic_order_present; in fill_picture_parameters()
591 .pic_order_present_flag = in vaapi_encode_h264_init_sequence_params()
102 h264->pic_fields.bits.pic_order_present_flag; in vlVaHandlePictureParameterBufferH264()
316 int pic_order_present_flag; member
620 COPY_FIELD (pic_order_present_flag); in gst_nv_h264_dec_picture_params_from_pps()
428 .pic_order_present_flag = pps->pic_order_present_flag, in gst_va_h264_dec_start_picture()
787 guint8 pic_order_present_flag; member
2079 READ_UINT8 (&nr, pps->pic_order_present_flag, 1); in gst_h264_parse_pps()2315 if (pps->pic_order_present_flag && !slice->field_pic_flag) in gst_h264_parser_parse_slice_hdr()2321 if (pps->pic_order_present_flag && !slice->field_pic_flag) in gst_h264_parser_parse_slice_hdr()
380 … picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()
597 COPY_FIELD (pic_order_present_flag); in gst_d3d11_h264_dec_picture_params_from_pps()
505 … | (pps->pic_order_present_flag ? V4L2_H264_PPS_FLAG_BOTTOM_FIELD_PIC_ORDER_IN_FRAME_PRESENT : 0) in gst_v4l2_codec_h264_dec_fill_pps()
6309 uint32_t pic_order_present_flag:1; member
312 deUint32 pic_order_present_flag : 1; member
12959 s << "\tpic_order_present_flag = " << value.pic_order_present_flag << '\n';