Searched refs:failed (Results 1 – 5 of 5) sorted by relevance
164 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 …]
534 bool failed = false; in lvgl_load_font() local541 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()
736 int failed = 0; in UnityAssertGreaterOrLessOrEqualNumber() local740 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()
73 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.");
223 * @return LV_RES_OK: ok; LV_RES_INV: failed