Home
last modified time | relevance | path

Searched refs:currentDecoderRate (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoInputManager.cpp97 float currentDecoderRate = mVideoDecoders[i]->getPlaybackFrameRate(); in startDecoders() local
98 if (std::fabs(decoder0Rate - currentDecoderRate) > std::numeric_limits<float>::epsilon()) { in startDecoders()
100 << "), frame rates - " << decoder0Rate << ", " << currentDecoderRate; in startDecoders()