Searched refs:bottom_field_pic_order_in_frame_present_flag (Results 1 – 13 of 13) sorted by relevance
230 uint32_t bottom_field_pic_order_in_frame_present_flag; in ParsePpsNalu() local232 parser.ReadBits(&bottom_field_pic_order_in_frame_present_flag, 1)); in ParsePpsNalu()233 pps_.bottom_field_pic_order_in_frame_present_flag = in ParsePpsNalu()234 bottom_field_pic_order_in_frame_present_flag != 0; in ParsePpsNalu()369 if (pps_.bottom_field_pic_order_in_frame_present_flag && in ParseNonParameterSetNalu()378 if (pps_.bottom_field_pic_order_in_frame_present_flag && !field_pic_flag) { in ParseNonParameterSetNalu()
53 bool bottom_field_pic_order_in_frame_present_flag = false; member
101 context->desc.h264.pps->bottom_field_pic_order_in_frame_present_flag = in vlVaHandlePictureParameterBufferH264()
235 bool bottom_field_pic_order_in_frame_present_flag; member
1156 READ_BOOL_OR_RETURN(&pps->bottom_field_pic_order_in_frame_present_flag); in ParsePPS()1459 if (pps->bottom_field_pic_order_in_frame_present_flag && in ParseSliceHeader()1466 if (pps->bottom_field_pic_order_in_frame_present_flag && in ParseSliceHeader()
390 pps->bottom_field_pic_order_in_frame_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()732 if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) { in slice_header()766 … if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) { in slice_header()
187 params.ipicparm.pic_order_present_flag = desc->pps->bottom_field_pic_order_in_frame_present_flag; in nv84_decoder_bsp()
213 h->pic_order_present_flag = d->pps->bottom_field_pic_order_in_frame_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
323 uint8_t bottom_field_pic_order_in_frame_present_flag; member
380 … picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()
435 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()
551 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()
138 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()