Searched defs:TestSample (Results 1 – 1 of 1) sorted by relevance
63 struct TestSample { struct64 std::shared_ptr<Player> adapter;65 pthread_t process;66 pthread_mutex_t mutex;67 bool isThreadRunning;68 int32_t sourceType;69 char filePath[PATH_MAX + 1];70 int64_t fileSize;71 int32_t pauseAfterPlay;72 Surface *surface;[all …]