Searched defs:got_output (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_resample.c | 48 int got_output; member
|
/third_party/ffmpeg/libavcodec/ |
D | dvbsubdec.c | 729 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()
|
D | mpeg12dec.c | 2434 int *got_output, const uint8_t *buf, int buf_size) in decode_chunks() 2768 int *got_output, AVPacket *avpkt) in mpeg_decode_frame()
|
D | hevcdec.c | 3481 int *got_output, AVPacket *avpkt) in hevc_decode_frame()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 1907 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
|
D | ffmpeg.h | 355 int got_output; member 401 int got_output; member
|
/third_party/ffmpeg/libavformat/ |
D | demux.c | 1125 int ret = 0, got_output = flush; in parse_packet() local
|