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

  /external/compiler-rt/test/msan/
dtor-multiple-inheritance.cc 20 int *temp_w; variable
31 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1);
45 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1);
60 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1);
86 temp_w = &d->w;
96 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 203 Int temp_w, temp_h, mbsPerSec; local
612 temp_w = video->encParams->LayerWidth[idx];
615 if ((temp_w*temp_h) > max)
617 max = temp_w * temp_h;
618 max_width = ((temp_w + 15) >> 4) << 4;
621 || temp_w > INT32_MAX - 15 || temp_h > INT32_MAX - 15) {
2994 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
    [all...]

Completed in 989 milliseconds