Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayer.h292 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1843 int64_t currentPositionUs, bool forceNonOffload, bool needsToCreateAudioDecoder) { in restartAudio() argument
1845 (long long)currentPositionUs, forceNonOffload, needsToCreateAudioDecoder); in restartAudio()
1885 if (forceNonOffload) { in restartAudio()
1890 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()