Searched refs:AndroidSurfaceOutput (Results 1 – 5 of 5) sorted by relevance
41 OSCL_EXPORT_REF AndroidSurfaceOutput::AndroidSurfaceOutput() : in AndroidSurfaceOutput() function in AndroidSurfaceOutput53 status_t AndroidSurfaceOutput::set(PVPlayer* pvPlayer, const sp<ISurface>& surface, bool emulation) in set()61 status_t AndroidSurfaceOutput::setVideoSurface(const sp<ISurface>& surface) in setVideoSurface()78 void AndroidSurfaceOutput::initData() in initData()95 void AndroidSurfaceOutput::ResetData() in ResetData()107 void AndroidSurfaceOutput::resetVideoParameterFlags() in resetVideoParameterFlags()112 bool AndroidSurfaceOutput::checkVideoParameterFlags() in checkVideoParameterFlags()125 void AndroidSurfaceOutput::processWriteResponseQueue(int numFramesToHold) in processWriteResponseQueue()139 void AndroidSurfaceOutput::Cleanup() in Cleanup()158 OSCL_EXPORT_REF AndroidSurfaceOutput::~AndroidSurfaceOutput() in ~AndroidSurfaceOutput()[all …]
78 class AndroidSurfaceOutput; variable88 class AndroidSurfaceOutput : public OsclTimerObject94 AndroidSurfaceOutput();106 virtual ~AndroidSurfaceOutput();
90 typedef AndroidSurfaceOutput* (*VideoMioFactory)();276 AndroidSurfaceOutput *mVideoOutputMIO;773 AndroidSurfaceOutput* mio = NULL; in handleSetVideoSurface()786 mio = new AndroidSurfaceOutput(); in handleSetVideoSurface()
84 AndroidSurfaceOutput() in AndroidSurfaceOutputFB()314 extern "C" AndroidSurfaceOutput* createVideoMio() in createVideoMio()
55 class AndroidSurfaceOutputFB : public AndroidSurfaceOutput