OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timestamps_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
receiver_unittest.cc
332
// instant when the clock time is
timestamps_
.front().arrive_time.
343
while (!
timestamps_
.empty() &&
344
timestamps_
.front().arrive_time <= end_time) {
345
RTC_DCHECK(
timestamps_
.front().arrive_time >= start_time);
347
SimulatedClock::AdvanceTimeMicroseconds(
timestamps_
.front().arrive_time -
349
GenerateAndInsertFrame((
timestamps_
.front().render_time + 500) / 1000);
350
timestamps_
.pop();
374
timestamps_
.push(TimestampPair(arrive_timestamps[i] * 1000,
403
std::queue<TimestampPair>
timestamps_
;
member in class:webrtc::SimulatedClockWithFrames
/external/v8/src/profiler/
profile-generator.h
237
return
timestamps_
.at(index);
253
List<base::TimeTicks>
timestamps_
;
member in class:v8::internal::CpuProfile
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
212
std::vector<int32_t>
timestamps_
; // Video frames timestamp queue.
member in class:webrtc_jni::MediaCodecVideoEncoder
216
int32_t output_timestamp_; // Last output frame timestamp from
timestamps_
Q.
491
timestamps_
.clear();
658
timestamps_
.push_back(input_frame.timestamp());
[
all
...]
Completed in 100 milliseconds