Lines Matching defs:avctx
44 int av_mediacodec_default_init(AVCodecContext *avctx, AVMediaCodecContext *ctx, void *surface)
49 env = ff_jni_get_env(avctx);
56 avctx->hwaccel_context = ctx;
58 av_log(avctx, AV_LOG_ERROR, "Could not create new global reference\n");
65 void av_mediacodec_default_free(AVCodecContext *avctx)
69 AVMediaCodecContext *ctx = avctx->hwaccel_context;
75 env = ff_jni_get_env(avctx);
85 av_freep(&avctx->hwaccel_context);
95 av_log(ctx->avctx, AV_LOG_DEBUG,
111 av_log(ctx->avctx, AV_LOG_DEBUG,
129 int av_mediacodec_default_init(AVCodecContext *avctx, AVMediaCodecContext *ctx, void *surface)
134 void av_mediacodec_default_free(AVCodecContext *avctx)