Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h307 uint16_t SarHeight; member
313 this->SarHeight = other.SarHeight;
459 this->SAR.SarHeight = other.SAR.SarHeight;
DVideoEncoderAVC.cpp48 mVideoParamsAVC.SAR.SarHeight = 0; in VideoEncoderAVC()
1036 …s.vui_parameters_present_flag && (mVideoParamsAVC.SAR.SarWidth || mVideoParamsAVC.SAR.SarHeight)) { in renderSequenceParams()
1040 avcSeqParams.sar_height = mVideoParamsAVC.SAR.SarHeight; in renderSequenceParams()