Home
last modified time | relevance | path

Searched refs:av_packet_make_refcounted (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpacket.h744 int av_packet_make_refcounted(AVPacket *pkt);
Dframe_thread_encoder.c99 int ret2 = av_packet_make_refcounted(pkt); in worker()
Davpacket.c696 int av_packet_make_refcounted(AVPacket *pkt) in av_packet_make_refcounted() function
772 ret = av_packet_make_refcounted(pkt); in avpriv_packet_list_put()
Dbsf.c219 ret = av_packet_make_refcounted(pkt); in av_bsf_send_packet()
Dencode.c226 ret = av_packet_make_refcounted(avpkt); in encode_simple_internal()
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c336 if (av_packet_make_refcounted(avpkt) < 0) in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp528 if (av_packet_make_refcounted(pkt) < 0) { in avpacket_queue_put()
/third_party/ffmpeg/libavformat/
Dmux.c843 if ((ret = av_packet_make_refcounted(pkt)) < 0) {
Dutils.c864 err = av_packet_make_refcounted(pkt); in ff_read_packet()
1471 ret = av_packet_make_refcounted(out_pkt); in parse_packet()
/third_party/ffmpeg/fftools/
Dffmpeg.c772 ret = av_packet_make_refcounted(pkt); in write_packet()
/third_party/ffmpeg/doc/
DAPIchanges333 Add av_packet_make_refcounted().