Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder.cc288 std::vector<DataRate> aggregated_spatial_bitrate( in CreateVideoLayersAllocation() local
310 aggregated_spatial_bitrate[0] += aggregated_temporal_bitrate; in CreateVideoLayersAllocation()
313 aggregated_spatial_bitrate[0]); in CreateVideoLayersAllocation()
335 aggregated_temporal_bitrate + aggregated_spatial_bitrate[ti]); in CreateVideoLayersAllocation()
336 aggregated_spatial_bitrate[ti] += aggregated_temporal_bitrate; in CreateVideoLayersAllocation()