Lines Matching refs:codec_avctx
91 AVCodecContext *codec_avctx = ctx->h264_avctx; in imm5_decode_frame() local
101 codec_avctx = ctx->hevc_avctx; in imm5_decode_frame()
136 ret = avcodec_send_packet(codec_avctx, avpkt); in imm5_decode_frame()
142 ret = avcodec_receive_frame(codec_avctx, frame); in imm5_decode_frame()
146 avctx->pix_fmt = codec_avctx->pix_fmt; in imm5_decode_frame()
147 avctx->coded_width = codec_avctx->coded_width; in imm5_decode_frame()
148 avctx->coded_height = codec_avctx->coded_height; in imm5_decode_frame()
149 avctx->width = codec_avctx->width; in imm5_decode_frame()
150 avctx->height = codec_avctx->height; in imm5_decode_frame()
151 avctx->bit_rate = codec_avctx->bit_rate; in imm5_decode_frame()
152 avctx->colorspace = codec_avctx->colorspace; in imm5_decode_frame()
153 avctx->color_range = codec_avctx->color_range; in imm5_decode_frame()
154 avctx->color_trc = codec_avctx->color_trc; in imm5_decode_frame()
155 avctx->color_primaries = codec_avctx->color_primaries; in imm5_decode_frame()
156 avctx->chroma_sample_location = codec_avctx->chroma_sample_location; in imm5_decode_frame()