Searched refs:bitstream_put_ue (Results 1 – 1 of 1) sorted by relevance
/third_party/weston/libweston/backend-drm/ |
D | vaapi-recorder.c | 193 bitstream_put_ue(struct bitstream *bs, unsigned int val) in bitstream_put_ue() function 217 bitstream_put_ue(bs, new_val); in bitstream_put_se() 520 bitstream_put_ue(bs, seq->seq_parameter_set_id); in sps_rbsp() 522 bitstream_put_ue(bs, seq->seq_fields.bits.log2_max_frame_num_minus4); in sps_rbsp() 523 bitstream_put_ue(bs, seq->seq_fields.bits.pic_order_cnt_type); in sps_rbsp() 524 bitstream_put_ue(bs, in sps_rbsp() 527 bitstream_put_ue(bs, seq->max_num_ref_frames); in sps_rbsp() 533 bitstream_put_ue(bs, seq->picture_width_in_mbs - 1); in sps_rbsp() 534 bitstream_put_ue(bs, seq->picture_height_in_mbs - 1); in sps_rbsp() 542 bitstream_put_ue(bs, seq->frame_crop_left_offset); in sps_rbsp() [all …]
|