Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch65 const std::clock_t timestamp1 = std::clock();
76 const std::clock_t time_fast = timestamp2 - timestamp1;
83 const std::clock_t timestamp1 = std::clock();
94 const std::clock_t time_fast = timestamp2 - timestamp1;
101 const std::clock_t timestamp1 = std::clock();
112 const std::clock_t time_fast = timestamp2 - timestamp1;
119 const std::clock_t timestamp1 = std::clock();
130 const std::clock_t time_fast = timestamp2 - timestamp1;
136 const std::clock_t timestamp1 = std::clock();
145 const std::clock_t time_fast = timestamp2 - timestamp1;
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dprocfs.c252 u64 fps, timestamp0, timestamp1; in rkcif_show_format() local
306 timestamp1 = stream->fps_stats.frm1_timestamp; in rkcif_show_format()
308 fps = timestamp0 > timestamp1 ? in rkcif_show_format()
309 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_show_format()
H A Dcapture.c8277 u64 fps, timestamp0, timestamp1; in rkcif_monitor_reset_event() local
8309 timestamp1 = stream->fps_stats.frm1_timestamp; in rkcif_monitor_reset_event()
8312 fps = timestamp0 > timestamp1 ? in rkcif_monitor_reset_event()
8313 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_monitor_reset_event()
9222 u64 fps, timestamp0, timestamp1, diff_time; in rkcif_is_reduced_frame_rate() local
9231 timestamp1 = stream->fps_stats.frm1_timestamp; in rkcif_is_reduced_frame_rate()
9234 fps = timestamp0 > timestamp1 ? in rkcif_is_reduced_frame_rate()
9235 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_is_reduced_frame_rate()
9245 time_distance = timestamp0 > timestamp1 ? in rkcif_is_reduced_frame_rate()
9246 cur_time - timestamp0 : cur_time - timestamp1; in rkcif_is_reduced_frame_rate()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dpmcraid.h401 __le32 timestamp1; member
H A Dpmcraid.c1533 (le32_to_cpu(pinstance->ccn.hcam->timestamp1) | in pmcraid_handle_config_change()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pno.c96 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument
98 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pno.c102 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument
104 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pno.c101 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument
103 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pno.c102 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument
104 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pno.c101 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument
103 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pno.c101 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument
103 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument