Home
last modified time | relevance | path

Searched refs:SAR (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h422 SamplingAspectRatio SAR; member
456 this->SAR.SarWidth = other.SAR.SarWidth;
457 this->SAR.SarHeight = other.SAR.SarHeight;
DVideoEncoderAVC.cpp47 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()