Searched refs:mRecordThread (Results 1 – 1 of 1) sorted by relevance
464 pthread_t mRecordThread; member in __anon08a452290111::DvrCallback575 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()576 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()