Searched refs:VAGenericValueTypeInteger (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/libva/va/ |
D | va.c | 700 { 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()
|
D | va.h | 977 VAGenericValueTypeInteger = 1, /**< 32-bit signed integer. */ enumerator
|
D | va_trace.c | 479 case VAGenericValueTypeInteger: in va_TraceSurfaceAttributes()
|
/hardware/intel/common/libva/test/basic/ |
D | test_vaSurfaceAttrib.c | 133 attrib_list[0].value.type = VAGenericValueTypeInteger; in test()
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 138 case VAGenericValueTypeInteger: in va_value_equals() 271 s_attrib->value.type = VAGenericValueTypeInteger; in csc_preparation()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.cpp | 749 attribs[0].value.type = VAGenericValueTypeInteger; in CreateSurfaceFromExternalBuf() 794 attribs[0].value.type = VAGenericValueTypeInteger; in CreateNewVASurface()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 303 attribs[0].value.type = VAGenericValueTypeInteger; in ProcessorInit()
|
/hardware/intel/common/libva/test/decode/ |
D | tinyjpeg.c | 584 forcc.value.type=VAGenericValueTypeInteger; in tinyjpeg_decode()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 192 surface_attrib.value.type = VAGenericValueTypeInteger; in create_surface()
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 647 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/ |
D | VideoDecoderBase.cpp | 917 attribs[0].value.type = VAGenericValueTypeInteger; in setupVA()
|