Searched refs:videoFrameRates (Results 1 – 1 of 1) sorted by relevance
926 std::vector<int32_t> videoFrameRates = output->GetVideoProfile()->GetFrameRates(); in AdaptOutputVideoHighFrameRate() local927 CHECK_ERROR_RETURN_RET_LOG(videoFrameRates.empty(), CameraErrorCode::INVALID_ARGUMENT, in AdaptOutputVideoHighFrameRate()929 if (videoFrameRates[0] == FRAMERATE_120 || videoFrameRates[0] == FRAMERATE_240) { in AdaptOutputVideoHighFrameRate()