Home
last modified time | relevance | path

Searched refs:parser_avctx (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dtarget_dec_fuzzer.c169 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput() local
170 if (!ctx || !parser_avctx) in LLVMFuzzerTestOneInput()
193 av_free(parser_avctx); in LLVMFuzzerTestOneInput()
196 parser_avctx->codec_id = ctx->codec_id; in LLVMFuzzerTestOneInput()
224 int ret = av_parser_parse2(parser, parser_avctx, &avpkt.data, &avpkt.size, in LLVMFuzzerTestOneInput()
272 avcodec_free_context(&parser_avctx); in LLVMFuzzerTestOneInput()
273 av_freep(&parser_avctx); in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c174 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput() local
175 if (!ctx || !parser_avctx) in LLVMFuzzerTestOneInput()
255 av_free(parser_avctx); in LLVMFuzzerTestOneInput()
260 parser_avctx->codec_id = ctx->codec_id; in LLVMFuzzerTestOneInput()
294 int ret = av_parser_parse2(parser, parser_avctx, &avpkt.data, &avpkt.size, in LLVMFuzzerTestOneInput()
359 avcodec_free_context(&parser_avctx); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c190 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput() local
191 if (!ctx || !parser_avctx) in LLVMFuzzerTestOneInput()
271 av_free(parser_avctx); in LLVMFuzzerTestOneInput()
276 parser_avctx->codec_id = ctx->codec_id; in LLVMFuzzerTestOneInput()
310 int ret = av_parser_parse2(parser, parser_avctx, &avpkt.data, &avpkt.size, in LLVMFuzzerTestOneInput()
375 avcodec_free_context(&parser_avctx); in LLVMFuzzerTestOneInput()
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dtarget_dec_fuzzer.c209 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput() local
210 if (!ctx || !parser_avctx) in LLVMFuzzerTestOneInput()
290 av_free(parser_avctx); in LLVMFuzzerTestOneInput()
295 parser_avctx->codec_id = ctx->codec_id; in LLVMFuzzerTestOneInput()
328 int ret = av_parser_parse2(parser, parser_avctx, &avpkt->data, &avpkt->size, in LLVMFuzzerTestOneInput()
421 avcodec_free_context(&parser_avctx); in LLVMFuzzerTestOneInput()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dtarget_dec_fuzzer.c209 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput() local
210 if (!ctx || !parser_avctx) in LLVMFuzzerTestOneInput()
290 av_free(parser_avctx); in LLVMFuzzerTestOneInput()
295 parser_avctx->codec_id = ctx->codec_id; in LLVMFuzzerTestOneInput()
328 int ret = av_parser_parse2(parser, parser_avctx, &avpkt->data, &avpkt->size, in LLVMFuzzerTestOneInput()
421 avcodec_free_context(&parser_avctx); in LLVMFuzzerTestOneInput()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Ddashenc.c104 AVCodecContext *parser_avctx; member
640 avcodec_free_context(&os->parser_avctx); in dash_free()
1554 os->parser_avctx = avcodec_alloc_context3(NULL); in dash_init()
1555 if (!os->parser_avctx) in dash_init()
1557 ret = avcodec_parameters_to_context(os->parser_avctx, st->codecpar); in dash_init()
2142 av_parser_parse2(os->parser, os->parser_avctx, in dash_write_packet()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Ddashenc.c104 AVCodecContext *parser_avctx; member
640 avcodec_free_context(&os->parser_avctx); in dash_free()
1554 os->parser_avctx = avcodec_alloc_context3(NULL); in dash_init()
1555 if (!os->parser_avctx) in dash_init()
1557 ret = avcodec_parameters_to_context(os->parser_avctx, st->codecpar); in dash_init()
2142 av_parser_parse2(os->parser, os->parser_avctx, in dash_write_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Ddashenc.c104 AVCodecContext *parser_avctx; member
634 avcodec_free_context(&os->parser_avctx); in dash_free()
1517 os->parser_avctx = avcodec_alloc_context3(NULL); in dash_init()
1518 if (!os->parser_avctx) in dash_init()
1520 ret = avcodec_parameters_to_context(os->parser_avctx, st->codecpar); in dash_init()
2097 av_parser_parse2(os->parser, os->parser_avctx, in dash_write_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Ddashenc.c104 AVCodecContext *parser_avctx; member
640 avcodec_free_context(&os->parser_avctx); in dash_free()
1554 os->parser_avctx = avcodec_alloc_context3(NULL); in dash_init()
1555 if (!os->parser_avctx) in dash_init()
1557 ret = avcodec_parameters_to_context(os->parser_avctx, st->codecpar); in dash_init()
2141 av_parser_parse2(os->parser, os->parser_avctx, in dash_write_packet()