Home
last modified time | relevance | path

Searched refs:g_latest_audio_timestamp (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/arduino/
Daudio_provider.cc45 volatile int32_t g_latest_audio_timestamp = 0; variable
53 g_latest_audio_timestamp + in CaptureSamples()
57 g_latest_audio_timestamp * (kAudioSampleFrequency / 1000); in CaptureSamples()
63 g_latest_audio_timestamp = time_in_ms; in CaptureSamples()
73 while (!g_latest_audio_timestamp) { in InitAudioRecording()
118 int32_t LatestAudioTimestamp() { return g_latest_audio_timestamp; } in LatestAudioTimestamp()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Daudio_provider.cc22 int32_t g_latest_audio_timestamp = 0; variable
37 g_latest_audio_timestamp += 100; in LatestAudioTimestamp()
38 return g_latest_audio_timestamp; in LatestAudioTimestamp()
Daudio_provider_mock.cc23 int32_t g_latest_audio_timestamp = 0; variable
53 g_latest_audio_timestamp += 100; in LatestAudioTimestamp()
54 return g_latest_audio_timestamp; in LatestAudioTimestamp()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/disco_f746ng/
Daudio_provider.cc29 int32_t g_latest_audio_timestamp = 0; variable
113 g_latest_audio_timestamp + (sample_size / (kAudioSampleFrequency / 1000)); in CaptureSamples()
116 g_latest_audio_timestamp * (kAudioSampleFrequency / 1000); in CaptureSamples()
124 g_latest_audio_timestamp = time_in_ms; in CaptureSamples()
181 int32_t LatestAudioTimestamp() { return g_latest_audio_timestamp; } in LatestAudioTimestamp()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/osx/
Daudio_provider.cc29 int32_t g_latest_audio_timestamp = 0; variable
56 g_latest_audio_timestamp = time_in_ms; in OnAudioBufferFilledCallback()
139 int32_t LatestAudioTimestamp() { return g_latest_audio_timestamp; } in LatestAudioTimestamp()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/nxp_k66f/
Daudio_provider.cc92 int32_t g_latest_audio_timestamp = 0; variable
134 g_latest_audio_timestamp + (sample_size / (kAudioSampleFrequency / 1000)); in CaptureSamples()
137 g_latest_audio_timestamp * (kAudioSampleFrequency / 1000); in CaptureSamples()
144 g_latest_audio_timestamp = time_in_ms; in CaptureSamples()
380 int32_t LatestAudioTimestamp() { return g_latest_audio_timestamp; } in LatestAudioTimestamp()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/sparkfun_edge/
Daudio_provider.cc48 int32_t g_latest_audio_timestamp = 0; variable
238 g_latest_audio_timestamp = in am_adc_isr()
357 int32_t LatestAudioTimestamp() { return g_latest_audio_timestamp; } in LatestAudioTimestamp()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3evb/
Daudio_provider.cc58 int32_t g_latest_audio_timestamp = 0; variable
354 g_latest_audio_timestamp = in am_pdm0_isr()
525 int32_t LatestAudioTimestamp() { return g_latest_audio_timestamp; } in LatestAudioTimestamp()