Home
last modified time | relevance | path

Searched refs:next_output (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9_raw_reorder_bsf.c176 VP9RawReorderFrame *next_output = last_frame, in vp9_raw_reorder_make_output() local
184 if (frame->needs_output && (!next_output || in vp9_raw_reorder_make_output()
185 frame->sequence < next_output->sequence)) in vp9_raw_reorder_make_output()
186 next_output = frame; in vp9_raw_reorder_make_output()
192 if (!next_output && !next_display) in vp9_raw_reorder_make_output()
195 if (!next_display || (next_output && in vp9_raw_reorder_make_output()
196 next_output->sequence < next_display->sequence)) in vp9_raw_reorder_make_output()
197 frame = next_output; in vp9_raw_reorder_make_output()
202 next_output == next_display) { in vp9_raw_reorder_make_output()
/third_party/ffmpeg/libavdevice/
Dalldevices.c97 static void *next_output(const AVOutputFormat *prev, AVClassCategory c2) in next_output() function
135 return next_output(d, AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT); in av_output_audio_device_next()
140 return next_output(d, AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT); in av_output_video_device_next()