OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_nextFrameInfoIdx
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
generic_decoder.cc
127
_nextFrameInfoIdx
(0),
146
_frameInfos[
_nextFrameInfoIdx
].decodeStartTimeMs = nowMs;
147
_frameInfos[
_nextFrameInfoIdx
].renderTimeMs = frame.RenderTimeMs();
148
_frameInfos[
_nextFrameInfoIdx
].rotation = frame.rotation();
149
_callback->Map(frame.TimeStamp(), &_frameInfos[
_nextFrameInfoIdx
]);
151
_nextFrameInfoIdx
= (
_nextFrameInfoIdx
+ 1) % kDecoderFrameMemoryLength;
generic_decoder.h
102
uint32_t
_nextFrameInfoIdx
;
Completed in 164 milliseconds