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

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset);
48 mOutputStream.write(buffer, offset, bytesCount);
49 offset += bytesCount;
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
186 bytesCount);
android_view_TextureView.cpp 155 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
158 bitmap.setInfo(convertPixelFormat(buffer), bytesCount);
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 428 int bytesCount = 2 * count;
430 bytesCount, count, refPath(&path),
442 int bytesCount = count * 2;
446 DrawOp* op = new (alloc()) DrawTextOp(refBuffer<glyph_t>(glyphs, count), bytesCount, count,
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 

Completed in 993 milliseconds