Lines Matching refs:width
183 int width = player->ffmpeg_ctx->video_dec_ctx->width; in lv_ffmpeg_player_set_src() local
187 data_size = width * height * 4; in lv_ffmpeg_player_set_src()
189 player->imgdsc.header.w = width; in lv_ffmpeg_player_set_src()
193 player->imgdsc.header.stride = width * lv_color_format_get_size(player->imgdsc.header.cf); in lv_ffmpeg_player_set_src()
384 int width = ffmpeg_ctx->video_dec_ctx->width; in ffmpeg_output_video_frame() local
388 if(frame->width != width in ffmpeg_output_video_frame()
400 width, in ffmpeg_output_video_frame()
403 frame->width, frame->height, in ffmpeg_output_video_frame()
415 ffmpeg_ctx->video_dec_ctx->pix_fmt, width, height); in ffmpeg_output_video_frame()
429 if((width & 0x7) || (height & 0x7)) { in ffmpeg_output_video_frame()
433 width, height); in ffmpeg_output_video_frame()
439 width, height, ffmpeg_ctx->video_dec_ctx->pix_fmt, in ffmpeg_output_video_frame()
440 width, height, ffmpeg_ctx->video_dst_pix_fmt, in ffmpeg_output_video_frame()
446 int lv_linesize = lv_color_format_get_size(LV_COLOR_FORMAT_NATIVE) * width; in ffmpeg_output_video_frame()
613 header->w = video_dec_ctx->width; in ffmpeg_get_image_header()
808 ffmpeg_ctx->video_dec_ctx->width, in ffmpeg_image_allocate()
823 ffmpeg_ctx->video_dec_ctx->width, in ffmpeg_image_allocate()