Home
last modified time | relevance | path

Searched refs:DAST_NOT_READY (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddnn_interface.h48 DAST_NOT_READY, // all queued inferences are not finished enumerator
Dvf_derain.c84 } while (async_state == DAST_NOT_READY); in filter_frame()
Dvf_sr.c151 } while (async_state == DAST_NOT_READY); in filter_frame()
Dvf_dnn_classify.c232 } while (async_state >= DAST_NOT_READY); in dnn_classify_flush_frame()
Dvf_dnn_processing.c269 } while (async_state >= DAST_NOT_READY); in flush_frame()
Dvf_dnn_detect.c375 } while (async_state >= DAST_NOT_READY); in dnn_detect_flush_frame()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_common.c151 return DAST_NOT_READY; in ff_dnn_get_result_common()