Home
last modified time | relevance | path

Searched defs:C2TestAStruct (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp199 struct C2TestAStruct { struct
200 int32_t signed32;
201 int64_t signed64[2];
202 uint32_t unsigned32[1];
226 …_P(DescribeStruct2Step, C2ParamTest_ParamFieldList, ::testing::Values(C2TestAStruct::FieldList())); argument