HomeSort by relevance Sort by last modified time
    Searched defs:MIN_BUFFER_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libevent/
evbuffer-internal.h 53 #define MIN_BUFFER_SIZE 512
55 #define MIN_BUFFER_SIZE 1024
  /external/webp/src/dec/
buffer.c 38 #define MIN_BUFFER_SIZE(WIDTH, HEIGHT, STRIDE) \
56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride);
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride);
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride);
59 const uint64_t a_size = MIN_BUFFER_SIZE(width, height, a_stride);
77 const uint64_t size = MIN_BUFFER_SIZE(width, height, stride);
84 #undef MIN_BUFFER_SIZE

Completed in 108 milliseconds