• Home
  • Raw
  • Download

Lines Matching refs:AV_LOG_ERROR

132         av_log(avctx, AV_LOG_ERROR, "Unable to open the encoder: %s\n",  in aac_encode_init()
141 av_log(avctx, AV_LOG_ERROR, "Unable to set the AOT %d: %s\n", in aac_encode_init()
149 av_log(avctx, AV_LOG_ERROR, "Unable to enable SBR for ELD: %s\n", in aac_encode_init()
157 av_log(avctx, AV_LOG_ERROR, "Unable to set the sample rate %d: %s\n", in aac_encode_init()
170 av_log(avctx, AV_LOG_ERROR, "Unable to enable ELDv2: %s\n", in aac_encode_init()
205 av_log(avctx, AV_LOG_ERROR, in aac_encode_init()
212 av_log(avctx, AV_LOG_ERROR, in aac_encode_init()
219 av_log(avctx, AV_LOG_ERROR, in aac_encode_init()
237 av_log(avctx, AV_LOG_ERROR, "Unable to set the VBR bitrate mode %d: %s\n", in aac_encode_init()
256 av_log(avctx, AV_LOG_ERROR, "Unable to set the bitrate %"PRId64": %s\n", in aac_encode_init()
267 av_log(avctx, AV_LOG_ERROR, "Unable to set the transmux format: %s\n", in aac_encode_init()
275 av_log(avctx, AV_LOG_ERROR, "Unable to set header period: %s\n", in aac_encode_init()
289 av_log(avctx, AV_LOG_ERROR, "Unable to set signaling mode %d: %s\n", in aac_encode_init()
296 av_log(avctx, AV_LOG_ERROR, "Unable to set afterburner to %d: %s\n", in aac_encode_init()
303 av_log(avctx, AV_LOG_ERROR, "cutoff valid range is %d-20000\n", in aac_encode_init()
309 av_log(avctx, AV_LOG_ERROR, "Unable to set the encoder bandwidth to %d: %s\n", in aac_encode_init()
316 av_log(avctx, AV_LOG_ERROR, "Unable to initialize the encoder: %s\n", in aac_encode_init()
322 av_log(avctx, AV_LOG_ERROR, "Unable to get encoder info: %s\n", in aac_encode_init()
411 av_log(avctx, AV_LOG_ERROR, "Unable to encode frame: %s\n", in aac_encode_frame()