Searched refs:SAR (Results 1 – 2 of 2) sorted by relevance
422 SamplingAspectRatio SAR; member456 this->SAR.SarWidth = other.SAR.SarWidth;457 this->SAR.SarHeight = other.SAR.SarHeight;
47 mVideoParamsAVC.SAR.SarWidth = 0; in VideoEncoderAVC()48 mVideoParamsAVC.SAR.SarHeight = 0; in VideoEncoderAVC()1036 …cSeqParams.vui_parameters_present_flag && (mVideoParamsAVC.SAR.SarWidth || mVideoParamsAVC.SAR.Sar… in renderSequenceParams()1039 avcSeqParams.sar_width = mVideoParamsAVC.SAR.SarWidth; in renderSequenceParams()1040 avcSeqParams.sar_height = mVideoParamsAVC.SAR.SarHeight; in renderSequenceParams()