| 37 | } |
| 38 | |
| 39 | SurfaceTextureReader::SurfaceTextureReader(std::shared_ptr<ImageStream> stream) |
| 40 | : ImageReader(std::move(stream)) { |
| 41 | } |
| 42 | |
| 43 | jobject SurfaceTextureReader::getInputSurface() const { |
| 44 | return std::static_pointer_cast<SurfaceTexture>(stream)->getInputSurface(); |
nothing calls this directly
no outgoing calls
no test coverage detected