Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.h67 unsigned delta_pic_order_cnt_bottom; \
166 unsigned delta_pic_order_cnt_bottom;
Dvid_dec_h264_common.c734 unsigned delta_pic_order_cnt_bottom = vl_rbsp_se(rbsp); in slice_header() local
736 if (delta_pic_order_cnt_bottom != priv->codec_data.h264.delta_pic_order_cnt_bottom) in slice_header()
739 priv->codec_data.h264.delta_pic_order_cnt_bottom = delta_pic_order_cnt_bottom; in slice_header()
745 priv->codec_data.h264.delta_pic_order_cnt_bottom; in slice_header()
/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()
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h1578 __s32 delta_pic_order_cnt_bottom; member