Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpacket.h708 int av_packet_make_refcounted(AVPacket *pkt);
H A Davpacket.c485 int av_packet_make_refcounted(AVPacket *pkt) in av_packet_make_refcounted() function
555 ret = av_packet_make_refcounted(pkt); in avpriv_packet_list_put()
H A Dframe_thread_encoder.c109 int ret2 = av_packet_make_refcounted(pkt); in worker()
H A Dbsf.c223 ret = av_packet_make_refcounted(pkt); in av_bsf_send_packet()
H A Dencode.c226 ret = av_packet_make_refcounted(avpkt); in encode_simple_internal()
H A Dmmaldec.c496 ret = av_packet_make_refcounted(avpkt); in ffmmal_add_packet()
/third_party/ffmpeg/fftools/
H A Dffmpeg_mux.c87 ret = av_packet_make_refcounted(pkt); in of_write_packet()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c477 if (av_packet_make_refcounted(avpkt) < 0) in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavformat/
H A Dmux.c811 return av_packet_make_refcounted(pkt); in prepare_input_packet()
834 if ((ret = av_packet_make_refcounted(pkt)) < 0) { in ff_interleave_add_packet()
H A Ddemux.c595 err = av_packet_make_refcounted(pkt); in ff_read_packet()
1179 ret = av_packet_make_refcounted(out_pkt); in parse_packet()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp528 if (av_packet_make_refcounted(pkt) < 0) { in avpacket_queue_put()

Completed in 15 milliseconds