Searched refs:timestamp_ns (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmdec.h30 uint64_t timestamp_ns; member in struct:WebmInputContext
H A Dwebmdec.cc43 webm_ctx->timestamp_ns = 0;
184 webm_ctx->timestamp_ns = block->GetTime(cluster);
197 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) {
205 static_cast<int>(webm_ctx->timestamp_ns / 1000);
212 webm_ctx->timestamp_ns = 0;
/external/chromium_org/third_party/hwcplus/include/sync/
H A Dsync.h40 uint64_t timestamp_ns; member in struct:sync_pt_info
/external/kernel-headers/original/uapi/linux/
H A Dsync.h35 * @timestamp_ns: timestamp of status change in nanoseconds
43 __u64 timestamp_ns; member in struct:sync_pt_info
H A Dcn_proc.h65 __u64 __attribute__((aligned(8))) timestamp_ns; member in struct:proc_event
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_destination_host.cc88 int64_t timestamp_ns = local
90 frame_writer_->PutFrame(image_data_impl, timestamp_ns);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A 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);
H A Dmkvmuxer.cpp2446 uint64 track_number, uint64 timestamp_ns,
2455 if (timestamp_ns < last_timestamp_)
2458 if (!DoNewClusterProcessing(track_number, timestamp_ns, true))
2470 const uint64 abs_timecode = timestamp_ns / timecode_scale;
2477 if (timestamp_ns > last_timestamp_)
2478 last_timestamp_ = timestamp_ns;
2445 AddMetadata(const uint8* frame, uint64 length, uint64 track_number, uint64 timestamp_ns, uint64 duration_ns) argument
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp1076 uint64 timestamp_ns,
1096 uint64 timestamp_ns,
1260 int TestFrame(uint64 track_num, uint64 timestamp_ns, bool key) const;
1264 bool MakeNewCluster(uint64 timestamp_ns);
1269 bool DoNewClusterProcessing(uint64 track_num, uint64 timestamp_ns, bool key);
H A Dmkvmuxer.cpp2585 uint64 timestamp_ns,
2594 if (timestamp_ns < last_timestamp_)
2597 if (!DoNewClusterProcessing(track_number, timestamp_ns, true))
2609 const uint64 abs_timecode = timestamp_ns / timecode_scale;
2619 if (timestamp_ns > last_timestamp_)
2620 last_timestamp_ = timestamp_ns;
2582 AddMetadata(const uint8* frame, uint64 length, uint64 track_number, uint64 timestamp_ns, uint64 duration_ns) argument

Completed in 294 milliseconds