Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Param.h284 struct Index : public Type { struct
286 inline operator uint32_t() const { return mIndex; } in uint32_t()
289 inline Index(uint32_t index) : Type(index) { } in Index() function
298 inline unsigned stream() const { in stream()
303 inline Index withStream(unsigned stream) const { in withStream()
310 inline Index withPort(bool output) const { in withPort()
326 inline bool isValid() const { in isValid()
334 inline unsigned rawStream() const { in rawStream()
340 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
348 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/hardware/google/av/codec2/hidl/services/
Dvendor.cpp73 const std::vector<C2Param::Index>& /* heapParamIndices */, in query_sm()
/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp57 typedef C2Param::Index Index; in query() typedef