Home
last modified time | relevance | path

Searched refs:channel_bit_depth (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc139 int* components, int* channel_bit_depth, in DecodeHeader() argument
182 if (channel_bit_depth != nullptr) { in DecodeHeader()
183 *channel_bit_depth = context.bit_depth; in DecodeHeader()
Dpng_io.h63 int* components, int* channel_bit_depth,