Home
last modified time | relevance | path

Searched refs:C2TimestampGapAdjustmentStruct (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/codec2/include/
DC2Config.h2157 struct C2TimestampGapAdjustmentStruct { struct
2161 inline C2TimestampGapAdjustmentStruct(); argument
2163 inline C2TimestampGapAdjustmentStruct(mode_t mode_, uint64_t value_) in C2TimestampGapAdjustmentStruct() argument
2174 C2ENUM(C2TimestampGapAdjustmentStruct::mode_t, uint32_t, argument
2180 inline C2TimestampGapAdjustmentStruct::C2TimestampGapAdjustmentStruct() in C2TimestampGapAdjustmentStruct() function
2181 : mode(C2TimestampGapAdjustmentStruct::NONE), value(0) { } in C2TimestampGapAdjustmentStruct()
2183 typedef C2PortParam<C2Tuning, C2TimestampGapAdjustmentStruct> C2PortTimestampGapTuning;