Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libaaudio/tests/
H A Dtest_timestamps.cpp40 typedef struct TimestampInfo { struct
47 } TimestampInfo; argument
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp168 struct TimestampInfo struct
170 TimestampInfo() : required(false), supported(false), supportedIndex(0) in TimestampInfo() argument
174 TimestampInfo(bool required_, bool supported_, size_t supportedIndex_) in TimestampInfo() function
181 bool required;
182 bool supported;
183 size_t supportedIndex;
/aosp_15_r20/external/openscreen/cast/cast_core/api/runtime/
H A Dcast_audio_channel_service.proto302 message TimestampInfo { message