Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h306 uint16_t SarWidth; member
312 this->SarWidth = other.SarWidth;
458 this->SAR.SarWidth = other.SAR.SarWidth;
DVideoEncoderAVC.cpp47 mVideoParamsAVC.SAR.SarWidth = 0; in VideoEncoderAVC()
1036 …if(avcSeqParams.vui_parameters_present_flag && (mVideoParamsAVC.SAR.SarWidth || mVideoParamsAVC.SA… in renderSequenceParams()
1039 avcSeqParams.sar_width = mVideoParamsAVC.SAR.SarWidth; in renderSequenceParams()