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

  /external/clang/www/analyzer/scripts/
expandcollapse.js 2 // exceeds CLIP_HEIGHT px.
3 var CLIP_HEIGHT = 135;
52 if (expandableDiv.offsetHeight <= CLIP_HEIGHT)
56 // CLIP_HEIGHT.
72 with (data.style) { height = (CLIP_HEIGHT - EXPANDER_HEIGHT) + "px";
103 expandableDiv.style.height = CLIP_HEIGHT + "px";
148 // Cell is expanded - collapse the row height to CLIP_HEIGHT.
149 newHeight = CLIP_HEIGHT;
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 134 #define CLIP_HEIGHT 16
137 #define WIN_HEIGHT (CLIP_HEIGHT<<1)
190 VA_RT_FORMAT_YUV420, CLIP_WIDTH, CLIP_HEIGHT,
199 ((CLIP_HEIGHT+15)/16)*16,
262 src_rect.height = CLIP_HEIGHT;
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 245 milliseconds