Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h1085 inline static type_t GetType(int32_t*) { return INT32; } in GetType() function
1086 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType() function
1087 inline static type_t GetType(c2_cntr32_t*) { return CNTR32; } in GetType() function
1088 inline static type_t GetType(int64_t*) { return INT64; } in GetType() function
1089 inline static type_t GetType(uint64_t*) { return UINT64; } in GetType() function
1090 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType() function
1091 inline static type_t GetType(float*) { return FLOAT; } in GetType() function
1092 inline static type_t GetType(char*) { return STRING; } in GetType() function
1093 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType() function
1097 inline static type_t GetType(T*) { in GetType() function
[all …]