HomeSort by relevance Sort by last modified time
    Searched refs:time_queue (Results 1 - 7 of 7) sorted by null

  /external/opencv3/samples/directx/
d3dsample.hpp 54 static std::queue<int64> time_queue; local
58 time_queue.push(now);
60 if (time_queue.size() >= 2)
61 then = time_queue.front();
63 if (time_queue.size() >= 25)
64 time_queue.pop();
66 size_t sz = time_queue.size();
  /bionic/libc/kernel/uapi/sound/
asequencer.h 369 unsigned char time_queue; member in struct:snd_seq_port_info
  /external/kernel-headers/original/uapi/sound/
asequencer.h 463 unsigned char time_queue; /* queue # for timestamping */ member in struct:snd_seq_port_info
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 367 unsigned char time_queue; member in struct:snd_seq_port_info
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 462 unsigned char time_queue; /* queue # for timestamping */ member in struct:snd_seq_port_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 462 unsigned char time_queue; /* queue # for timestamping */ member in struct:snd_seq_port_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asequencer.h 462 unsigned char time_queue; /* queue # for timestamping */ member in struct:snd_seq_port_info

Completed in 553 milliseconds