• Home
  • Raw
  • Download

Lines Matching refs:av_log

69     av_log(avctx, log_level, "Crossbar Switching Information for %s:\n", device_name);  in setup_crossbar_options()
72 av_log(avctx, AV_LOG_ERROR, "Unable to get crossbar pin counts\n"); in setup_crossbar_options()
84 av_log(avctx, log_level, "Routing video input from pin %d\n", video_input_pin); in setup_crossbar_options()
87av_log(avctx, AV_LOG_ERROR, "Unable to route video input from pin %d\n", video_input_pin); in setup_crossbar_options()
93 av_log(avctx, log_level, "Routing audio input from pin %d\n", audio_input_pin); in setup_crossbar_options()
96av_log(avctx, AV_LOG_ERROR, "Unable to route audio input from pin %d\n", audio_input_pin); in setup_crossbar_options()
101av_log(avctx, AV_LOG_WARNING, "Unexpected output pin type, please report the type if you want to u… in setup_crossbar_options()
106 av_log(avctx, AV_LOG_ERROR, "Unable to get crossbar is routed to from pin %d\n", i); in setup_crossbar_options()
109av_log(avctx, log_level, " Crossbar Output pin %d: \"%s\" related output pin: %ld ", i, GetPhysic… in setup_crossbar_options()
110 av_log(avctx, log_level, "current input pin: %ld ", route_to_pin); in setup_crossbar_options()
111 av_log(avctx, log_level, "compatible input pins: "); in setup_crossbar_options()
117 av_log(avctx, log_level ,"%d ", j); in setup_crossbar_options()
119 av_log(avctx, log_level, "\n"); in setup_crossbar_options()
127 av_log(avctx, AV_LOG_ERROR, "unable to get crossbar info audio input from pin %d\n", i); in setup_crossbar_options()
130av_log(avctx, log_level, " Crossbar Input pin %d - \"%s\" ", i, GetPhysicalPinName(pin_type)); in setup_crossbar_options()
131 av_log(avctx, log_level, "related input pin: %ld\n", related_pin); in setup_crossbar_options()
178 av_log(avctx, AV_LOG_WARNING, "unable to find a tv tuner to display dialog for!"); in ff_dshow_try_setup_crossbar_options()
190 av_log(avctx, AV_LOG_WARNING, "unable to find a tv audio tuner to display dialog for!"); in ff_dshow_try_setup_crossbar_options()