Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c164 goto failed; in lv_ffmpeg_player_set_src()
170 goto failed; in lv_ffmpeg_player_set_src()
207 failed: in lv_ffmpeg_player_set_src()
411 goto failed; in ffmpeg_output_video_frame()
471 failed: in ffmpeg_output_video_frame()
589 goto failed; in ffmpeg_get_img_header()
595 goto failed; in ffmpeg_get_img_header()
612 failed: in ffmpeg_get_img_header()
682 goto failed; in ffmpeg_open_file()
689 goto failed; in ffmpeg_open_file()
[all …]
/lvgl-3.7.0/src/font/
Dlv_font_loader.c534 bool failed = false; in lvgl_load_font() local
541 failed = true; in lvgl_load_font()
549 failed = true; in lvgl_load_font()
554 failed = true; in lvgl_load_font()
557 if(failed) { in lvgl_load_font()
/lvgl-3.7.0/tests/unity/
Dunity.c736 int failed = 0; in UnityAssertGreaterOrLessOrEqualNumber() local
740 if ((threshold == actual)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
744 if ((actual > threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
745 if ((actual < threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
749 …if (((UNITY_UINT)actual > (UNITY_UINT)threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
750 …if (((UNITY_UINT)actual < (UNITY_UINT)threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
753 if (failed) in UnityAssertGreaterOrLessOrEqualNumber()
/lvgl-3.7.0/docs/get-started/platforms/
Dnxp.md73 PXP_COND_STOP(!lv_gpu_nxp_pxp_init(), "PXP init failed.");
159 VG_LITE_COND_STOP(vg_lite_init(64, 64) != VG_LITE_SUCCESS, "VGLite init failed.");
/lvgl-3.7.0/docs/overview/
Dimage.md223 * @return LV_RES_OK: ok; LV_RES_INV: failed