Lines Matching full:read
134 LV_LOG_WARN("Read file header failed: %d", res); in lv_bin_decoder_info()
149 /*File is always read to buf, thus data can be modified.*/ in lv_bin_decoder_info()
331 if(dsc->decoded == NULL) return LV_RESULT_OK; /*Need to read via get_area_cb*/ in lv_bin_decoder_open()
423 /*We only support read line by line for now*/ in lv_bin_decoder_get_area()
586 /*read palette for indexed image*/ in decode_indexed()
596 LV_LOG_WARN("Read palette failed: %d", res); in decode_indexed()
624 LV_LOG_WARN("Read indexed image failed: %d", res); in decode_indexed()
682 /*It needs to be read by get_area_cb later*/ in decode_indexed()
747 LV_LOG_WARN("Read palette failed: %d", res); in load_indexed()
765 LV_LOG_WARN("Read indexed image failed: %d", res); in load_indexed()
797 LV_LOG_ERROR("No memory for rgb file read"); in decode_rgb()
806 LV_LOG_WARN("Read rgb file failed: %d", res); in decode_rgb()
863 LV_LOG_WARN("Read header failed: %d", res); in decode_alpha_only()
931 /*Read compress header*/ in decode_compressed()
935 LV_LOG_WARN("Read compressed header failed: %d", fs_res); in decode_compressed()
951 /*Continue to read the compressed data following compression header*/ in decode_compressed()
954 LV_LOG_WARN("Read compressed file failed: %d", fs_res); in decode_compressed()
966 /*Read compress header*/ in decode_compressed()