Lines Matching refs:width
174 int width = player->ffmpeg_ctx->video_dec_ctx->width; 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()
186 player->imgdsc.header.w = width; in lv_ffmpeg_player_set_src()
390 int width = ffmpeg_ctx->video_dec_ctx->width; in ffmpeg_output_video_frame() local
394 if(frame->width != width in ffmpeg_output_video_frame()
406 width, 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()
452 int lv_linesize = sizeof(lv_color_t) * width; in ffmpeg_output_video_frame()
604 header->w = video_dec_ctx->width; in ffmpeg_get_img_header()
736 ffmpeg_ctx->video_dec_ctx->width, in ffmpeg_image_allocate()
751 ffmpeg_ctx->video_dec_ctx->width, in ffmpeg_image_allocate()