Searched refs:timestamp_ns (Results 1 – 7 of 7) sorted by relevance
43 webm_ctx->timestamp_ns = 0; in reset()194 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()208 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) { in webm_guess_framerate()216 static_cast<int>(webm_ctx->timestamp_ns / 1000); in webm_guess_framerate()223 webm_ctx->timestamp_ns = 0; in webm_guess_framerate()
30 uint64_t timestamp_ns; member
43 __u64 timestamp_ns; member
65 __u64 __attribute__((aligned(8))) timestamp_ns; member
1159 uint64 timestamp_ns, bool is_key);1176 uint64 timestamp_ns, uint64 duration_ns);1335 int TestFrame(uint64 track_num, uint64 timestamp_ns, bool key) const;1339 bool MakeNewCluster(uint64 timestamp_ns);1344 bool DoNewClusterProcessing(uint64 track_num, uint64 timestamp_ns, bool key);
2616 uint64 timestamp_ns, uint64 duration_ns) { in AddMetadata() argument2624 frame.set_timestamp(timestamp_ns); in AddMetadata()
3605 __vki_u64 timestamp_ns; member