Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_common.c202 enum pa_operation_state op_state; in ff_pulse_audio_get_devices() local
220 while ((op_state = pa_operation_get_state(pa_op)) == PA_OPERATION_RUNNING) in ff_pulse_audio_get_devices()
222 if (op_state != PA_OPERATION_DONE) in ff_pulse_audio_get_devices()
229 while ((op_state = pa_operation_get_state(pa_op)) == PA_OPERATION_RUNNING) in ff_pulse_audio_get_devices()
231 if (op_state != PA_OPERATION_DONE) in ff_pulse_audio_get_devices()
H A Dpulse_audio_enc.c124 enum pa_operation_state op_state; in pulse_update_sink_input_info() local
138 while ((op_state = pa_operation_get_state(op)) == PA_OPERATION_RUNNING) in pulse_update_sink_input_info()
141 if (op_state != PA_OPERATION_DONE) { in pulse_update_sink_input_info()

Completed in 3 milliseconds