HomeSort by relevance Sort by last modified time
    Searched refs:image_bytes (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/glx/
indirect_texture_compression.c 48 size_t image_bytes; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
60 if (image_bytes != 0) {
61 _XRead(dpy, (char *) img, image_bytes);
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_input.py 71 image_bytes = result.height * result.width * result.depth
74 record_bytes = label_bytes + image_bytes
93 [label_bytes + image_bytes]),
  /external/tensorflow/tensorflow/python/kernel_tests/
decode_image_op_test.py 112 image_bytes = b"ThisIsNotAnImage!"
113 decode = image_ops.decode_image(image_bytes)
  /external/libpng/contrib/gregbook/
wpng.c 706 ulg image_bytes; local
717 image_bytes = rowbytes * wpng_info.height;
719 wpng_info.image_data = (uch *)malloc(image_bytes);
729 bytes = fread(wpng_info.image_data, 1, image_bytes, wpng_info.infile);
730 if (bytes != image_bytes) {
732 image_bytes, bytes);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 224 const int image_bytes = row_stride * height; local
254 image_bytes);
  /external/libpng/contrib/tools/
pngfix.c 856 udigit image_bytes[5]; member in struct:file
    [all...]

Completed in 819 milliseconds