OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderTimeMs
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
timing_unittest.cc
47
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()),
59
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()),
68
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()),
81
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()),
92
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()));
103
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()),
115
timing.
RenderTimeMs
(timeStamp, clock.TimeInMilliseconds()),
141
timing.
RenderTimeMs
(0xFFFFFFFFu, clock.TimeInMilliseconds());
143
render_time = timing.
RenderTimeMs
(89u, // One second later in 90 kHz.
encoded_frame.h
38
void SetRenderTime(const int64_t
renderTimeMs
) {
39
_renderTimeMs =
renderTimeMs
;
70
int64_t
RenderTimeMs
() const { return _renderTimeMs; }
generic_decoder.cc
74
frameInfo->
renderTimeMs
);
77
decodedImage.set_render_time_ms(frameInfo->
renderTimeMs
);
147
_frameInfos[_nextFrameInfoIdx].
renderTimeMs
= frame.
RenderTimeMs
();
154
frame.CodecSpecific(), frame.
RenderTimeMs
());
timing.h
70
int64_t
RenderTimeMs
(uint32_t frame_timestamp, int64_t now_ms) const;
receiver.cc
118
*next_render_time_ms = timing_->
RenderTimeMs
(frame_timestamp, now_ms);
259
uint32_t render_start = timing_->
RenderTimeMs
(timestamp_start, now_ms);
260
uint32_t render_end = timing_->
RenderTimeMs
(timestamp_end, now_ms);
timing.cc
198
int64_t VCMTiming::
RenderTimeMs
(uint32_t frame_timestamp,
video_receiver.cc
288
_timing.UpdateCurrentDelay(frame->
RenderTimeMs
(),
receiver_unittest.cc
565
EXPECT_EQ(frame->
RenderTimeMs
() - max_decode_ms - render_delay_ms,
Completed in 705 milliseconds