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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4VD_Tools.h 32 M4OSA_UInt32 stream_index; member in struct:__anon31027
  /external/chromium_org/media/video/capture/win/
capability_list_win.h 21 : stream_index(index),
24 int stream_index; member in struct:media::VideoCaptureCapabilityWin
video_capture_device_mf_win.cc 143 DWORD stream_index = 0; local
147 MF_SOURCE_READER_FIRST_VIDEO_STREAM, stream_index, type.Receive()))) {
148 VideoCaptureCapabilityWin capability(stream_index++);
209 STDMETHOD(OnReadSample)(HRESULT status, DWORD stream_index,
235 STDMETHOD(OnFlush)(DWORD stream_index) {
243 STDMETHOD(OnEvent)(DWORD stream_index, IMFMediaEvent* event) {
375 MF_SOURCE_READER_FIRST_VIDEO_STREAM, found_capability.stream_index,
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 106 std::vector<scoped_refptr<PluginStream> >::iterator stream_index;
107 for (stream_index = open_streams_.begin();
108 stream_index != open_streams_.end(); ++stream_index) {
109 if (stream_index->get() == stream) {
110 open_streams_.erase(stream_index);
117 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local
118 for (stream_index = open_streams_.begin();
119 stream_index != open_streams_.end(); ++stream_index) {
549 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local
670 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/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 186 size_t stream_index = 0; local
190 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size());
193 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
194 EXPECT_EQ(options.streams[stream_index++].id, audio->id());
198 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size());
201 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
202 EXPECT_EQ(options.streams[stream_index++].id, video->id());
    [all...]
  /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:__anon30435
  /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:__anon30458

Completed in 369 milliseconds