Home
last modified time | relevance | path

Searched defs:output_packet (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dtranscode_aac.c669 AVPacket *output_packet; in encode_audio_frame() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.h215 gboolean (*output_packet) (GstBaseTsMux *mux, GstBuffer *buffer, gint64 new_pcr); member
/third_party/ffmpeg/libavformat/
Dmpegenc.c998 static int output_packet(AVFormatContext *ctx, int flush) in output_packet() function
/third_party/ffmpeg/fftools/
Dffmpeg.c897 static void output_packet(OutputFile *of, AVPacket *pkt, in output_packet() function