Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp697 constexpr int32_t C2TestAInfo::* s32ptr_cast2derived = (int32_t C2TestAInfo::*)s32ptr; in TEST_F() local
701 int32_t *info_s32_cast2derived = &(info->*s32ptr_cast2derived); in TEST_F()