Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/basic/
Dtest_04.c35 #define DEADVALUE 0xdeaddead macro
40 { type: VAConfigAttribRTFormat, value: DEADVALUE }, in test()
41 { type: VAConfigAttribSpatialResidual, value: DEADVALUE }, in test()
42 { type: VAConfigAttribSpatialClipping, value: DEADVALUE }, in test()
43 { type: VAConfigAttribIntraResidual, value: DEADVALUE }, in test()
44 { type: VAConfigAttribEncryption, value: DEADVALUE } in test()
72 ASSERT(attrib_list[k].value != DEADVALUE); in test()