Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
952 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; } in TypeFor() function
953 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; } in TypeFor() function
954 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; } in TypeFor() function
955 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; } in TypeFor() function
956 template<> constexpr C2Value::type_t C2Value::TypeFor<uint32_t, false>() { return UINT32; } in TypeFor() function
957 template<> constexpr C2Value::type_t C2Value::TypeFor<uint64_t, false>() { return UINT64; } in TypeFor() function
958 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr32_t, false>() { return CNTR32; } in TypeFor() function
959 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr64_t, false>() { return CNTR64; } in TypeFor() function
960 template<> constexpr C2Value::type_t C2Value::TypeFor<float, false>() { return FLOAT; } in TypeFor() function