Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h2486 struct C2TimestampGapAdjustmentStruct { struct
2490 inline C2TimestampGapAdjustmentStruct(); argument
2492 inline C2TimestampGapAdjustmentStruct(mode_t mode_, uint64_t value_) in C2TimestampGapAdjustmentStruct() argument
2503 C2ENUM(C2TimestampGapAdjustmentStruct::mode_t, uint32_t, argument
2509 inline C2TimestampGapAdjustmentStruct::C2TimestampGapAdjustmentStruct() in C2TimestampGapAdjustmentStruct() function
2510 : mode(C2TimestampGapAdjustmentStruct::NONE), value(0) { } in C2TimestampGapAdjustmentStruct()
2512 typedef C2PortParam<C2Tuning, C2TimestampGapAdjustmentStruct> C2PortTimestampGapTuning;