Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c2034 static int audio_thread(void *arg) in audio_thread() function
2689 if ((ret = decoder_start(&is->auddec, audio_thread, "audio_decoder", is)) < 0) in stream_component_open()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch49428 + std::unique_ptr<AudioThread> audio_thread,
49430 + return std::make_unique<OHOSAudioManager>(std::move(audio_thread),
49434 +OHOSAudioManager::OHOSAudioManager(std::unique_ptr<AudioThread> audio_thread,
49436 + : AudioManagerBase(std::move(audio_thread), audio_log_factory) {}
49526 + OHOSAudioManager(std::unique_ptr<AudioThread> audio_thread,