Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimm5.c28 AVCodecContext *hevc_avctx; // wrapper context for HEVC member
73 ctx->hevc_avctx = avcodec_alloc_context3(codec); in imm5_init()
74 if (!ctx->hevc_avctx) in imm5_init()
76 ctx->hevc_avctx->thread_count = 1; in imm5_init()
77 ctx->hevc_avctx->flags = avctx->flags; in imm5_init()
78 ctx->hevc_avctx->flags2 = avctx->flags2; in imm5_init()
79 ret = avcodec_open2(ctx->hevc_avctx, codec, NULL); in imm5_init()
101 codec_avctx = ctx->hevc_avctx; in imm5_decode_frame()
168 avcodec_flush_buffers(ctx->hevc_avctx); in imm5_flush()
176 avcodec_free_context(&ctx->hevc_avctx); in imm5_close()