Home
last modified time | relevance | path

Searched refs:sig_bits (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c1101 png_byte sig_bits[8]; in compare_read() local
1111 sig_bits[0] = sBIT->gray; in compare_read()
1116 sig_bits[0] = sBIT->gray; in compare_read()
1117 sig_bits[1] = sBIT->alpha; in compare_read()
1122 sig_bits[0] = sBIT->red; in compare_read()
1123 sig_bits[1] = sBIT->green; in compare_read()
1124 sig_bits[2] = sBIT->blue; in compare_read()
1129 sig_bits[0] = sBIT->red; in compare_read()
1130 sig_bits[1] = sBIT->green; in compare_read()
1131 sig_bits[ in compare_read()
[all...]
H A Dpngvalid.c6027 unsigned int sig_bits :1; /* Pixel shifted (sig bits only) */ member
6036 * If sig_bits is set above the red, green, blue and alpha values have been
6086 int sig_bits = (format != 0 && format->sig_bits); in image_pixel_init() local
6159 sig_bits ? (1U << format->red_sBIT)-1 : max, in image_pixel_init()
6160 sig_bits ? (1U << format->green_sBIT)-1 : max, in image_pixel_init()
6161 sig_bits ? (1U << format->blue_sBIT)-1 : max, in image_pixel_init()
6162 sig_bits ? (1U << format->alpha_sBIT)-1 : max); in image_pixel_init()
6177 this->sig_bits = 0; in image_pixel_init()
6436 int sig_bits in image_transform_mod_end() local
[all...]
/third_party/alsa-lib/src/topology/
H A Dpcm.c526 if (strcmp(id, "sig_bits") == 0) { in tplg_parse_stream_caps()
527 if (parse_unsigned(n, &sc->sig_bits)) in tplg_parse_stream_caps()
606 if (err >= 0 && sc->sig_bits) in tplg_save_stream_caps()
608 sc->sig_bits); in tplg_save_stream_caps()
1773 caps->sig_bits = caps_tpl->sig_bits; in tplg_add_stream_caps()
2097 cap->sig_bits = pcm->caps[i].sig_bits; in tplg_decode_pcm()
/third_party/alsa-lib/include/
H A Dtopology.h997 unsigned int sig_bits; /*!< number of bits of content */ member
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h318 __le32 sig_bits; /* number of bits of content */ member
/third_party/skia/third_party/externals/libpng/
H A Dpngrtran.c2251 png_const_color_8p sig_bits) in png_do_unshift()
2268 shift[channels++] = bit_depth - sig_bits->red; in png_do_unshift()
2269 shift[channels++] = bit_depth - sig_bits->green; in png_do_unshift()
2270 shift[channels++] = bit_depth - sig_bits->blue; in png_do_unshift()
2275 shift[channels++] = bit_depth - sig_bits->gray; in png_do_unshift()
2280 shift[channels++] = bit_depth - sig_bits->alpha; in png_do_unshift()
2250 png_do_unshift(png_row_infop row_info, png_bytep row, png_const_color_8p sig_bits) png_do_unshift() argument

Completed in 24 milliseconds