| 57 | * Constructor |
| 58 | */ |
| 59 | ImageReader::ImageReader(ImageFormat* res, enum AIMAGE_FORMATS format) |
| 60 | : presentRotation_(0), reader_(nullptr) { |
| 61 | callback_ = nullptr; |
| 62 | callbackCtx_ = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected