Lines Matching refs:value
76 if ((attrib[0].value & VA_RT_FORMAT_YUV420) == 0) { in test()
81 if ((attrib[1].value & VA_RC_VBR) == 0) { in test()
87 attrib[0].value = VA_RT_FORMAT_YUV420; /* set to desired RT format */ in test()
88 attrib[1].value = VA_RC_VBR; /* set to desired RC mode */ in test()
100 if (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_VA) in test()
102 if (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_V4L2) in test()
104 if (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR) in test()
106 if (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC) in test()
108 if (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_ION) in test()
110 if (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_KERNEL_DRM) in test()
115 (attrib_list[0].value.value.i & VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR)) { in test()
129 attrib_list[1].value.type = VAGenericValueTypePointer; in test()
130 attrib_list[1].value.value.p = (void *)&vaSurfaceExternBuf; in test()
133 attrib_list[0].value.type = VAGenericValueTypeInteger; in test()
134 attrib_list[0].value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR; in test()