Home
last modified time | relevance | path

Searched refs:on_fail (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtee.c43 SlaveFailurePolicy on_fail; member
85 tee_slave->on_fail = DEFAULT_SLAVE_FAILURE_POLICY; in parse_slave_failure_policy_option()
88 tee_slave->on_fail = ON_SLAVE_FAILURE_ABORT; in parse_slave_failure_policy_option()
91 tee_slave->on_fail = ON_SLAVE_FAILURE_IGNORE; in parse_slave_failure_policy_option()
95 tee_slave->on_fail = ON_SLAVE_FAILURE_ABORT; in parse_slave_failure_policy_option()
162 char *format = NULL, *select = NULL, *on_fail = NULL; in open_slave() local
188 PROCESS_OPTION("onfail", on_fail, in open_slave()
189 parse_slave_failure_policy_option(on_fail, tee_slave), in open_slave()
442 } else if (tee_slave->on_fail == ON_SLAVE_FAILURE_ABORT) { in tee_process_slave_failure()

Completed in 2 milliseconds