HomeSort by relevance Sort by last modified time
    Searched defs:bytesCount (Results 1 - 4 of 4) 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_TextureView.cpp 159 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
162 bitmap.setInfo(convertPixelFormat(buffer), bytesCount);
android_view_GraphicBuffer.cpp 188 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
194 bytesCount);
android_view_GLES20Canvas.cpp 608 int bytesCount = glyphsCount * sizeof(jchar);
609 renderer->drawText((const char*) (glyphs + start), bytesCount, glyphsCount,
    [all...]

Completed in 90 milliseconds