Searched refs:frame_crop_right_offset (Results 1 – 10 of 10) sorted by relevance
207 uint32_t frame_crop_right_offset = 0; in ParseSpsUpToVui() local216 buffer->ReadExponentialGolomb(&frame_crop_right_offset)); in ParseSpsUpToVui()240 frame_crop_right_offset *= 2; in ParseSpsUpToVui()249 sps.width -= (frame_crop_left_offset + frame_crop_right_offset); in ParseSpsUpToVui()
69 public int frame_crop_right_offset; field in SeqParameterSet155 sps.frame_crop_right_offset = reader in read()388 writer.writeUE(frame_crop_right_offset, in write()547 ", \n frame_crop_right_offset=" + frame_crop_right_offset + in toString()
259 uint32_t frame_crop_right_offset; member
134 context->desc.h264enc.pic_ctrl.enc_frame_crop_right_offset = h264->frame_crop_right_offset; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
331 unsigned frame_crop_right_offset = vl_rbsp_ue(rbsp); in seq_parameter_set() local335 priv->stream_info.width -= (frame_crop_left_offset + frame_crop_right_offset) * 2; in seq_parameter_set()
193 … -= cropUnitX * (seqParameterSet.frame_crop_left_offset + seqParameterSet.frame_crop_right_offset); in readVariables()
5715 deUint32 frame_crop_right_offset; member
283 deUint32 frame_crop_right_offset; member
11878 s << "\tframe_crop_right_offset = " << value.frame_crop_right_offset << '\n';