Searched defs:minIndex (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp362 ssize_t minIndex = -1; local
407 minIndex = i;
411 return minIndex;
418 ssize_t minIndex = fetchTrackSamples(timeUs, mode); local
420 if (minIndex < 0) {
430 ssize_t minIndex = fetchTrackSamples(); local
432 if (minIndex < 0) {
436 TrackInfo *info = &mSelectedTracks.editItemAt(minIndex);
448 ssize_t minIndex = fetchTrackSamples(); local
450 if (minIndex <
494 ssize_t minIndex = fetchTrackSamples(); local
509 ssize_t minIndex = fetchTrackSamples(); local
526 ssize_t minIndex = fetchTrackSamples(); local
[all...]
H A DMPEG2TSWriter.cpp648 size_t minIndex = 0; local
663 minIndex = i;
673 minTimeUs / 1E6, minIndex);
675 source = mSources.editItemAt(minIndex);
681 writeAccessUnit(minIndex, buffer);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp539 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
542 int minIndex, int maxIndex) */
585 for (GLuint i = minIndex; i < maxIndex; i++) {
595 arg_min->add_intvalue(minIndex);
612 GLuint *minIndex, GLuint *maxIndex) {
614 *minIndex = UINT_MAX;
628 if (index < *minIndex) *minIndex = index;
634 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
656 minIndex, maxInde
536 trace_glVertexAttribPointerData(GLTraceContext *context, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex, nsecs_t startTime) argument
611 findMinAndMaxIndices(GLvoid *indices, GLsizei count, GLenum type, GLuint *minIndex, GLuint *maxIndex) argument
633 trace_VertexAttribPointerData(GLTraceContext *context, GLuint minIndex, GLuint maxIndex, nsecs_t time) argument
688 GLuint minIndex, maxIndex; local
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp103 int minIndex = 65536; local
107 if ( index < minIndex ) {
108 minIndex = index;
119 transformedIndexCount = maxIndex - minIndex + 1;
128 const float* pSrc = pPositions + 3 * minIndex;
141 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float));
142 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float));
143 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 644 milliseconds