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

/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp214 VASurfaceAttributeTPI attribTpi; local
215 memset(&attribTpi, 0, sizeof(attribTpi));
217 attribTpi.type = VAExternalMemoryKernelDRMBufffer;
218 attribTpi.width = stride;
219 attribTpi.height = height;
220 attribTpi.size = stride*height*3/2;
221 attribTpi.pixel_format = VA_FOURCC_NV12;
222 attribTpi.tiling = tiled;
223 attribTpi
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.cpp157 VASurfaceAttributeTPI attribTpi; local
158 VASurfaceAttributeTPI *vaSurfaceAttrib = &attribTpi;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.cpp157 VASurfaceAttributeTPI attribTpi; local
158 VASurfaceAttributeTPI *vaSurfaceAttrib = &attribTpi;

Completed in 11 milliseconds