Searched refs:encode_thread (Results 1 – 1 of 1) sorted by relevance
153 static pthread_t encode_thread; variable1969 pthread_create(&encode_thread, NULL, storage_task_thread, NULL); in encode_frames()2026 pthread_join(encode_thread, (void **)&ret); in encode_frames()