Searched refs:av_packet_copy_props (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | imx_dump_header_bsf.c | 57 ret = av_packet_copy_props(out, in); in imx_dump_header()
|
H A D | movsub_bsf.c | 46 ret = av_packet_copy_props(out, in); in text2movsub()
|
H A D | mjpega_dump_header_bsf.c | 49 ret = av_packet_copy_props(out, in); in mjpega_dump_header()
|
H A D | dump_extradata_bsf.c | 64 ret = av_packet_copy_props(out, in); in dump_extradata()
|
H A D | mjpeg2jpeg_bsf.c | 123 ret = av_packet_copy_props(out, in); in mjpeg2jpeg_filter()
|
H A D | mp3_header_decompress_bsf.c | 94 ret = av_packet_copy_props(out, in); in mp3_header_decompress()
|
H A D | packet.h | 404 * 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 D | hevc_mp4toannexb_bsf.c | 182 ret = av_packet_copy_props(out, in); in hevc_mp4toannexb_filter()
|
H A D | pgs_frame_merge_bsf.c | 133 ret = av_packet_copy_props(pkt, in); in frame_merge_filter()
|
H A D | pcm_rechunk_bsf.c | 126 ret = av_packet_copy_props(s->out_pkt, s->in_pkt); in rechunk_filter()
|
H A D | vp9_superframe_bsf.c | 169 res = av_packet_copy_props(pkt, s->cache[s->n_cache - 1]); in vp9_superframe_filter()
|
H A D | avpacket.c | 385 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 D | h264_mp4toannexb_bsf.c | 353 ret = av_packet_copy_props(opkt, in); in h264_mp4toannexb_filter()
|
H A D | decode.c | 139 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 D | rawutils.c | 54 ret = av_packet_copy_props(new_pkt, pkt); in ff_reshuffle_raw_rgb()
|
H A D | mux.c | 1220 ret = av_packet_copy_props(pkt, in); in av_write_frame()
|
Completed in 9 milliseconds