Home
last modified time | relevance | path

Searched refs:CNTR64 (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.cpp76 case C2Value::CNTR64: in debugString()
161 case C2FieldDescriptor::CNTR64: in addParamStructDesc()
441 case C2FieldDescriptor::CNTR64: in parseMessageAndDoWork()
580 case C2FieldDescriptor::CNTR64: c2Value = *((c2_cntr64_t *)data); break; in getParams()
H A DCCodecConfig.cpp1904 case C2FieldDescriptor::CNTR64: in describe()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h882 CNTR64, enumerator
932 case CNTR64: return sizeof(_mValue.i64); in SizeFor()
959 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr64_t, false>() { return CNTR64; } in TypeFor()
985 CNTR64 = C2Value::CNTR64, ///< 64-bit counter enumerator
1090 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType()
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp55 case C2FieldDescriptor::CNTR64: return "c64"; in asString()
H A DC2InterfaceUtils.cpp786 case C2FieldDescriptor::CNTR64: in isArithmetic()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A Dtypes.hal261 CNTR64,
/aosp12/hardware/interfaces/media/c2/1.0/
H A Dtypes.hal299 CNTR64,