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

  /external/pixman/test/
stress-test.c 971 pixman_bool_t use_threads = TRUE; local
996 use_threads = FALSE;
1025 if (use_threads)
  /external/chromium_org/third_party/libwebp/webp/
decode.h 443 int use_threads; // if true, use multi-threaded decoding member in struct:WebPDecoderOptions
  /external/webp/include/webp/
decode.h 443 int use_threads; // if true, use multi-threaded decoding member in struct:WebPDecoderOptions
  /external/webp/examples/
dwebp.c 414 config.options.use_threads = 1;
  /external/chromium_org/third_party/libwebp/dec/
frame.c 509 if (options == NULL || options->use_threads == 0) {
  /external/webp/src/dec/
frame.c 509 if (options == NULL || options->use_threads == 0) {

Completed in 124 milliseconds