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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddv_profile_internal.h23 * Print all allowed DV profiles into logctx at specified logging level.
25 void ff_dv_print_profiles(void *logctx, int loglevel);
H A Ddv_profile.c255 void ff_dv_print_profiles(void *logctx, int loglevel) argument
260 av_log(logctx, loglevel, "Frame size: %dx%d; pixel format: %s, "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h1904 * @param logctx the log context
1912 const char *filename, void *logctx,
1919 const char *filename, void *logctx,
H A Dutils.c376 const char *filename, void *logctx,
388 av_log(logctx, AV_LOG_ERROR,
434 av_log(logctx, AV_LOG_WARNING,
438 av_log(logctx, AV_LOG_DEBUG,
461 const char *filename, void *logctx,
464 int ret = av_probe_input_buffer2(pb, fmt, filename, logctx, offset, max_probe_size);
375 av_probe_input_buffer2(AVIOContext *pb, AVInputFormat **fmt, const char *filename, void *logctx, unsigned int offset, unsigned int max_probe_size) argument
460 av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt, const char *filename, void *logctx, unsigned int offset, unsigned int max_probe_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h1334 * @param logctx the log context
1341 const char *filename, void *logctx,
H A Dutils.c495 const char *filename, void *logctx,
543 av_log(logctx, AV_LOG_WARNING, "Format detected only with low score of %d, misdetection possible!\n", score);
545 av_log(logctx, AV_LOG_DEBUG, "Probed with size=%d and score=%d\n", probe_size, score);
494 av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt, const char *filename, void *logctx, unsigned int offset, unsigned int max_probe_size) argument

Completed in 149 milliseconds