Lines Matching refs:height
175 int height = player->ffmpeg_ctx->video_dec_ctx->height; in lv_ffmpeg_player_set_src() local
179 data_size = width * height * LV_IMG_PX_SIZE_ALPHA_BYTE; in lv_ffmpeg_player_set_src()
182 data_size = width * height * LV_COLOR_SIZE / 8; in lv_ffmpeg_player_set_src()
187 player->imgdsc.header.h = height; in lv_ffmpeg_player_set_src()
391 int height = ffmpeg_ctx->video_dec_ctx->height; in ffmpeg_output_video_frame() local
395 || frame->height != height in ffmpeg_output_video_frame()
407 height, in ffmpeg_output_video_frame()
409 frame->width, frame->height, in ffmpeg_output_video_frame()
421 ffmpeg_ctx->video_dec_ctx->pix_fmt, width, height); in ffmpeg_output_video_frame()
435 if((width & 0x7) || (height & 0x7)) { in ffmpeg_output_video_frame()
439 width, height); in ffmpeg_output_video_frame()
445 width, height, ffmpeg_ctx->video_dec_ctx->pix_fmt, in ffmpeg_output_video_frame()
446 width, height, ffmpeg_ctx->video_dst_pix_fmt, in ffmpeg_output_video_frame()
467 height, in ffmpeg_output_video_frame()
605 header->h = video_dec_ctx->height; in ffmpeg_get_img_header()
737 ffmpeg_ctx->video_dec_ctx->height, in ffmpeg_image_allocate()
752 ffmpeg_ctx->video_dec_ctx->height, in ffmpeg_image_allocate()