Lines Matching refs:LV_LOG_ERROR
163 LV_LOG_ERROR("ffmpeg file open failed: %s", path); in lv_ffmpeg_player_set_src()
168 LV_LOG_ERROR("ffmpeg image allocate failed"); in lv_ffmpeg_player_set_src()
217 LV_LOG_ERROR("ffmpeg_ctx is NULL"); in lv_ffmpeg_player_set_cmd()
245 LV_LOG_ERROR("Error cmd: %d", cmd); in lv_ffmpeg_player_set_cmd()
270 LV_LOG_ERROR("ffmpeg can't get image header"); in decoder_info()
293 LV_LOG_ERROR("ffmpeg image allocate failed"); in decoder_open()
300 LV_LOG_ERROR("ffmpeg update frame failed"); in decoder_open()
354 LV_LOG_ERROR("ffmpeg video dst data is NULL"); in ffmpeg_get_img_data()
401 LV_LOG_ERROR("Width, height and pixel format have to be " in ffmpeg_output_video_frame()
483 LV_LOG_ERROR("Error submitting a packet for decoding (%s)", in ffmpeg_decode_packet()
501 LV_LOG_ERROR("Error during decoding (%s)", av_err2str(ret)); in ffmpeg_decode_packet()
532 LV_LOG_ERROR("Could not find %s stream in input file", in ffmpeg_open_codec_context()
543 LV_LOG_ERROR("Failed to find %s codec", in ffmpeg_open_codec_context()
551 LV_LOG_ERROR("Failed to allocate the %s codec context", in ffmpeg_open_codec_context()
558 LV_LOG_ERROR( in ffmpeg_open_codec_context()
566 LV_LOG_ERROR("Failed to open %s codec", in ffmpeg_open_codec_context()
588 LV_LOG_ERROR("Could not open source file %s", filepath); in ffmpeg_get_img_header()
594 LV_LOG_ERROR("Could not find stream information"); in ffmpeg_get_img_header()
674 LV_LOG_ERROR("file path is empty"); in ffmpeg_open_file()
681 LV_LOG_ERROR("ffmpeg_ctx malloc failed"); in ffmpeg_open_file()
688 LV_LOG_ERROR("Could not open source file %s", path); in ffmpeg_open_file()
695 LV_LOG_ERROR("Could not find stream information"); in ffmpeg_open_file()
717 LV_LOG_ERROR("Could not find video stream in the input, aborting"); in ffmpeg_open_file()
742 LV_LOG_ERROR("Could not allocate src raw video buffer"); in ffmpeg_image_allocate()
757 LV_LOG_ERROR("Could not allocate dst raw video buffer"); in ffmpeg_image_allocate()
766 LV_LOG_ERROR("Could not allocate frame"); in ffmpeg_image_allocate()