Searched refs:profileCounter (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp79 static long profileCounter = 0; variable
138 if (profileCounter > 0) {
140 fIsAudio ? 'a' : 'v', decodingTime / profileCounter,
141 conversionTime / profileCounter, fFrame);
1311 profileCounter++;
1314 decodingTime / profileCounter, conversionTime / profileCounter,
1318 profileCounter = 0;

Completed in 58 milliseconds