Searched defs:av_codec_context (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc146 AVCodecContext* av_codec_context = av_stream->codec; local
147 AVCodec* av_codec = avcodec_find_decoder(av_codec_context->codec_id);
151 << av_codec_context->codec_id;
153 av_codec_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
154 av_codec_context->thread_count = kDecodeThreads;
156 EXPECT_EQ(0, avcodec_open2(av_codec_context, av_codec, NULL))
158 << av_codec_context->codec_id;

Completed in 328 milliseconds