Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp44 typedef C2GlobalParam<C2Info, C2Int64Value, kParamIndexLong> C2LongInfo; typedef
78 C2LongInfo, \
102 template<> const char *GetName<C2LongInfo>() { return "long"; } in GetName()
160 [](const auto &value) { return (uint32_t)value == C2LongInfo::PARAM_TYPE; })); in TEST_F()
170 params.emplace_back(new C2LongInfo); in TEST_F()
172 EXPECT_EQ(0, CastParam<C2LongInfo>(params[1])->value); in TEST_F()
176 EXPECT_EQ(34, CastParam<C2LongInfo>(params[1])->value); in TEST_F()
206 [](const auto &value) { return (uint32_t)value == C2LongInfo::PARAM_TYPE; })); in TEST_F()
265 [](const auto &value) { return (uint32_t)value == C2LongInfo::PARAM_TYPE; })); in TEST_F()
334 [](const auto &value) { return (uint32_t)value == C2LongInfo::PARAM_TYPE; })); in TEST_F()