Home | History | Annotate | Download | only in video_coding

Lines Matching defs:timestamp

64                      uint32_t timestamp,
67 timestamp(timestamp),
71 uint32_t timestamp;
339 uint32_t timestamp = encoded_image._timeStamp;
344 encoded_frame_samples_.back().timestamp == timestamp) {
345 // Frames having the same timestamp are generated from the same input
352 EncodedFrameSample(encoded_length, timestamp, now_ms));
520 int denom = encoded_frame_samples_.back().timestamp -
521 encoded_frame_samples_.front().timestamp;