Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp926 std::vector<int32_t> videoFrameRates = output->GetVideoProfile()->GetFrameRates(); in AdaptOutputVideoHighFrameRate() local
927 CHECK_ERROR_RETURN_RET_LOG(videoFrameRates.empty(), CameraErrorCode::INVALID_ARGUMENT, in AdaptOutputVideoHighFrameRate()
929 if (videoFrameRates[0] == FRAMERATE_120 || videoFrameRates[0] == FRAMERATE_240) { in AdaptOutputVideoHighFrameRate()