| 687 | uint32_t getPixelCount() const { return width * height; } |
| 688 | khr_df_transfer_e getTransferFunction() const { return transferFunction; } |
| 689 | void setTransferFunction(khr_df_transfer_e tf) { transferFunction = tf; } |
| 690 | khr_df_primaries_e getPrimaries() const { return primaries; } |
| 691 | void setPrimaries(khr_df_primaries_e nprimaries) { |
| 692 | this->primaries = nprimaries; |
no outgoing calls
no test coverage detected