Home
last modified time | relevance | path

Searched defs:got_output (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_resample.c48 int got_output; member
/third_party/ffmpeg/libavcodec/
Ddvbsubdec.c729 static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_output) in save_subtitle_set()
1291 … const uint8_t *buf, int buf_size, AVSubtitle *sub, int *got_output) in dvbsub_parse_page_segment()
1432 int buf_size, AVSubtitle *sub,int *got_output) in dvbsub_display_end_segment()
Dmpeg12dec.c2434 int *got_output, const uint8_t *buf, int buf_size) in decode_chunks()
2768 int *got_output, AVPacket *avpkt) in mpeg_decode_frame()
Dhevcdec.c3481 int *got_output, AVPacket *avpkt) in hevc_decode_frame()
/third_party/ffmpeg/fftools/
Dffmpeg.c1907 static void check_decode_result(InputStream *ist, int *got_output, int ret) in check_decode_result()
2088 static int decode_audio(InputStream *ist, AVPacket *pkt, int *got_output, in decode_audio()
2148 static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_t *duration_pts, in… in decode_video()
2273 static int transcode_subtitles(InputStream *ist, AVPacket *pkt, int *got_output, in transcode_subtitles()
2406 int got_output = 0; in process_input_packet() local
Dffmpeg.h355 int got_output; member
401 int got_output; member
/third_party/ffmpeg/libavformat/
Ddemux.c1125 int ret = 0, got_output = flush; in parse_packet() local