Home
last modified time | relevance | path

Searched refs:kind_t (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/include/
DC2Component.h393 enum kind_t : uint32_t;
409 kind_t kind; ///< component kind
669 C2ENUM(C2Component::kind_t, uint32_t,
DC2Param.h118 enum kind_t : uint32_t { enum
238 inline kind_t kind() const { in kind()
409 inline kind_t kind() const { return _mIndex.kind(); } in kind()
DC2Config.h330 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::kind_t>, kParamIndexKind>
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp33 C2Component::kind_t kind, in BaseParams()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h90 C2Component::kind_t kind,
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp323 d->kind = static_cast<C2Component::kind_t>(s.kindOther); in objcpy()