Searched refs:opkt (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mp4toannexb_bsf.c | 209 static int h264_mp4toannexb_filter(AVBSFContext *ctx, AVPacket *opkt) in h264_mp4toannexb_filter() argument 229 av_packet_move_ref(opkt, in); in h264_mp4toannexb_filter() 339 ret = av_new_packet(opkt, out_size); in h264_mp4toannexb_filter() 342 out = opkt->data; in h264_mp4toannexb_filter() 347 av_assert1(out_size == opkt->size); in h264_mp4toannexb_filter() 353 ret = av_packet_copy_props(opkt, in); in h264_mp4toannexb_filter() 359 av_packet_unref(opkt); in h264_mp4toannexb_filter()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 1817 AVPacket *opkt = ost->pkt; in do_streamcopy() local 1819 av_packet_unref(opkt); in do_streamcopy() 1822 output_packet(of, opkt, ost, 1); in do_streamcopy() 1858 if (av_packet_ref(opkt, pkt) < 0) in do_streamcopy() 1862 opkt->pts = av_rescale_q(pkt->pts, ist->st->time_base, ost->mux_timebase) - ost_tb_start_time; in do_streamcopy() 1865 opkt->dts = av_rescale_q(ist->dts, AV_TIME_BASE_Q, ost->mux_timebase); in do_streamcopy() 1870 opkt->dts = av_rescale_delta(ist->st->time_base, pkt->dts, in do_streamcopy() 1874 opkt->pts = opkt->dts - ost_tb_start_time; in do_streamcopy() 1876 opkt in do_streamcopy() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | avienc.c | 785 AVPacket *opkt = pkt; in avi_write_packet() local 796 ret = ff_get_packet_palette(s, opkt, reshuffle_ret, avist->palette); in avi_write_packet()
|
H A D | movenc.c | 6969 AVPacket *opkt = pkt; local 6980 ret = ff_get_packet_palette(s, opkt, reshuffle_ret, trk->palette);
|
Completed in 18 milliseconds