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.cpp1805 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder) { in restartAudio() argument
1807 (long long)currentPositionUs, forceNonOffload, needsToCreateAudioDecoder); in restartAudio()
1824 needsToCreateAudioDecoder = false; in restartAudio()
1851 if (needsToCreateAudioDecoder) { in restartAudio()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.h302 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder);
DNuPlayer2.cpp1969 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder) { in restartAudio() argument
1986 needsToCreateAudioDecoder = false; in restartAudio()
2013 if (needsToCreateAudioDecoder) { in restartAudio()