HomeSort by relevance Sort by last modified time
    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 447 uint8_t frame_end=TRUE; local
462 frame_end = FALSE;
520 if (frame_end == TRUE)
525 return frame_end;
    [all...]
hci_mct.c 443 uint8_t frame_end=TRUE; local
458 frame_end = FALSE;
516 if (frame_end == TRUE)
521 return frame_end;
    [all...]
  /external/qemu/tcg/
tcg.h 475 intptr_t frame_end; member in struct:TCGContext

Completed in 216 milliseconds