Searched refs:bottom_field_flag (Results 1 – 7 of 7) sorted by relevance
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()
254 uint8_t bottom_field_flag; member
178 bool bottom_field_flag; member
507 curr_pic_->field = slice_hdr->bottom_field_flag ? H264Picture::FIELD_BOTTOM in InitCurrPicture()654 } else if (!slice_hdr->bottom_field_flag) { in CalculatePicOrderCounts()691 } else if (slice_hdr->bottom_field_flag) { in CalculatePicOrderCounts()
337 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()