Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
D.gitignore3 /decode_audio
DMakefile.example16 decode_audio \
DMakefile3 EXAMPLES-$(CONFIG_DECODE_AUDIO_EXAMPLE) += decode_audio
/third_party/ffmpeg/fftools/
Dffmpeg.c2330 static int decode_audio(InputStream *ist, AVPacket *pkt, int *got_output, in decode_audio() function
2670 ret = decode_audio (ist, repeating ? NULL : avpkt, &got_output, in process_input_packet()