Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c173 goto failed; in lv_ffmpeg_player_set_src()
179 goto failed; in lv_ffmpeg_player_set_src()
211 failed: in lv_ffmpeg_player_set_src()
405 goto failed; in ffmpeg_output_video_frame()
465 failed: in ffmpeg_output_video_frame()
590 goto failed; in ffmpeg_get_image_header()
598 goto failed; in ffmpeg_get_image_header()
604 goto failed; in ffmpeg_get_image_header()
621 failed: in ffmpeg_get_image_header()
735 goto failed; in ffmpeg_open_file()
[all …]
/lvgl-latest/src/libs/libpng/
Dlv_libpng.c226 goto failed; in alloc_file()
231 goto failed; in alloc_file()
236 goto failed; in alloc_file()
243 goto failed; in alloc_file()
257 failed: in alloc_file()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c281 goto failed; in decoder_open_file()
292 goto failed; in decoder_open_file()
304 goto failed; in decoder_open_file()
316 goto failed; in decoder_open_file()
329 failed: in decoder_open_file()
/lvgl-latest/tests/unity/
Dunity.c739 int failed = 0; in UnityAssertGreaterOrLessOrEqualNumber() local
743 if ((threshold == actual)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
747 if ((actual > threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
748 if ((actual < threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
752 …if (((UNITY_UINT)actual > (UNITY_UINT)threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
753 …if (((UNITY_UINT)actual < (UNITY_UINT)threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
756 if (failed) in UnityAssertGreaterOrLessOrEqualNumber()
1058 int failed; in UnityAssertGreaterOrLessFloat() local
1062 failed = 0; in UnityAssertGreaterOrLessFloat()
1065 if (!(actual < threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessFloat()
[all …]
/lvgl-latest/src/libs/libjpeg_turbo/
Dlv_libjpeg_turbo.c228 goto failed; in read_file()
233 goto failed; in read_file()
238 goto failed; in read_file()
245 goto failed; in read_file()
259 failed: in read_file()
/lvgl-latest/src/font/
Dlv_binfont_loader.c510 bool failed = false; in lvgl_load_font() local
517 failed = true; in lvgl_load_font()
525 failed = true; in lvgl_load_font()
530 failed = true; in lvgl_load_font()
533 if(failed) { in lvgl_load_font()
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst276 LV_LOG_ERROR("display draw buffer malloc failed");
282 LV_LOG_ERROR("display buffer malloc failed");
Dgen_mipi.rst148 LV_LOG_ERROR("display draw buffer malloc failed");
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst70 occurs, the target that failed and those that depend on it cannot be
/lvgl-latest/docs/details/main-components/
Dimage.rst304 …* @return LV_RESULT_OK: ok; LV_RESULT_INVALID: failed or there is nothing left to deco…
/lvgl-latest/docs/
DCHANGELOG.rst305 - **fix(nuttx): fix assert failed due to wrong color format** `6160 <https://github.com/lvgl/lvgl/p…
309 - **fix(tests): fix check failed for `-Wno-c++11-extensions`** `6154 <https://github.com/lvgl/lvgl/…