Searched refs:currentDecoderRate (Results 1 – 1 of 1) sorted by relevance
97 float currentDecoderRate = mVideoDecoders[i]->getPlaybackFrameRate(); in startDecoders() local98 if (std::fabs(decoder0Rate - currentDecoderRate) > std::numeric_limits<float>::epsilon()) { in startDecoders()100 << "), frame rates - " << decoder0Rate << ", " << currentDecoderRate; in startDecoders()