Lines Matching defs:threadId
414 void RunMuxer(const string testcaseName, int threadId, OH_AVOutputFormat format)
417 string fileName = testcaseName + "_" + to_string(threadId);
419 cout << "thread id is: " << threadId << ", cur file name is: " << fileName << endl;
426 cout << "thread id is: " << threadId << ", fd is: " << fd << endl;
429 cout << "thread id is: " << threadId << ", handle is: " << handle << endl;
433 cout << "thread id is: " << threadId << ", format is: " << format << endl;
438 cout << "thread id is: " << threadId << ", format is: " << format << endl;
444 cout << "thread id is: " << threadId << ", audio track id is: " << audioTrackId <<
448 cout << "thread id is: " << threadId << ", Start ret is:" << ret << endl;
453 cout << "thread id is: " << threadId << ", Stop ret is:" << ret << endl;
456 cout << "thread id is: " << threadId << ", Destroy ret is:" << ret << endl;
458 testResult[threadId] = AV_ERR_OK;