Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codec2/include/
DC2Param.h634 UINT32, enumerator
672 template<> constexpr C2Value::Type C2Value::typeFor<uint32_t>() { return UINT32; }
692 UINT32 = C2Value::UINT32, ///< 32-bit unsigned integer enumerator
780 inline static Type getType(uint32_t*) { return UINT32; } in getType()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h34 UINT32 = ANEURALNETWORKS_UINT32, enumerator
/frameworks/av/media/libstagefright/codec2/tests/
DC2Param_test.cpp36 case FD::UINT32: *os << "u32"; break; in PrintTo()
130 { FD::UINT32, 1, "u32", 20, 4 },
266 std::is_same<T, uint32_t>::value ? FD::UINT32 :
1990 EXPECT_EQ(FD::UINT32, fields.cbegin()->type()); in TEST_F()
2456 case FD::UINT32: cout << "uint32_t "; break; in dumpType()
2484 case C2Value::UINT32: cout << get(p.second, (uint32_t *)0); break; in dumpStruct()
2635 EXPECT_EQ(C2Value::UINT32, val.type()); in TEST_F()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp128 static_assert(static_cast<int32_t>(OperandType::UINT32) == ANEURALNETWORKS_UINT32,
DExecutionPlan.cpp774 case OperandType::UINT32: in getPerformanceInfo()