OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:av_codec_context
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc
146
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 66 milliseconds