Home
last modified time | relevance | path

Searched refs:data_encoding (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dcodecs.py772 data_encoding = 'unknown' variable in StreamRecoder
920 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
926 to the given data_encoding and then encoded to the underlying
931 passed back to the caller encoded using data_encoding.
933 If file_encoding is not given, it defaults to data_encoding.
940 .data_encoding and .file_encoding which reflect the given
946 file_encoding = data_encoding
947 data_info = lookup(data_encoding)
952 sr.data_encoding = data_encoding
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c214 unsigned data_encoding:2; member
265 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 in read_variable()
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngread.c2358 unsigned int data_encoding = P_NOTSET; /* Encoding libpng must produce */ in png_image_read_colormap() local
2494 data_encoding = P_FILE; in png_image_read_colormap()
2523 data_encoding = P_sRGB; in png_image_read_colormap()
2619 data_encoding = P_sRGB; in png_image_read_colormap()
2781 data_encoding = P_sRGB; in png_image_read_colormap()
2826 data_encoding = P_FILE; in png_image_read_colormap()
2845 if (data_encoding == P_FILE) /* from the fixup above */ in png_image_read_colormap()
2902 data_encoding = P_sRGB; in png_image_read_colormap()
3075 data_encoding = P_FILE; /* Don't change from color-map indices */ in png_image_read_colormap()
3133 switch (data_encoding) in png_image_read_colormap()
[all...]

Completed in 8 milliseconds