Home
last modified time | relevance | path

Searched refs:h264_avctx (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimm5.c27 AVCodecContext *h264_avctx; // wrapper context for H264 member
60 ctx->h264_avctx = avcodec_alloc_context3(codec); in imm5_init()
61 if (!ctx->h264_avctx) in imm5_init()
63 ctx->h264_avctx->thread_count = 1; in imm5_init()
64 ctx->h264_avctx->flags = avctx->flags; in imm5_init()
65 ctx->h264_avctx->flags2 = avctx->flags2; in imm5_init()
66 ret = avcodec_open2(ctx->h264_avctx, codec, NULL); in imm5_init()
91 AVCodecContext *codec_avctx = ctx->h264_avctx; in imm5_decode_frame()
167 avcodec_flush_buffers(ctx->h264_avctx); in imm5_flush()
175 avcodec_free_context(&ctx->h264_avctx); in imm5_close()