Searched refs:WindowState (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | window_test.cc | 47 struct WindowState state; in TF_LITE_MICRO_TEST() 66 struct WindowState state; in TF_LITE_MICRO_TEST() 85 struct WindowState state; in TF_LITE_MICRO_TEST() 108 struct WindowState state; in TF_LITE_MICRO_TEST() 124 struct WindowState state; in TF_LITE_MICRO_TEST() 151 struct WindowState state; in TF_LITE_MICRO_TEST()
|
D | window.h | 27 struct WindowState { struct 40 int WindowProcessSamples(struct WindowState* state, const int16_t* samples, argument 43 void WindowReset(struct WindowState* state);
|
D | window_io.h | 26 void WindowWriteMemmapPreamble(FILE* fp, const struct WindowState* state); 27 void WindowWriteMemmap(FILE* fp, const struct WindowState* state,
|
D | window_util.h | 36 struct WindowState* state, int sample_rate); 39 void WindowFreeStateContents(struct WindowState* state);
|
D | window_io.c | 17 void WindowWriteMemmapPreamble(FILE* fp, const struct WindowState* state) { in WindowWriteMemmapPreamble() 32 void WindowWriteMemmap(FILE* fp, const struct WindowState* state, in WindowWriteMemmap()
|
D | window_util.c | 28 struct WindowState* state, int sample_rate) { in WindowPopulateState() 67 void WindowFreeStateContents(struct WindowState* state) { in WindowFreeStateContents()
|
D | window.c | 19 int WindowProcessSamples(struct WindowState* state, const int16_t* samples, in WindowProcessSamples() 65 void WindowReset(struct WindowState* state) { in WindowReset()
|
D | frontend.h | 33 struct WindowState window;
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | window_test.cc | 50 struct WindowState state; in TF_LITE_MICRO_TEST() 70 struct WindowState state; in TF_LITE_MICRO_TEST() 90 struct WindowState state; in TF_LITE_MICRO_TEST() 114 struct WindowState state; in TF_LITE_MICRO_TEST() 131 struct WindowState state; in TF_LITE_MICRO_TEST() 159 struct WindowState state; in TF_LITE_MICRO_TEST()
|
D | window.h | 25 struct WindowState { struct 38 int WindowProcessSamples(struct WindowState* state, const int16_t* samples, argument 41 void WindowReset(struct WindowState* state);
|
D | window_util.h | 35 struct WindowState* state, int sample_rate); 38 void WindowFreeStateContents(struct WindowState* state);
|
D | window.cc | 19 int WindowProcessSamples(struct WindowState* state, const int16_t* samples, in WindowProcessSamples() 65 void WindowReset(struct WindowState* state) { in WindowReset()
|
D | frontend.h | 29 struct WindowState window;
|
D | window_util.cc | 33 struct WindowState* state, int sample_rate) { in WindowPopulateState()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidRenderActivity.hpp | 108 enum WindowState enum 157 WindowState m_windowState;
|