Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec_h264.c766 unsigned delta_pic_order_cnt_bottom = vl_rbsp_se(rbsp); in slice_header() local
768 if (delta_pic_order_cnt_bottom != priv->codec_data.h264.delta_pic_order_cnt_bottom) in slice_header()
771 priv->codec_data.h264.delta_pic_order_cnt_bottom = delta_pic_order_cnt_bottom; in slice_header()
777 priv->codec_data.h264.delta_pic_order_cnt_bottom; in slice_header()
Dvid_dec.h89 unsigned delta_pic_order_cnt_bottom; \
/external/v4l2_codec2/vda/
Dh264_decoder.cc146 curr_pic_->delta_pic_order_cnt_bottom = in InitCurrPicture()
147 slice_hdr->delta_pic_order_cnt_bottom; in InitCurrPicture()
236 pic->top_field_order_cnt + pic->delta_pic_order_cnt_bottom; in CalculatePicOrderCounts()
1232 slice_hdr->delta_pic_order_cnt_bottom != in IsNewPrimaryCodedPicture()
1233 curr_pic_->delta_pic_order_cnt_bottom) in IsNewPrimaryCodedPicture()
Dh264_dpb.h50 int delta_pic_order_cnt_bottom; variable
Dh264_dpb.cc23 delta_pic_order_cnt_bottom(0), in H264Picture()
Dh264_parser.h276 int delta_pic_order_cnt_bottom; member
Dh264_parser.cc1328 READ_SE_OR_RETURN(&shdr->delta_pic_order_cnt_bottom); in ParseSliceHeader()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java440 public int delta_pic_order_cnt_bottom; field in H264TrackImpl.SliceHeader
490delta_pic_order_cnt_bottom = reader.readSE("SliceHeader: delta_pic_order_cnt_bottom"); in SliceHeader()
508 ", delta_pic_order_cnt_bottom=" + delta_pic_order_cnt_bottom + in toString()