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

/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc84 : av_format_context_(NULL),
123 av_format_context_ = glue_->format_context();
124 ASSERT_LE(0, avformat_find_stream_info(av_format_context_, NULL))
128 for (unsigned int i = 0; i < av_format_context_->nb_streams; ++i) {
129 AVStream* av_stream = av_format_context_->streams[i];
139 av_format_context_->duration).InMicroseconds();
144 for (unsigned int i = 0; i < av_format_context_->nb_streams; ++i) {
145 AVStream* av_stream = av_format_context_->streams[i];
186 if (av_read_frame(av_format_context_, packet.get()) < 0) {
338 EXPECT_GE(0, av_seek_frame(av_format_context_,
379 AVFormatContext* av_format_context_; member in class:media::FFmpegTest
[all...]
/external/chromium_org/media/cast/test/
H A Dfake_media_source.cc60 av_format_context_(NULL),
101 av_format_context_ = glue_->format_context();
102 if (avformat_find_stream_info(av_format_context_, NULL) < 0) {
108 for (unsigned int i = 0; i < av_format_context_->nb_streams; ++i) {
109 AVStream* av_stream = av_format_context_->streams[i];
396 CHECK(av_seek_frame(av_format_context_, -1, 0, AVSEEK_FLAG_BACKWARD) >= 0)
402 if (av_read_frame(av_format_context_, packet.get()) < 0) {
578 return av_format_context_->streams[audio_stream_index_];
582 return av_format_context_->streams[video_stream_index_];
H A Dfake_media_source.h121 AVFormatContext* av_format_context_; member in class:media::cast::FakeMediaSource

Completed in 96 milliseconds