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

  /frameworks/av/services/audioflinger/tests/
test_utils.h 190 double tscale = 1. / sampleRate; local
193 double t = i * tscale;
214 double tscale = 1. / sampleRate; local
217 double k = (maxfreq - minfreq) / (2. * tscale * frames);
219 double t = i * tscale;
  /system/core/include/private/pixelflinger/
ggl_context.h 375 int tscale; member in struct:android::texture_shade_t::__anon81251::__anon81252
398 int tscale; member in struct:android::texture_iterators_t::__anon81254::__anon81255
  /system/core/libpixelflinger/
scanline.cpp 1717 const int32_t tscale = ti.tscale; local
2014 const int tscale = ti.tscale + (iwscale - 30); local
    [all...]
pixelflinger.cpp 460 u.shade.tscale= grad[7];
469 c->activeTMU->shade.tscale= 0;

Completed in 54 milliseconds