| 355 | } |
| 356 | |
| 357 | void IiqDecoder::decodeMetaDataInternal(const CameraMetaData* meta) { |
| 358 | setMetaData(meta, "", 0); |
| 359 | |
| 360 | if (black_level) |
| 361 | mRaw->blackLevel = black_level; |
| 362 | } |
| 363 | |
| 364 | void IiqDecoder::correctSensorDefects(ByteStream data) { |
| 365 | while (data.getRemainSize() != 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected