Home
last modified time | relevance | path

Searched defs:bufSize (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/libs/hwui/hwui/
DMinikinUtils.cpp65 size_t bufSize, size_t start, size_t count, in doLayout()
88 const uint16_t* buf, size_t bufSize, minikin::MinikinRect* out) { in getBounds()
101 size_t count, size_t bufSize, float* advances, in measureText()
118 size_t start, size_t count, size_t bufSize) { in getFontExtent()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DDecoder.cpp26 uint8_t *buf, int32_t frameID, size_t bufSize) { in readSampleData()
54 size_t bufSize; in onInputAvailable() local
104 size_t bufSize; in onOutputAvailable() local
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetActiveUniformBlockName.java6 int bufSize, in glGetActiveUniformBlockName()
DglGetDebugMessageLog.java5 int bufSize, in glGetDebugMessageLog()
DglGetDebugMessageLogKHR.java5 int bufSize, in glGetDebugMessageLogKHR()
DglGetDebugMessageLog.cpp4 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI()
DglGetActiveUniformBlockName.cpp4 …(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_… in android_glGetActiveUniformBlockName_III_3II_3BI()
DglGetDebugMessageLogKHR.cpp4 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI()
/frameworks/base/cmds/incidentd/src/
Dproto_util.cpp36 status_t write_header_section(int fd, const uint8_t* buf, size_t bufSize) { in write_header_section()
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp162 size_t bufSize; in allocate() local
228 size_t bufSize; in allocateHelper() local
/frameworks/base/opengl/java/android/opengl/
DGLES32.java313 int bufSize, in glGetDebugMessageLog()
545 int bufSize, in glReadnPixels()
554 int bufSize, in glGetnUniformfv()
564 int bufSize, in glGetnUniformfv()
573 int bufSize, in glGetnUniformiv()
583 int bufSize, in glGetnUniformiv()
592 int bufSize, in glGetnUniformuiv()
602 int bufSize, in glGetnUniformuiv()
DGLES30.java1341 int bufSize, in glGetActiveUniformBlockName()
1456 int bufSize, in glGetSynciv()
1468 int bufSize, in glGetSynciv()
1698 int bufSize, in glGetProgramBinary()
1710 int bufSize, in glGetProgramBinary()
1802 int bufSize, in glGetInternalformativ()
1813 int bufSize, in glGetInternalformativ()
/frameworks/av/media/module/foundation/
Dbase64.cpp31 size_t bufSize = n / 4 * 3; in decodeBase64() local
/frameworks/native/opengl/libs/EGL/
DBlobCache_test.cpp155 enum { bufSize = MAX_TOTAL_SIZE - MAX_KEY_SIZE + 1 }; in TEST_F() enumerator
205 enum { bufSize = MAX_TOTAL_SIZE - MAX_KEY_SIZE }; in TEST_F() enumerator
232 enum { bufSize = MAX_TOTAL_SIZE - MAX_KEY_SIZE }; in TEST_F() enumerator
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.cpp34 size_t bufSize = 0; in onInputAvailable() local
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp180 size_t start, size_t count, size_t bufSize, in addToHbBuffer()
284 const size_t bufSize = textBuf.size(); in LayoutPiece() local
DLayout.cpp316 float Layout::doLayoutWord(const uint16_t* buf, size_t start, size_t count, size_t bufSize, in doLayoutWord()
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp596 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI()
1013 …his, jint x, jint y, jint width, jint height, jint format, jint type, jint bufSize, jobject data_b… in android_glReadnPixels__IIIIIIILjava_nio_Buffer_2()
1063 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, j… in android_glGetnUniformfv__III_3FI()
1114 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2()
1159 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jin… in android_glGetnUniformiv__III_3II()
1210 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformiv__IIILjava_nio_IntBuffer_2()
1255 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jin… in android_glGetnUniformuiv__III_3II()
1306 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformuiv__IIILjava_nio_IntBuffer_2()
/frameworks/base/libs/androidfw/
DZipUtils.cpp114 bool Append(uint8_t* buf, size_t bufSize) override { in Append()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DEncoder.java386 int bufSize = inputBuffer.capacity(); in onInputAvailable() local
/frameworks/av/media/module/extractors/mpeg2/
DMPEG2PSExtractor.cpp740 size_t bufSize; in read() local
DMPEG2TSExtractor.cpp224 size_t bufSize; in read() local
/frameworks/base/core/java/android/util/jar/
DStrictJarFile.java254 int bufSize = Math.max(1024, (int) Math.min(ze.getSize(), 65535L)); in getZipInputStream() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistory.java886 int bufSize = p.readInt(); in getNextParcel() local
912 final int bufSize = p.readInt(); in getNextParcel() local
2346 int bufSize = in.readInt(); in readHistoryBuffer() local
/frameworks/base/libs/hwui/jni/
DPaint.cpp509 const jchar buf[], jint start, jint count, jint bufSize, in doRunAdvance()
582 jint start, jint count, jint bufSize, jboolean isRtl, jfloat advance) { in doOffsetForAdvance()
646 jint count, jint bufSize, jboolean isRtl, jobject fmi) { in doFontExtent()

12