HomeSort by relevance Sort by last modified time
    Searched refs:stream_idx (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 119 size_t stream_idx)
120 : adapter_(adapter), stream_idx_(stream_idx) {}
253 for (size_t stream_idx = 0; stream_idx < streaminfos_.size(); ++stream_idx) {
254 if (streaminfos_[stream_idx].key_frame_request &&
255 streaminfos_[stream_idx].send_stream) {
263 for (size_t stream_idx = 0; stream_idx < streaminfos_.size(); ++stream_idx) {
    [all...]
vp8_impl.cc 270 size_t stream_idx = encoders_.size() - 1; local
271 for (size_t i = 0; i < encoders_.size(); ++i, --stream_idx) {
273 SetStreamState(stream_bitrates[stream_idx] > 0, stream_idx);
275 unsigned int target_bitrate = stream_bitrates[stream_idx];
291 temporal_layers_[stream_idx]->ConfigureBitrates(
306 int stream_idx) {
307 if (send_stream && !send_stream_[stream_idx]) {
309 key_frame_request_[stream_idx] = true;
311 send_stream_[stream_idx] = send_stream
559 int stream_idx = encoders_.size() - 1; local
859 size_t stream_idx = encoders_.size() - 1; local
956 int stream_idx = static_cast<int>(encoders_.size()) - 1; local
    [all...]
simulcast_encoder_adapter.h 53 int32_t Encoded(size_t stream_idx,
93 // Get the stream bitrate, for the stream |stream_idx|, given the bitrate
97 uint32_t GetStreamBitrate(int stream_idx,
vp8_impl.h 82 int stream_idx,
89 // Set the stream state for stream |stream_idx|.
90 void SetStreamState(bool send_stream, int stream_idx);
  /external/webrtc/webrtc/video/
payload_router.cc 69 int stream_idx = 0; local
71 stream_idx = rtp_video_hdr->simulcastIdx;
72 return rtp_modules_[stream_idx]->SendOutgoingData(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h     [all...]
d3d11.idl     [all...]
d3dx9mesh.h     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1828 DWORD string_idx, stream_idx; local
1873 unsigned stream_idx; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.h 328 void addToPPFeatureMask(int stream_format, uint32_t stream_idx);
QCamera3HWI.cpp     [all...]

Completed in 538 milliseconds