Home
last modified time | relevance | path

Searched refs:VAGenericValueTypeInteger (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libva/va/
Dva.c700 { VASurfaceAttribMinWidth, VAGenericValueTypeInteger }, in va_impl_query_surface_attributes()
701 { VASurfaceAttribMaxWidth, VAGenericValueTypeInteger }, in va_impl_query_surface_attributes()
702 { VASurfaceAttribMinHeight, VAGenericValueTypeInteger }, in va_impl_query_surface_attributes()
703 { VASurfaceAttribMaxHeight, VAGenericValueTypeInteger }, in va_impl_query_surface_attributes()
704 { VASurfaceAttribMemoryType, VAGenericValueTypeInteger }, in va_impl_query_surface_attributes()
745 attrib->value.type = VAGenericValueTypeInteger; in va_impl_query_surface_attributes()
Dva.h977 VAGenericValueTypeInteger = 1, /**< 32-bit signed integer. */ enumerator
Dva_trace.c479 case VAGenericValueTypeInteger: in va_TraceSurfaceAttributes()
/hardware/intel/common/libva/test/basic/
Dtest_vaSurfaceAttrib.c133 attrib_list[0].value.type = VAGenericValueTypeInteger; in test()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c138 case VAGenericValueTypeInteger: in va_value_equals()
271 s_attrib->value.type = VAGenericValueTypeInteger; in csc_preparation()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp749 attribs[0].value.type = VAGenericValueTypeInteger; in CreateSurfaceFromExternalBuf()
794 attribs[0].value.type = VAGenericValueTypeInteger; in CreateNewVASurface()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp303 attribs[0].value.type = VAGenericValueTypeInteger; in ProcessorInit()
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c584 forcc.value.type=VAGenericValueTypeInteger; in tinyjpeg_decode()
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp192 surface_attrib.value.type = VAGenericValueTypeInteger; in create_surface()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c647 attrib_list[i].value.type = VAGenericValueTypeInteger; in psb_GetSurfaceAttributes()
2615 attribs[i].value.type = VAGenericValueTypeInteger;
2621 attribs[i].value.type = VAGenericValueTypeInteger;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp917 attribs[0].value.type = VAGenericValueTypeInteger; in setupVA()