Searched refs:rateRanges (Results 1 – 1 of 1) sorted by relevance
3491 std::vector<int32_t> rateRanges(LENGTH); in ParseVideoProfile() local3495 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()