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

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp139 VAConfigAttrib vaAttrib_tmp[6],vaAttrib[VAConfigAttribTypeMax]; local
154 vaAttrib[vaAttribNumber].type = VAConfigAttribRTFormat;
155 vaAttrib[vaAttribNumber].value = VA_RT_FORMAT_YUV420;
159 vaAttrib[vaAttribNumber].type = VAConfigAttribRateControl;
160 vaAttrib[vaAttribNumber].value = mComParams.rcMode;
163 vaAttrib[vaAttribNumber].type = VAConfigAttribEncAutoReference;
164 vaAttrib[vaAttribNumber].value = mAutoReference ? 1 : VA_ATTRIB_NOT_SUPPORTED;
169 vaAttrib[vaAttribNumber].type = VAConfigAttribEncPackedHeaders;
170 vaAttrib[vaAttribNumber].value = vaAttrib[
[all...]

Completed in 34 milliseconds