Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3491 std::vector<int32_t> rateRanges(LENGTH); in ParseVideoProfile() local
3495 napi_get_value_int32(env, value, &rateRanges[0]); in ParseVideoProfile()
3498 napi_get_value_int32(env, value, &rateRanges[1]); in ParseVideoProfile()
3500 profile.framerates_ = rateRanges; in ParseVideoProfile()