Searched refs:flush_packet (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | apngenc.c | 116 static int flush_packet(AVFormatContext *format_context, AVPacket *packet) in flush_packet() function 249 ret = flush_packet(format_context, packet); in apng_write_packet() 265 ret = flush_packet(format_context, NULL); in apng_write_trailer()
|
H A D | asfenc.c | 840 static void flush_packet(AVFormatContext *s) in flush_packet() function 932 flush_packet(s); in put_frame() 937 flush_packet(s); in put_frame() 965 flush_packet(s); in put_frame() 967 flush_packet(s); in put_frame() 969 flush_packet(s); in put_frame() 1089 flush_packet(s); in asf_write_trailer()
|
H A D | mpegenc.c | 638 static int flush_packet(AVFormatContext *ctx, int stream_index, in flush_packet() function 1103 es_size = flush_packet(ctx, best_i, timestamp_packet->pts, in output_packet() 1107 es_size = flush_packet(ctx, best_i, AV_NOPTS_VALUE, AV_NOPTS_VALUE, scr, in output_packet()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | wrgif.c | 112 flush_packet(gif_dest_ptr dinfo) in flush_packet() function 129 flush_packet(dinfo); \ 225 flush_packet(dinfo); in compress_term()
|
Completed in 6 milliseconds