Home
last modified time | relevance | path

Searched refs:forceNonOffload (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()
1846 if (forceNonOffload) { in restartAudio()
1851 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); 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
1892 if (forceNonOffload) { in restartAudio()
1897 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()