Lines Matching refs:height
184 int height = player->ffmpeg_ctx->video_dec_ctx->height; in lv_ffmpeg_player_set_src() local
187 data_size = width * height * 4; in lv_ffmpeg_player_set_src()
190 player->imgdsc.header.h = height; in lv_ffmpeg_player_set_src()
385 int height = ffmpeg_ctx->video_dec_ctx->height; in ffmpeg_output_video_frame() local
389 || frame->height != height in ffmpeg_output_video_frame()
401 height, 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()
461 height, in ffmpeg_output_video_frame()
614 header->h = video_dec_ctx->height; in ffmpeg_get_image_header()
809 ffmpeg_ctx->video_dec_ctx->height, in ffmpeg_image_allocate()
824 ffmpeg_ctx->video_dec_ctx->height, in ffmpeg_image_allocate()