Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h93 struct C2Param { struct
118 enum kind_t : uint32_t {
139 enum : uint32_t {
158 struct CoreIndex {
408 /// \todo: should we restrict this to C2ParamField? argument
427 inline bool operator==(const C2Param &o) const { argument
514 if (size < sizeof(C2Param)) { in setSize() argument
527 inline bool updateFrom(const C2Param &other) { in updateFrom() argument
555 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param() argument
564 inline C2Param(uint32_t paramSize, Index paramIndex, unsigned stream) in C2Param() argument
[all …]
/aosp12/frameworks/av/media/codec2/vndk/util/
H A 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()