Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Param.h93 struct C2Param { struct
118 enum kind_t : uint32_t {
138 typedef uint32_t type_index_t;
139 enum : uint32_t {
158 struct CoreIndex {
220 struct Type : public CoreIndex {
284 struct Index : public Type {
402 /// \todo: should we restrict this to C2ParamField? argument
421 inline bool operator==(const C2Param &o) const { argument
427 inline static C2Param* From(void *addr, size_t len) { in From() argument
[all …]
/hardware/google/av/codec2/hidl/services/
Dvendor.cpp72 const std::vector<C2Param*>& /* stackParams */, in query_sm()
79 const std::vector<C2Param*>& /* params */, in config_sm()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp198 void setSetter(std::function<C2R(const C2Param *, bool, bool *, Factory &)> setter) { in setSetter()
331 std::function<C2R(const C2Param *, bool, bool *, Factory &)> setter) { in setSetter()