Searched defs:channel_convert_to_unsigned (Results 1 – 1 of 1) sorted by relevance
366 struct channel_convert_to_unsigned : public detail::identity<ChannelValue> { struct367 using type = ChannelValue;370 template <> struct channel_convert_to_unsigned<int8_t> { struct371 using argument_type = int8_t;372 using result_type = uint8_t;373 using type = uint8_t;374 type operator()(int8_t val) const { in operator ()()379 template <> struct channel_convert_to_unsigned<int16_t> { struct380 using argument_type = int16_t;381 using result_type = uint16_t;[all …]