Searched refs:c2_types (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h176 template<typename... T> struct c2_types;
180 struct c2_types<T> { struct in namespace:android
188 struct c2_types<T, U> { struct in namespace:android
213 struct c2_types<T, U, V...> {
215 typedef typename c2_types<typename c2_types<T, U>::wide_type, V...>::wide_type wide_type;
217 typedef typename c2_types<typename c2_types<T, U>::narrow_type, V...>::narrow_type narrow_type;
219 typedef typename c2_types<typename c2_types<
[all...]

Completed in 89 milliseconds