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

  /external/libvncserver/client_examples/
SDLvncviewer.c 25 static int realWidth, realHeight, bytesPerPixel, rowStride;
202 int i0 = x * realWidth / cl->width;
203 int i1 = ((x + w) * realWidth - 1) / cl->width + 1;
210 int x0 = i * cl->width / realWidth;
211 int x1 = ((i + 1) * cl->width - 1) / realWidth + 1;
241 w = ((x + w) * realWidth - 1) / cl->width + 1;
243 x = x * realWidth / cl->width;
261 if (w == realWidth && h == realHeight)
289 realWidth = w;
411 x = x * cl->width / realWidth;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 132 int16 realWidth; /* Non-padded width, not a multiple of 16. */
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 281 uint32_t realWidth;
VideoEncoderBase.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 462 milliseconds