HomeSort by relevance Sort by last modified time
    Searched defs:outWidth (Results 1 - 25 of 28) sorted by null

1 2

  /development/tools/etc1tool/
etc1tool.cpp 364 etc1_uint32 outWidth;
366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) {
369 if (outWidth != width || outHeight != height) {
371 outWidth, outHeight, width, height);
388 writePNGFile(pDiffFile, outWidth, outHeight, pDiffImage, 3 * outWidth);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 593 u32 outWidth, outHeight;
616 outWidth = pCropParams->cropOutWidth;
627 for (j = outWidth; j; j--)
631 pIn += picWidth - outWidth;
634 outWidth >>= 1;
644 for (j = outWidth; j; j--)
648 pIn += picWidth/2 - outWidth;
658 for (j = outWidth; j; j--)
662 pIn += picWidth/2 - outWidth;
TestBenchMultipleInstance.c 461 u32 outWidth, outHeight;
482 outWidth = pCropParams->cropOutWidth;
492 for (j = outWidth; j; j--)
496 pIn += picWidth - outWidth;
499 outWidth >>= 1;
508 for (j = outWidth; j; j--)
512 pIn += picWidth/2 - outWidth;
521 for (j = outWidth; j; j--)
525 pIn += picWidth/2 - outWidth;
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 325 * <p>outWidth will be set to -1 if there is an error trying to decode.</p>
327 public int outWidth;
366 * null, or if inJustDecodeBounds is true, will set outWidth/outHeight
384 * size be returned (in opts.outWidth and opts.outHeight)
457 * size be returned (in opts.outWidth and opts.outHeight)
511 * size be returned (in opts.outWidth and opts.outHeight)
589 * size be returned (in opts.outWidth and opts.outHeight)
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 249 uint32_t outWidth, outHeight;
259 outWidth = videoWidth;
264 outWidth = (uint32_t)(videoHeight / displayAspect);
267 offX = (videoWidth - outWidth) / 2;
269 Rect displayRect(offX, offY, offX + outWidth, offY + outHeight);
274 outHeight, outWidth, offY, offX);
277 outWidth, outHeight, offX, offY);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 248 int outWidth = argbOutput.getWidth();
250 if (outWidth + outputOffsetX > inputWidth || outHeight + outputOffsetY > inputHeight) {
253 + outWidth + ", h=" + outHeight + ").");
262 Log.d(TAG, "Output width,height: " + outWidth + "," + outHeight);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 367 VAMappedHandle mappedVideoOut(vd.va_dpy, outputHandle, align_width(outWidth), align_height(outHeight), (unsigned int)VA_FOURCC_NV12);
378 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.rgb", mappedRgbIn->surface, align_width(outWidth)*align_height(outHeight)*4);
382 VAMappedHandle localMappedRgbIn(vd.va_dpy, rgbHandle, align_width(outWidth), align_height(outHeight), (unsigned int)VA_FOURCC_BGRA);
388 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.rgb", vd.va_blank_rgb_in, align_width(outWidth)*align_height(outHeight)*4);
392 dumpSurface(vd.va_dpy, "/data/misc/vsp_out.yuv", mappedVideoOut.surface, align_width(outWidth)*align_height(outHeight)*3/2);
421 uint32_t outWidth;
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 272 milliseconds

1 2