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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
PixelUtils.java 44 public static void copyPixels(ByteBuffer input,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 164 PixelUtils.copyPixels(input, output, mWidth, mHeight, offset, pixStride, rowStride);
  /frameworks/native/opengl/libagl/
texture.cpp 269 int copyPixels(
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 302 void (*copyPixels)(void* c, GGLint x, GGLint y,

Completed in 182 milliseconds