Home
last modified time | relevance | path

Searched refs:ts_ms (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_coding/
Dframe_buffer2_unittest.cc157 int64_t ts_ms, in CreateFrame() argument
171 frame->SetTimestamp(ts_ms * 90); in CreateFrame()
185 int64_t ts_ms, in InsertFrame() argument
191 CreateFrame(picture_id, spatial_layer, ts_ms, inter_layer_predicted, in InsertFrame()
195 int InsertNackedFrame(uint16_t picture_id, int64_t ts_ms) { in InsertNackedFrame() argument
197 CreateFrame(picture_id, 0, ts_ms, false, true, kFrameSize); in InsertNackedFrame()