Searched refs:data_encoding (Results 1 – 5 of 5) sorted by relevance
772 data_encoding = 'unknown' variable in StreamRecoder919 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): argument945 file_encoding = data_encoding946 data_info = lookup(data_encoding)951 sr.data_encoding = data_encoding
2103 unsigned int data_encoding = P_NOTSET; /* Encoding libpng must produce */ in png_image_read_colormap() local2239 data_encoding = P_FILE; in png_image_read_colormap()2268 data_encoding = P_sRGB; in png_image_read_colormap()2364 data_encoding = P_sRGB; in png_image_read_colormap()2526 data_encoding = P_sRGB; in png_image_read_colormap()2571 data_encoding = P_FILE; in png_image_read_colormap()2590 if (data_encoding == P_FILE) /* from the fixup above */ in png_image_read_colormap()2647 data_encoding = P_sRGB; in png_image_read_colormap()2820 data_encoding = P_FILE; /* Don't change from color-map indices */ in png_image_read_colormap()2878 switch (data_encoding) in png_image_read_colormap()
214 unsigned data_encoding:2; member265 flags.u.data_encoding = var_encode_shader_temp; in write_variable()267 flags.u.data_encoding = var_encode_function_temp; in write_variable()283 flags.u.data_encoding = var_encode_location_diff; in write_variable()285 flags.u.data_encoding = var_encode_full; in write_variable()305 if (flags.u.data_encoding == var_encode_full || in write_variable()306 flags.u.data_encoding == var_encode_location_diff) { in write_variable()307 if (flags.u.data_encoding == var_encode_full) { in write_variable()372 if (flags.u.data_encoding == var_encode_shader_temp) in read_variable()374 else if (flags.u.data_encoding == var_encode_function_temp) in read_variable()[all …]
197 + http->data_encoding = HTTP_ENCODING_FIELDS;
208 .. function:: EncodedFile(file, data_encoding, file_encoding=None, errors='strict')215 *data_encoding* and then written to the original file as bytes using218 using *data_encoding*.220 If *file_encoding* is not given, it defaults to *data_encoding*.