Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimm5.c91 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()
[all …]