Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc76 RTC_DCHECK_LT(stream_index, StreamCount()); in SetQpLimits()
91 size_t ScreenshareLayers::StreamCount() const { in StreamCount() function in webrtc::ScreenshareLayers
97 RTC_DCHECK_LT(stream_index, StreamCount()); in SupportsEncoderFrameDropping()
104 RTC_DCHECK_LT(stream_index, StreamCount()); in NextFrameConfig()
253 RTC_DCHECK_LT(stream_index, StreamCount()); in OnRatesUpdated()
297 RTC_DCHECK_LT(stream_index, StreamCount()); in OnEncodeDone()
494 RTC_DCHECK_LT(stream_index, StreamCount()); in UpdateConfiguration()
Ddefault_temporal_layers.cc267 RTC_DCHECK_LT(stream_index, StreamCount()); in SetQpLimits()
271 size_t DefaultTemporalLayers::StreamCount() const { in StreamCount() function in webrtc::DefaultTemporalLayers
277 RTC_DCHECK_LT(stream_index, StreamCount()); in SupportsEncoderFrameDropping()
286 RTC_DCHECK_LT(stream_index, StreamCount()); in OnRatesUpdated()
300 RTC_DCHECK_LT(stream_index, StreamCount()); in UpdateConfiguration()
358 RTC_DCHECK_LT(stream_index, StreamCount()); in NextFrameConfig()
485 RTC_DCHECK_LT(stream_index, StreamCount()); in OnEncodeDone()
Dscreenshare_layers.h41 size_t StreamCount() const override;
Ddefault_temporal_layers.h40 size_t StreamCount() const override;
Dlibvpx_vp8_encoder.cc872 RTC_DCHECK_LT(spatial_idx, frame_buffer_controller_->StreamCount()); in FrameDropThreshold()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc62 if (stream_assignment.StreamCount() == 1) { in GpuHloOrdering()
84 stream_assignment.StreamCount(), nullptr); in GpuHloOrdering()
199 if (stream_assignment.StreamCount() == 1) { in Build()
Dthunk_schedule.h72 int StreamCount() const { in StreamCount() function
74 return stream_assignment_->StreamCount(); in StreamCount()
Dstream_assignment.cc116 for (int stream_num = 0; stream_num < stream_assignment.StreamCount(); in ComputeStreamToAssign()
122 return stream_assignment.StreamCount(); in ComputeStreamToAssign()
Dstream_assignment.h29 int StreamCount() const { return stream_count_; } in StreamCount() function
Dthunk_schedule.cc97 int stream_count = stream_assignment_->StreamCount(); in RemoveRedundantDependencyEdges()
Dgpu_executable.cc148 sub_streams.reserve(thunk_schedule_->StreamCount() - 1); in ExecuteThunks()
149 while (sub_streams.size() + 1 < thunk_schedule_->StreamCount()) { in ExecuteThunks()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp75 uint32_t StreamCount = File.getNumStreams(); in discoverStreamPurposes() local
97 Streams.resize(StreamCount); in discoverStreamPurposes()
98 for (uint16_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in discoverStreamPurposes()
DDumpOutputStyle.cpp389 uint32_t StreamCount = getPdb().getNumStreams(); in dumpStreamSummary() local
392 for (uint16_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in dumpStreamSummary()
395 fmt_align(StreamIdx, AlignStyle::Right, NumDigits(StreamCount)), in dumpStreamSummary()
404 fmt_repeat(' ', NumDigits(StreamCount)), in dumpStreamSummary()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp126 uint32_t StreamCount = File.getNumStreams(); in dumpStreamSummary() local
142 for (uint16_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in dumpStreamSummary()
241 uint32_t StreamCount = File.getNumStreams(); in dumpStreamBlocks() local
242 for (uint32_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in dumpStreamBlocks()
252 uint32_t StreamCount = File.getNumStreams(); in dumpStreamData() local
258 if (DumpStreamNum >= StreamCount) in dumpStreamData()
/external/webrtc/api/video_codecs/
Dvp8_temporal_layers.h42 size_t StreamCount() const override;
Dvp8_frame_buffer_controller.h110 virtual size_t StreamCount() const = 0;
Dvp8_temporal_layers.cc42 size_t Vp8TemporalLayers::StreamCount() const { in StreamCount() function in webrtc::Vp8TemporalLayers
/external/adhd/cras/src/tests/
Dsystem_state_unittest.cc376 TEST(SystemSettingsStreamCount, StreamCount) { in TEST() argument