HomeSort by relevance Sort by last modified time
    Searched defs:stream_index (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/media/video/capture/win/
capability_list_win.h 22 : stream_index(index),
25 int stream_index; member in struct:media::VideoCaptureCapabilityWin
video_capture_device_factory_win.cc 299 DWORD stream_index = 0; local
302 kFirstVideoStream, stream_index, type.Receive()))) {
334 ++stream_index;
video_capture_device_mf_win.cc 71 DWORD stream_index = 0; local
74 for (hr = source->GetNativeMediaType(kFirstVideoStream, stream_index,
77 hr = source->GetNativeMediaType(kFirstVideoStream, stream_index,
79 VideoCaptureCapabilityWin capability(stream_index++);
122 STDMETHOD(OnReadSample)(HRESULT status, DWORD stream_index,
147 STDMETHOD(OnFlush)(DWORD stream_index) {
155 STDMETHOD(OnEvent)(DWORD stream_index, IMFMediaEvent* event) {
262 kFirstVideoStream, found_capability.stream_index, type.Receive());
  /external/chromium_org/media/cast/test/
fake_media_source.cc 408 int stream_index = static_cast<int>(packet->stream_index); local
409 if (stream_index == audio_stream_index_) {
411 } else if (stream_index == video_stream_index_) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
dual_stream_unittest.cc 248 bool DualStreamTest::EqualTimestamp(int stream_index, int position) {
249 if (timestamp_dual_[stream_index][position]
250 != timestamp_ref_[stream_index][position]) {
256 int DualStreamTest::EqualPayloadLength(int stream_index, int position) {
258 payload_len_dual_[stream_index][position]
259 - payload_len_ref_[stream_index][position]);
262 bool DualStreamTest::EqualPayloadData(int stream_index, int position) {
264 payload_len_dual_[stream_index][position]
265 == payload_len_ref_[stream_index][position]);
267 for (int n = 0; n < payload_len_dual_[stream_index][position]; n++)
302 int stream_index; local
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 109 std::vector<scoped_refptr<PluginStream> >::iterator stream_index;
110 for (stream_index = open_streams_.begin();
111 stream_index != open_streams_.end(); ++stream_index) {
112 if (stream_index->get() == stream) {
113 open_streams_.erase(stream_index);
120 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local
121 for (stream_index = open_streams_.begin();
122 stream_index != open_streams_.end(); ++stream_index) {
554 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local
684 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local
    [all...]
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 190 int stream_index = static_cast<int>(packet->stream_index); local
192 if (stream_index == audio_stream_index_) {
197 } else if (stream_index == video_stream_index_) {
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 135 int stream_index) const {
138 stream_index == 0 ? data_size_[1] + sizeof(SimpleFileEOF) : 0;
143 int stream_index) const {
144 return GetOffsetInFile(key, data_size_[stream_index], stream_index);
148 int stream_index) const {
149 const int file_index = GetFileIndexFromStreamIndex(stream_index);
153 return GetOffsetInFile(key, eof_data_offset, stream_index);
638 const int stream_index = it->index; local
639 const int file_index = GetFileIndexFromStreamIndex(stream_index);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 210 size_t stream_index = 0; local
214 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size());
217 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
218 EXPECT_EQ(options.streams[stream_index++].id, audio->id());
222 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size());
225 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
226 EXPECT_EQ(options.streams[stream_index++].id, video->id());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 32 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_dec
45 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_enc
373 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:__anon20383
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 32 WebRtc_UWord16 stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_dec
44 WebRtc_UWord16 stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_enc
372 WebRtc_UWord16 stream_index; /* Index to the current position in bytestream */ member in struct:__anon17105
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 30 uint32_t stream_index; member in struct:Bitstreamstruct
427 uint32_t stream_index; member in struct:__anon20405
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 31 WebRtc_UWord32 stream_index; member in struct:Bitstreamstruct
428 WebRtc_UWord32 stream_index; member in struct:__anon17128

Completed in 827 milliseconds