Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_decoder_impl.h93 static constexpr int kFrameTimestampsMemory = 8; variable
94 std::array<FrameTimestamps, kFrameTimestampsMemory> frame_timestamps_
Dvideo_stream_decoder_impl.cc137 Add<kFrameTimestampsMemory>(next_frame_timestamps_index_, 1); in SaveFrameTimestamps()
236 for (int i = 0; i < kFrameTimestampsMemory; ++i) { in GetFrameTimestamps()
237 start_time_index = Subtract<kFrameTimestampsMemory>(start_time_index, 1); in GetFrameTimestamps()