Searched refs:try_cache (Results 1 – 1 of 1) sorted by relevance
42 static lv_result_t try_cache(lv_image_decoder_dsc_t * dsc);107 if(try_cache(dsc) == LV_RESULT_OK) return LV_RESULT_OK; in lv_image_decoder_open()396 static lv_result_t try_cache(lv_image_decoder_dsc_t * dsc) in try_cache() function