Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Component.h405 struct Traits { struct
407 C2String name; ///< name of the component
408 domain_t domain; ///< component domain
409 kind_t kind; ///< component kind
410 rank_t rank; ///< component rank
411 C2String mediaType; ///< media type supported by the component
412 C2String owner; ///< name of the component store owning this component
418 std::vector<C2StringLiteral> aliases; ///< name aliases for backward compatibility
DC2Buffer.h586 struct Traits { struct
587 C2String name; ///< allocator name
588 id_t id; ///< allocator ID
589 type_t supportedTypes; ///< supported allocation types
590 C2MemoryUsage minimumUsage; ///< usage that is minimally required for allocations
591 C2MemoryUsage maximumUsage; ///< usage that is maximally allowed for allocations
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp56 using Traits = C2Component::Traits; typedef