HomeSort by relevance Sort by last modified time
    Searched refs:hardwareOutput (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/media/
MediaPlayerInterface.h 135 virtual bool hardwareOutput() = 0;
239 virtual bool hardwareOutput() { return false; }
250 virtual bool hardwareOutput() { return true; }
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 58 virtual bool hardwareOutput() {return true;}
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 670 if (!p->hardwareOutput()) {
1015 } else if ((mPlayer != NULL) && !mPlayer->hardwareOutput()) {
    [all...]

Completed in 240 milliseconds