Home
last modified time | relevance | path

Searched refs:avio_context_free (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/doc/examples/
Davio_reading.c124 avio_context_free(&avio_ctx); in main()
/third_party/ffmpeg/libavformat/
Daviobuf.c155 void avio_context_free(AVIOContext **ps) in avio_context_free() function
1187 avio_context_free(&s); in avio_close()
1449 avio_context_free(&s); in avio_close_dyn_buf()
1464 avio_context_free(s); in ffio_free_dyn_buf()
1497 avio_context_free(&s); in ffio_close_null_buf()
Davio.h477 void avio_context_free(AVIOContext **s);
Drdt.c326 avio_context_free(&rdt->rmctx->pb); in rdt_parse_packet()
Dswfdec.c565 avio_context_free(&s->zpb); in swf_read_close()
Dhdsenc.c148 avio_context_free(&os->ctx->pb); in hds_free()
Dsmoothstreamingenc.c176 avio_context_free(&os->ctx->pb); in ism_free()
Dwtvdec.c312 avio_context_free(&pb); in wtvfile_close()
Dsegment.c592 avio_context_free(pb); in close_null_ctxp()
Davidec.c1160 avio_context_free(&pb); in read_gab2_sub()
/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c206 avio_context_free(&fuzzed_pb); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp134 avio_context_free(&c); in decode()
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp332 avio_context_free(&fStreamCtx); in reset()
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c345 avio_context_free(&ctx->pb); in finish()
/third_party/ffmpeg/doc/
DAPIchanges513 Add avio_context_free(). From now on it must be used for freeing AVIOContext.