Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h22 struct C2_HIDE _C2ParamInspector { struct
23 inline static uint32_t GetOffset(const C2FieldDescriptor &fd) { in GetOffset()
27 inline static void SetOffset(C2FieldDescriptor &fd, uint32_t offset) { in SetOffset()
32 uint32_t endOffset = fd._mFieldId._mOffset + fd._mExtent * fd._mFieldId._mSize;
37 inline static uint32_t GetSize(const C2FieldDescriptor &fd) { in GetSize()
41 inline static uint32_t GetIndex(const C2ParamField &pf) { in GetIndex()
45 inline static uint32_t GetOffset(const C2ParamField &pf) { in GetOffset()
49 inline static uint32_t GetSize(const C2ParamField &pf) { in GetSize()
53 inline static uint32_t GetOffset(const _C2FieldId &f) { in GetOffset()
57 inline static uint32_t GetSize(const _C2FieldId &f) { in GetSize()
[all …]
/hardware/google/av/codec2/tests/
DC2Param_test.cpp862 struct _C2ParamInspector { struct