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

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h306 uint16_t SarWidth; member in struct:SamplingAspectRatio
312 this->SarWidth = other.SarWidth;
458 this->SAR.SarWidth = other.SAR.SarWidth;
H A DVideoEncoderAVC.cpp47 mVideoParamsAVC.SAR.SarWidth = 0;
1036 if(avcSeqParams.vui_parameters_present_flag && (mVideoParamsAVC.SAR.SarWidth || mVideoParamsAVC.SAR.SarHeight)) {
1039 avcSeqParams.sar_width = mVideoParamsAVC.SAR.SarWidth;

Completed in 251 milliseconds