Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DReflectedParamUpdater_test.cpp107 template<typename... TYPES> struct fill_descriptors_impl;
108 template<typename T, typename... TYPES> struct fill_descriptors_impl<T, TYPES...> { struct
110 fill_descriptors_impl<TYPES...>::fill(vec); in fill()
116 template<> struct fill_descriptors_impl<> { struct
139 fill_descriptors_impl<SUPPORTED_TYPES>::fill(&mDescriptors); in ReflectedParamUpdaterTest()