Searched refs:totalFrames (Results 1 – 3 of 3) sorted by relevance
190 int totalFrames = 0;193 totalFrames += bucket.getFrameCount();196 return totalFrames;
111 int totalFrames = mInputLength / frameSize; in convertyuv420ptoyuv420sp() local115 for (int i = 0; i < totalFrames; i++) { in convertyuv420ptoyuv420sp()
909 String encoderName, MediaFormat format, int totalFrames, int runId) { in runEncoder() argument947 if (inFramesCount < totalFrames) { in runEncoder()952 boolean eos = (inFramesCount == totalFrames - 1 in runEncoder()