Home | History | Annotate | Download | only in encode

Lines Matching full:encode_thread

153 static  pthread_t encode_thread;
1969 pthread_create(&encode_thread, NULL, storage_task_thread, NULL);
2026 pthread_join(encode_thread, (void **)&ret);