Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c246 uint8_t *audio_buf1; member
1220 av_freep(&is->audio_buf1); in stream_component_close()
2400 uint8_t **out = &is->audio_buf1; in audio_decode_frame()
2415 av_fast_malloc(&is->audio_buf1, &is->audio_buf1_size, out_size); in audio_decode_frame()
2416 if (!is->audio_buf1) in audio_decode_frame()
2428 is->audio_buf = is->audio_buf1; in audio_decode_frame()