Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.cc119 size_t stream_idx) in AdapterEncodedImageCallback() argument
120 : adapter_(adapter), stream_idx_(stream_idx) {} in AdapterEncodedImageCallback()
253 for (size_t stream_idx = 0; stream_idx < streaminfos_.size(); ++stream_idx) { in Encode() local
254 if (streaminfos_[stream_idx].key_frame_request && in Encode()
255 streaminfos_[stream_idx].send_stream) { in Encode()
263 for (size_t stream_idx = 0; stream_idx < streaminfos_.size(); ++stream_idx) { in Encode() local
265 if (!streaminfos_[stream_idx].send_stream) in Encode()
271 streaminfos_[stream_idx].key_frame_request = false; in Encode()
276 int dst_width = streaminfos_[stream_idx].width; in Encode()
277 int dst_height = streaminfos_[stream_idx].height; in Encode()
[all …]
Dvp8_impl.cc270 size_t stream_idx = encoders_.size() - 1; in SetRates() local
271 for (size_t i = 0; i < encoders_.size(); ++i, --stream_idx) { in SetRates()
273 SetStreamState(stream_bitrates[stream_idx] > 0, stream_idx); in SetRates()
275 unsigned int target_bitrate = stream_bitrates[stream_idx]; in SetRates()
291 temporal_layers_[stream_idx]->ConfigureBitrates( in SetRates()
306 int stream_idx) { in SetStreamState() argument
307 if (send_stream && !send_stream_[stream_idx]) { in SetStreamState()
309 key_frame_request_[stream_idx] = true; in SetStreamState()
311 send_stream_[stream_idx] = send_stream; in SetStreamState()
559 int stream_idx = encoders_.size() - 1; in InitEncode() local
[all …]
Dsimulcast_encoder_adapter.h53 int32_t Encoded(size_t stream_idx,
97 uint32_t GetStreamBitrate(int stream_idx,
Dvp8_impl.h82 int stream_idx,
90 void SetStreamState(bool send_stream, int stream_idx);
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc298 for (int64 stream_idx = begin; stream_idx < end; stream_idx++) { in Compute() local
299 const Tensor& bucket_boundaries_t = bucket_boundaries_list[stream_idx]; in Compute()
306 streams_resource->set_boundaries(result, stream_idx); in Compute()
353 for (int64 stream_idx = begin; stream_idx < end; ++stream_idx) { in Compute() local
354 QuantileStream* stream = stream_resource->stream(stream_idx); in Compute()
359 stream_idx); in Compute()
409 for (int64 stream_idx = begin; stream_idx < end; stream_idx++) { in Compute() local
410 const auto& boundaries = stream_resource->boundaries(stream_idx); in Compute()
414 stream_idx, {static_cast<int64>(boundaries.size())}, in Compute()
/external/webrtc/webrtc/video/
Dpayload_router.cc69 int stream_idx = 0; in RoutePayload() local
71 stream_idx = rtp_video_hdr->simulcastIdx; in RoutePayload()
72 return rtp_modules_[stream_idx]->SendOutgoingData( in RoutePayload()