/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | OverlayDisplayWindow.java | 62 int width, int height, int gravity) { in OverlayDisplayWindow() 71 int width, int height, int gravity) { in create() 91 public abstract void updateAspectRatio(int width, int height); in updateAspectRatio() 110 int width, int height, int gravity) { in LegacyImpl() 135 int width = (int)(display.getWidth() * INITIAL_SCALE); in show() local 165 public void updateAspectRatio(int width, int height) { in updateAspectRatio() 202 int width, int height, int gravity) { in JellybeanMr1Impl() 242 public void updateAspectRatio(int width, int height) { in updateAspectRatio() 323 int width = (int)(mWidth * scale); in updateWindowParams() local
|
D | LocalPlayer.java | 352 int width = mMediaPlayer.getVideoWidth(); in updateVideoRect() local 453 int width, int height) { in surfaceChanged() 479 int width = getVideoWidth(); in updateSize() local 556 public void updateSize(int width, int height) { in updateSize() 607 int width = getVideoWidth(); in updateSize() local
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | OverlayDisplayWindow.java | 63 int width, int height, int gravity) { in OverlayDisplayWindow() 72 int width, int height, int gravity) { in create() 92 public abstract void updateAspectRatio(int width, int height); in updateAspectRatio() 113 int width, int height, int gravity) { in LegacyImpl() 138 int width = (int)(display.getWidth() * INITIAL_SCALE); in show() local 168 public void updateAspectRatio(int width, int height) { in updateAspectRatio() 210 int width, int height, int gravity) { in JellybeanMr1Impl() 250 public void updateAspectRatio(int width, int height) { in updateAspectRatio() 336 int width = (int)(mWidth * scale); in updateWindowParams() local
|
D | LocalPlayer.java | 355 int width = mMediaPlayer.getVideoWidth(); in updateVideoRect() local 456 int width, int height) { in surfaceChanged() 482 int width = getVideoWidth(); in updateSize() local 559 public void updateSize(int width, int height) { in updateSize() 610 int width = getVideoWidth(); in updateSize() local
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu() 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu() 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray() 146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray() 176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers() 190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb() 235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr() 281 ImageType ImageUtils::readBinaryPPM(const char *filename, int &width, int &height) in readBinaryPPM() 311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int n… in writeBinaryPPM() 333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage() [all …]
|
D | Pyramid.h | 35 real width, height; // Width and height of input images variable
|
D | Pyramid.cpp | 28 real width, real height, real border) in allocatePyramidPacked() 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage() 96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage() 221 int width = scr->width + scr->border; in BorderReduceOdd() local
|
D | Mosaic.cpp | 57 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool qu… in initialize() 224 ImageType Mosaic::getMosaic(int &width, int &height) in getMosaic()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | FrameBufferObjectActivity.java | 80 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 98 private void drawOnscreen(GL10 gl, int width, int height) { in drawOnscreen() 136 private void drawOffscreenImage(GL10 gl, int width, int height) { in drawOffscreenImage() 174 private int createTargetTexture(GL10 gl, int width, int height) { in createTargetTexture() 194 private int createFrameBuffer(GL10 gl, int width, int height, int targetTextureId) { in createFrameBuffer()
|
D | CompressedTextureActivity.java | 113 int width = 128; in load() local 134 private Buffer createImage(int width, int height) { in createImage()
|
D | WindowSurface.java | 74 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() 102 void init(int width, int height, float minStep) { in init() 118 void step(int width, int height, float minStep, float maxStep) { in step()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | NumericSprite.java | 32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike))); in initialize() local 80 public float width() { in width() method in NumericSprite 81 float width = 0.0f; in width() local
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | AutoFitTextureView.java | 51 public void setAspectRatio(int width, int height) { in setAspectRatio() 63 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | AutoFitTextureView.java | 51 public void setAspectRatio(int width, int height) { in setAspectRatio() 63 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNILib.java | 31 public static native void init(int width, int height); in init()
|
/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/ |
D | GLES3JNILib.java | 28 public static native void resize(int width, int height); in resize()
|
/development/tools/etc1tool/ |
D | etc1tool.cpp | 143 png_uint_32 width = 0; in read_PNG_File() local 242 png_uint_32 width = 0; in readPKMFile() local 315 etc1_uint32 width = 0; in encode() local 405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height, in writePNGFile() 456 etc1_uint32 width = 0; in decode() local
|
/development/perftests/panorama/ |
D | benchmark.cpp | 33 int loadImages(const char* basename, int &width, int &height) in loadImages() 55 int width, height; in main() local
|
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 115 bool Renderer::SetupGraphics(int width, int height) in SetupGraphics() 222 void Renderer::SetInputTextureDimensions(int width, int height) in SetInputTextureDimensions()
|
D | FrameBuffer.cpp | 24 bool FrameBuffer::Init(int width, int height, GLenum format) { in Init()
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
D | NativeMedia.java | 345 abstract void setFixedSize(int width, int height); in setFixedSize() 359 void setFixedSize(int width, int height) { in setFixedSize() 388 void setFixedSize(int width, int height) { in setFixedSize()
|
/development/ndk/samples/hello-neon/jni/ |
D | helloneon-intrinsics.c | 24 fir_filter_neon_intrinsics(short *output, const short* input, const short* kernel, int width, int k… in fir_filter_neon_intrinsics()
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 34 int width; member 52 int width, int height, in color_convert_common() 194 int width, in convert() 273 int height, width, gray, rotate; in main() local
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
D | ExploreByTouchHelperActivity.java | 160 final int width = getWidth(); in onDraw() local 219 protected static void scaleRectF(RectF in, Rect out, int width, int height) { in scaleRectF() 291 final int width = getWidth(); in onPopulateNodeForVirtualView() local
|
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/ |
D | NDKHelper.java | 62 int width = bitmapToScale.getWidth(); in scaleBitmap() local 128 int width = nextPOT(originalWidth); in openBitmap() local
|