Searched refs:video_stream_index_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/cast/test/
H A Dfake_media_source.h65 bool is_transcoding_video() const { return video_stream_index_ >= 0; }
127 int video_stream_index_; member in class:media::cast::FakeMediaSource
H A Dfake_media_source.cc63 video_stream_index_(-1),
161 if (video_stream_index_ != -1) {
164 video_stream_index_ = static_cast<int>(i);
411 } else if (stream_index == video_stream_index_) {
582 return av_format_context_->streams[video_stream_index_];
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc86 video_stream_index_(-1),
164 EXPECT_EQ(-1, video_stream_index_) << "Found multiple video streams.";
165 video_stream_index_ = static_cast<int>(i);
197 } else if (stream_index == video_stream_index_) {
344 bool has_video() { return video_stream_index_ >= 0; }
355 return av_format_context_->streams[video_stream_index_];
381 int video_stream_index_; member in class:media::FFmpegTest

Completed in 1612 milliseconds