Home
last modified time | relevance | path

Searched refs:AndroidSurfaceOutput (Results 1 – 5 of 5) sorted by relevance

/external/opencore/android/
Dandroid_surface_output.cpp41 OSCL_EXPORT_REF AndroidSurfaceOutput::AndroidSurfaceOutput() : in AndroidSurfaceOutput() function in AndroidSurfaceOutput
53 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 …]
Dandroid_surface_output.h78 class AndroidSurfaceOutput; variable
88 class AndroidSurfaceOutput : public OsclTimerObject
94 AndroidSurfaceOutput();
106 virtual ~AndroidSurfaceOutput();
Dplayerdriver.cpp90 typedef AndroidSurfaceOutput* (*VideoMioFactory)();
276 AndroidSurfaceOutput *mVideoOutputMIO;
773 AndroidSurfaceOutput* mio = NULL; in handleSetVideoSurface()
786 mio = new AndroidSurfaceOutput(); in handleSetVideoSurface()
/external/opencore/android/samples/
Dandroid_surface_output_fb.cpp84 AndroidSurfaceOutput() in AndroidSurfaceOutputFB()
314 extern "C" AndroidSurfaceOutput* createVideoMio() in createVideoMio()
Dandroid_surface_output_fb.h55 class AndroidSurfaceOutputFB : public AndroidSurfaceOutput