Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_resample.c48 int got_output; member
/third_party/ffmpeg/libavcodec/
Ddvbsubdec.c720 static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_output) in save_subtitle_set()
1297 … const uint8_t *buf, int buf_size, AVSubtitle *sub, int *got_output) in dvbsub_parse_page_segment()
1604 int buf_size, AVSubtitle *sub,int *got_output) in dvbsub_display_end_segment()
Dmpeg12dec.c2466 int *got_output, const uint8_t *buf, int buf_size) in decode_chunks()
2792 int *got_output, AVPacket *avpkt) in mpeg_decode_frame()
Dhevcdec.c3302 static int hevc_decode_frame(AVCodecContext *avctx, void *data, int *got_output, in hevc_decode_frame()
/third_party/ffmpeg/fftools/
Dffmpeg.c2147 static void check_decode_result(InputStream *ist, int *got_output, int ret) in check_decode_result()
2330 static int decode_audio(InputStream *ist, AVPacket *pkt, int *got_output, in decode_audio()
2392 static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_t *duration_pts, in… in decode_video()
2523 static int transcode_subtitles(InputStream *ist, AVPacket *pkt, int *got_output, in transcode_subtitles()
2662 int got_output = 0; in process_input_packet() local
Dffmpeg.h347 int got_output; member
397 int got_output; member
/third_party/cef/tests/ceftests/
Dscheme_handler_unittest.cc80 TrackCallback got_request, got_read, got_output, got_sub_output, got_redirect, member in __anona20967f80111::TestResults
/third_party/ffmpeg/libavformat/
Dutils.c1430 int ret = 0, got_output = flush; in parse_packet() local