Searched refs:transferCharacteristics_ (Results 1 – 2 of 2) sorted by relevance
52 : colorPrimaries_(colorPrimaries), transferCharacteristics_(transferCharacteristics), in HeifNclxColorProfile()59 uint16_t GetTransferCharacteristics() const { return transferCharacteristics_; }; in GetTransferCharacteristics()66 uint16_t transferCharacteristics_ = NCLX_DATA_UNSPECIFIED; variable
56 writer.Write16(transferCharacteristics_); in Write()