Lines Matching defs:avctx
76 void ff_mediacodec_sw_buffer_copy_yuv420_planar(AVCodecContext *avctx,
92 height = avctx->height;
97 height = avctx->height / 2;
117 width = avctx->width;
119 width = FFMIN(frame->linesize[i], FFALIGN(avctx->width, 2) / 2);
131 void ff_mediacodec_sw_buffer_copy_yuv420_semi_planar(AVCodecContext *avctx,
146 height = avctx->height;
151 height = avctx->height / 2;
165 width = avctx->width;
167 width = FFMIN(frame->linesize[i], FFALIGN(avctx->width, 2));
181 void ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar(AVCodecContext *avctx,
196 height = avctx->height;
198 height = avctx->height / 2;
213 width = avctx->width;
215 width = FFMIN(frame->linesize[i], FFALIGN(avctx->width, 2));
272 void ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka(AVCodecContext *avctx,