Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.c195 if (avctx->debug & (FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE)) { in ff_print_debug_info2()
202 if (avctx->debug & FF_DEBUG_SKIP) { in ff_print_debug_info2()
H A Davcodec.h1329 #define FF_DEBUG_SKIP 0x00000080 macro
H A Doptions_table.h195 {"skip", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_SKIP }, INT_MIN, INT_MAX, V|D, "debug"},
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c407 ctx->debug |= FF_DEBUG_SKIP; in LLVMFuzzerTestOneInput()
505 ctx->debug &= ~(FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE); in LLVMFuzzerTestOneInput()
521 ctx->debug &= ~(FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE); in LLVMFuzzerTestOneInput()

Completed in 8 milliseconds