Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h285 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder);
DNuPlayer.cpp1815 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder) { in restartAudio() argument
1817 (long long)currentPositionUs, forceNonOffload, needsToCreateAudioDecoder); in restartAudio()
1833 needsToCreateAudioDecoder = false; in restartAudio()
1850 if (needsToCreateAudioDecoder) { in restartAudio()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.h284 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder);
DNuPlayer2.cpp1863 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder) { in restartAudio() argument
1879 needsToCreateAudioDecoder = false; in restartAudio()
1896 if (needsToCreateAudioDecoder) { in restartAudio()