HomeSort by relevance Sort by last modified time
    Searched refs:pixels (Results 251 - 275 of 959) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/video_processing/test/
readYUV420file.m 9 % Number of pixels per image
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 605 ByteBuffer pixels = (ByteBuffer) backing.lock(ACCESS_BYTES); local
606 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]);
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize()); local
628 allocation.copyTo(pixels.array());
629 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]);
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize()); local
847 GLToolbox.readTarget(target, pixels, mDimensions[0], mDimensions[1]);
848 mAllocation.copyFrom(pixels.array());
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 64 * \brief A collection of pixels used in software blitting.
66 * \note This structure should be treated as read-only, except for \c pixels,
75 void *pixels; /**< Read-write */ member in struct:SDL_Surface
110 * \param width The width in pixels of the surface to create.
111 * \param height The height in pixels of the surface to create.
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
143 * \brief Sets up a surface for directly accessing the pixels.
146 * to and read from \c surface->pixels, using the pixel format stored in
208 * but the surface must be locked before directly accessing the pixels.
365 * \brief Copy a block of pixels of one format to another forma
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 64 * \brief A collection of pixels used in software blitting.
66 * \note This structure should be treated as read-only, except for \c pixels,
75 void *pixels; /**< Read-write */ member in struct:SDL_Surface
110 * \param width The width in pixels of the surface to create.
111 * \param height The height in pixels of the surface to create.
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
143 * \brief Sets up a surface for directly accessing the pixels.
146 * to and read from \c surface->pixels, using the pixel format stored in
208 * but the surface must be locked before directly accessing the pixels.
365 * \brief Copy a block of pixels of one format to another forma
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 64 * \brief A collection of pixels used in software blitting.
66 * \note This structure should be treated as read-only, except for \c pixels,
75 void *pixels; /**< Read-write */ member in struct:SDL_Surface
110 * \param width The width in pixels of the surface to create.
111 * \param height The height in pixels of the surface to create.
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
143 * \brief Sets up a surface for directly accessing the pixels.
146 * to and read from \c surface->pixels, using the pixel format stored in
208 * but the surface must be locked before directly accessing the pixels.
365 * \brief Copy a block of pixels of one format to another forma
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 64 * \brief A collection of pixels used in software blitting.
66 * \note This structure should be treated as read-only, except for \c pixels,
75 void *pixels; /**< Read-write */ member in struct:SDL_Surface
110 * \param width The width in pixels of the surface to create.
111 * \param height The height in pixels of the surface to create.
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
143 * \brief Sets up a surface for directly accessing the pixels.
146 * to and read from \c surface->pixels, using the pixel format stored in
208 * but the surface must be locked before directly accessing the pixels.
365 * \brief Copy a block of pixels of one format to another forma
    [all...]
  /external/ImageMagick/www/api/
constitute.php 59 <p>ConstituteImage() returns an image from the pixel data you supply. The pixel data must be in scanline order top-to-bottom. The data can be char, short int, int, float, or double. Float and double require the pixels to be normalized [0..1], otherwise [0..QuantumRange]. For example, to create a 640x480 image from unsigned red-green-blue character data, use:</p>
62 image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&amp;exception);
69 const char *map,const StorageType storage,const void *pixels,
81 <dd>width in pixels of the image. </dd>
85 <dd>height in pixels of the image. </dd>
93 <dd>Define the data type of the pixels. Float and double types are expected to be normalized [0..1] otherwise [0..QuantumRange]. Choose from these types: CharPixel, DoublePixel, FloatPixel, IntegerPixel, LongPixel, QuantumPixel, or ShortPixel. </dd>
96 <dt>pixels</dt>
107 <p>PingImage() returns all the properties of an image or image sequence except for the pixels. It is much faster and consumes far less memory than ReadImage(). On failure, a NULL image is returned and exception describes the reason for the failure.</p>
  /external/opencv/
cvjni.h 146 IplImage* loadPixels(int* pixels, int width, int height) {
154 IMAGE( img, x, y, 0 ) = pixels[x+y*width] & 0xFF;
156 IMAGE( img, x, y, 1 ) = pixels[x+y*width] >> 8 & 0xFF;
158 IMAGE( img, x, y, 2 ) = pixels[x+y*width] >> 16 & 0xFF;
  /external/skia/src/images/
bmpdecoderhelper.cpp 188 uint8 pixels = GetByte(); local
190 uint8 col = pixels;
194 col = pixels & 0xf;
196 col = pixels >> 4;
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 107 SkData* SkImageEncoder::EncodeData(const SkImageInfo&, const void* pixels, size_t rowBytes,
  /external/skia/tests/
ClearTest.cpp 23 SkAutoTDeleteArray<uint32_t> pixels(new uint32_t[w * h]);
24 memset(pixels.get(), ~expectedValue, sizeof(uint32_t) * w * h);
25 rt->readPixels(rect.fLeft, rect.fTop, w, h, kRGBA_8888_GrPixelConfig, pixels.get());
28 uint32_t pixel = pixels.get()[y * w + x];
  /frameworks/base/native/graphics/jni/
bitmap.cpp 71 void* addr = pixelRef->pixels();
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ViewBindingAdapter.java 219 private static int pixelsToDimensionPixelSize(float pixels) {
220 final int result = (int) (pixels + 0.5f);
223 } else if (pixels == 0) {
225 } else if (pixels > 0) {
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
ColorCutQuantizer.java 67 * @param pixels histogram representing an image's pixel data
71 ColorCutQuantizer(final int[] pixels, final int maxColors, final Palette.Filter[] filters) {
76 for (int i = 0; i < pixels.length; i++) {
77 final int quantizedColor = quantizeFromRgb888(pixels[i]);
79 pixels[i] = quantizedColor;
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta3/
ninepatch-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta6/
ninepatch-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.5.0/
ninepatch-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0/
ninepatch-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha1/
ninepatch-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha3/
ninepatch-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha5/
ninepatch-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha7/
ninepatch-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha9/
ninepatch-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta2/
ninepatch-25.0.0-beta2.jar 

Completed in 902 milliseconds

<<11121314151617181920>>