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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 133 int16 realHeight; /* Non-padded height, not a multiple of 16. */
  /external/libvncserver/client_examples/
SDLvncviewer.c 25 static int realWidth, realHeight, bytesPerPixel, rowStride;
204 int j0 = y * realHeight / cl->height;
205 int j1 = ((y + h) * realHeight - 1) / cl->height + 1;
212 int y0 = j * cl->height / realHeight;
213 int y1 = ((j + 1) * cl->height - 1) / realHeight + 1;
242 h = ((y + h) * realHeight - 1) / cl->height + 1;
244 y = y * realHeight / cl->height;
261 if (w == realWidth && h == realHeight)
290 realHeight = h;
412 y = y * cl->height / realHeight;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 280 uint32_t realHeight;
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 135 milliseconds