Lines Matching refs:PersistentSurface
50 extern "C" android::PersistentSurface *CreateInputSurface();
1070 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface()
1095 return new PersistentSurface( in CreateOmxInputSurface()
1103 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface()
1104 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface()
1127 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()
1199 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface()
1205 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface()
1722 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived()
1884 extern "C" android::PersistentSurface *CreateInputSurface() { in CreateInputSurface()
1898 return new PersistentSurface( in CreateInputSurface()
1906 return new PersistentSurface( in CreateInputSurface()