OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frame_end
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.cc
20
double
frame_end
= end_time.tv_sec * kMicroSecondsPerSecond +
local
22
double dt =
frame_end
- frame_start_;
/external/bluetooth/bluedroid/hci/src/
hci_h4.c
453
uint8_t
frame_end
=TRUE;
local
468
frame_end
= FALSE;
526
if (
frame_end
== TRUE)
531
return
frame_end
;
[
all
...]
hci_mct.c
448
uint8_t
frame_end
=TRUE;
local
463
frame_end
= FALSE;
521
if (
frame_end
== TRUE)
526
return
frame_end
;
[
all
...]
/external/qemu/tcg/
tcg.h
298
tcg_target_long
frame_end
;
member in struct:TCGContext
Completed in 505 milliseconds