Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dwebmdec.cc43 webm_ctx->timestamp_ns = 0; in reset()
184 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
197 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) { in webm_guess_framerate()
205 static_cast<int>(webm_ctx->timestamp_ns / 1000); in webm_guess_framerate()
212 webm_ctx->timestamp_ns = 0; in webm_guess_framerate()
Dwebmdec.h30 uint64_t timestamp_ns; member
/external/kernel-headers/original/uapi/linux/
Dsync.h43 __u64 timestamp_ns; member
Dcn_proc.h65 __u64 __attribute__((aligned(8))) timestamp_ns; member
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp1041 uint64 timestamp_ns, bool is_key);
1058 uint64 timestamp_ns, uint64 duration_ns);
1214 int TestFrame(uint64 track_num, uint64 timestamp_ns, bool key) const;
1218 bool MakeNewCluster(uint64 timestamp_ns);
1223 bool DoNewClusterProcessing(uint64 track_num, uint64 timestamp_ns, bool key);
Dmkvmuxer.cpp2446 uint64 track_number, uint64 timestamp_ns, in AddMetadata() argument
2455 if (timestamp_ns < last_timestamp_) in AddMetadata()
2458 if (!DoNewClusterProcessing(track_number, timestamp_ns, true)) in AddMetadata()
2470 const uint64 abs_timecode = timestamp_ns / timecode_scale; in AddMetadata()
2477 if (timestamp_ns > last_timestamp_) in AddMetadata()
2478 last_timestamp_ = timestamp_ns; in AddMetadata()
/external/valgrind/include/vki/
Dvki-linux.h3605 __vki_u64 timestamp_ns; member