Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h1076 inline static type_t GetType(int32_t*) { return INT32; } in GetType() function
1077 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType() function
1078 inline static type_t GetType(c2_cntr32_t*) { return CNTR32; } in GetType() function
1079 inline static type_t GetType(int64_t*) { return INT64; } in GetType() function
1080 inline static type_t GetType(uint64_t*) { return UINT64; } in GetType() function
1081 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType() function
1082 inline static type_t GetType(float*) { return FLOAT; } in GetType() function
1083 inline static type_t GetType(char*) { return STRING; } in GetType() function
1084 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType() function
1088 inline static type_t GetType(T*) { in GetType() function
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc273 FieldDescriptor::Type GetType(const FieldDescriptor* field) { in GetType() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc702 static PyObject* GetType(PyBaseDescriptor *self, void *closure) { in GetType() function
1140 static PyObject* GetType(PyBaseDescriptor *self, void *closure) { in GetType() function
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py180 def GetType(vt, dimensions, scale=0, zeroPoint=0, extraParams=None): member in Type
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc162 const google::protobuf::Type* GetType(const Descriptor* descriptor) { in GetType() function in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest