Searched refs:prev_timestamp_ (Results 1 – 3 of 3) sorted by relevance
172 if (timestamp < prev_timestamp_) { in StartSlice()176 prev_timestamp_ = timestamp; in StartSlice()219 if (timestamp < prev_timestamp_) { in CompleteSlice()223 prev_timestamp_ = timestamp; in CompleteSlice()
122 int64_t prev_timestamp_ = 0; variable
86 int prev_timestamp_; // Timestamp of the last added frame. member299 enc->prev_timestamp_ = 0; in WebPAnimEncoderNewInternal()1350 (uint32_t)timestamp - enc->prev_timestamp_; in WebPAnimEncoderAdd()1367 enc->prev_timestamp_ = timestamp; in WebPAnimEncoderAdd()1409 enc->prev_timestamp_ = timestamp; in WebPAnimEncoderAdd()1540 (uint32_t)enc->prev_timestamp_ - enc->first_timestamp_; in WebPAnimEncoderAssemble()