Searched refs:bottom_field_flag (Results 1 – 11 of 11) sorted by relevance
188 if (priv->picture.h264.field_pic_flag && priv->picture.h264.bottom_field_flag != top_field_first) in vid_dec_h264_EndFrame()708 priv->picture.h264.bottom_field_flag = 0; in slice_header()719 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); in slice_header() local721 if (bottom_field_flag != priv->picture.h264.bottom_field_flag) in slice_header()724 priv->picture.h264.bottom_field_flag = bottom_field_flag; in slice_header()778 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()848 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()878 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
127 unsigned bottom_field_flag : 1; // 6 member342 h->bottom_field_flag = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_vp()412 dec->refs[target->valid_ref].decoded_first = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_vp_refs()413 else if (dec->refs[target->valid_ref].decoded_first != d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()418 if (!d->field_pic_flag || d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()420 if (!d->field_pic_flag || !d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()
108 uint8_t bottom_field_flag; // 39 checked member203 assert(offsetof(struct h264_picparm_bsp, bottom_field_flag) == (0x39 + 0x24)); in nouveau_vp3_fill_picparm_h264_bsp()227 h->bottom_field_flag = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_bsp()
437 public boolean bottom_field_flag = false; field in H264TrackImpl.SliceHeader482 bottom_field_flag = reader.readBool("SliceHeader: bottom_field_flag"); in SliceHeader()505 ", bottom_field_flag=" + bottom_field_flag + in toString()
116 param2.top = desc->bottom_field_flag ? 2 : 1; in nv84_decoder_vp_h264()117 param2.bottom = desc->bottom_field_flag; in nv84_decoder_vp_h264()
149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
273 bool bottom_field_flag; member
121 curr_pic_->field = slice_hdr->bottom_field_flag ? H264Picture::FIELD_BOTTOM in InitCurrPicture()
110 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
331 uint8_t bottom_field_flag; member
390 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()