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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 203 Int temp_w, temp_h, mbsPerSec; local
613 temp_h = video->encParams->LayerHeight[idx];
615 if ((temp_w*temp_h) > max)
617 max = temp_w * temp_h;
619 max_height = ((temp_h + 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...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 7351 int temp_h = 0, temp_v = 0; local
    [all...]

Completed in 4134 milliseconds