Home
last modified time | relevance | path

Searched refs:decode_video (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/doc/examples/
D.gitignore4 /decode_video
DMakefile.example17 decode_video \
DMakefile4 EXAMPLES-$(CONFIG_DECODE_VIDEO_EXAMPLE) += decode_video
/third_party/ffmpeg/fftools/
Dffmpeg.c2392 static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_t *duration_pts, in… in decode_video() function
2675 ret = decode_video (ist, repeating ? NULL : avpkt, &got_output, &duration_pts, !pkt, in process_input_packet()