OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timestamp_ns
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/third_party/libvpx/source/libvpx/
webmdec.cc
43
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;
webmdec.h
30
uint64_t
timestamp_ns
;
member in struct:WebmInputContext
/external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc
88
int64_t
timestamp_ns
=
local
90
frame_writer_->PutFrame(image_data_impl,
timestamp_ns
);
/external/kernel-headers/original/uapi/linux/
sync.h
35
* @
timestamp_ns
: timestamp of status change in nanoseconds
43
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
65
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/external/chromium_org/third_party/hwcplus/include/sync/
sync.h
40
uint64_t
timestamp_ns
;
member in struct:sync_pt_info
/system/core/libsync/include/sync/
sync.h
40
uint64_t
timestamp_ns
;
member in struct:sync_pt_info
/system/core/libsync/
sync_test.c
58
int ts_sec = pt_info->
timestamp_ns
/ 1000000000LL;
59
int ts_usec = (pt_info->
timestamp_ns
% 1000000000LL) / 1000LL;
/bionic/libc/kernel/uapi/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
45
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/development/ndk/platforms/android-L/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
45
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
45
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
45
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
45
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
cn_proc.h
45
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sync.h
36
__u64
timestamp_ns
;
member in struct:sync_pt_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cn_proc.h
61
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cn_proc.h
61
__u64 __attribute__((aligned(8)))
timestamp_ns
;
member in struct:proc_event
/frameworks/native/libs/ui/
Fence.cpp
120
if (pinfo->
timestamp_ns
> timestamp) {
121
timestamp = pinfo->
timestamp_ns
;
Completed in 2207 milliseconds
1
2