Home
last modified time | relevance | path

Searched refs:av_packet_copy_props (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dimx_dump_header_bsf.c57 ret = av_packet_copy_props(out, in); in imx_dump_header()
H A Dmovsub_bsf.c46 ret = av_packet_copy_props(out, in); in text2movsub()
H A Dmjpega_dump_header_bsf.c49 ret = av_packet_copy_props(out, in); in mjpega_dump_header()
H A Ddump_extradata_bsf.c64 ret = av_packet_copy_props(out, in); in dump_extradata()
H A Dmjpeg2jpeg_bsf.c123 ret = av_packet_copy_props(out, in); in mjpeg2jpeg_filter()
H A Dmp3_header_decompress_bsf.c94 ret = av_packet_copy_props(out, in); in mp3_header_decompress()
H A Dpacket.h404 * the packet is unreferenced. av_packet_copy_props() calls create a new
692 int av_packet_copy_props(AVPacket *dst, const AVPacket *src);
H A Dhevc_mp4toannexb_bsf.c182 ret = av_packet_copy_props(out, in); in hevc_mp4toannexb_filter()
H A Dpgs_frame_merge_bsf.c133 ret = av_packet_copy_props(pkt, in); in frame_merge_filter()
H A Dpcm_rechunk_bsf.c126 ret = av_packet_copy_props(s->out_pkt, s->in_pkt); in rechunk_filter()
H A Dvp9_superframe_bsf.c169 res = av_packet_copy_props(pkt, s->cache[s->n_cache - 1]); in vp9_superframe_filter()
H A Davpacket.c385 int av_packet_copy_props(AVPacket *dst, const AVPacket *src) in av_packet_copy_props() function
436 ret = av_packet_copy_props(dst, src); in av_packet_ref()
H A Dh264_mp4toannexb_bsf.c353 ret = av_packet_copy_props(opkt, in); in h264_mp4toannexb_filter()
H A Ddecode.c139 int ret = av_packet_copy_props(dst, src); in copy_packet_props()
766 ret = av_packet_copy_props(buf_pkt, inpkt); in recode_subtitle()
/third_party/ffmpeg/libavformat/
H A Drawutils.c54 ret = av_packet_copy_props(new_pkt, pkt); in ff_reshuffle_raw_rgb()
H A Dmux.c1220 ret = av_packet_copy_props(pkt, in); in av_write_frame()

Completed in 11 milliseconds