HomeSort by relevance Sort by last modified time
    Searched full:transpose (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 101 jet.QueueSegment(queueSeg.userID, queueSeg.seg_num, queueSeg.dls_num, queueSeg.repeat, queueSeg.transpose, queueSeg.mute_flags)
105 def __init__ (self, name, userID, seg_num, dls_num=-1, repeat=0, transpose=0, mute_flags=0, status=''):
111 self.transpose = transpose
JetDefs.py 373 ('Transpose', 0, F_TRANSPOSE),
452 ('Transpose', F_TRANSPOSE, ROW5, AUDCOL, INTWIDTH, TRANSPOSE_MIN, TRANSPOSE_MAX, -1, [], "", False, ""),
500 ('Transpose', F_TRANSPOSE, ROW2, AUDCOL+100+BGR, INTWIDTH, TRANSPOSE_MIN, TRANSPOSE_MAX, -1, [], "", True, ""),
  /frameworks/base/core/jni/
android_media_JetPlayer.cpp 267 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags,
278 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
293 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray,
322 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
  /frameworks/base/media/libmedia/
JetPlayer.cpp 442 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
445 LOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d",
446 segmentNum, libNum, repeatCount, transpose);
448 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libGLESv2.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libGLESv2.so 
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp     [all...]
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 430 segments start and stop time and each segments quantize, transpose, repeat and
494 mute flags, repeat and transpose settings and audition the segment as it will
499 <p><b>Note</b>: the audition attributes (mute flags, repeat and transpose) are <i
556 <li>Transpose -
558 transpose during playback</li>
    [all...]
  /external/jpeg/
jidctint.c 225 * transpose is its inverse. i0..i3 are y7,y5,y3,y1 respectively.
327 * transpose is its inverse. i0..i3 are y7,y5,y3,y1 respectively.
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 113 * simply calculated by taking the matrix' transpose. However, since
  /development/tools/axl/
singletonmixin.py 39 By Gary Robinson, grobinson@transpose.com. No rights reserved --
  /external/webkit/WebCore/editing/
Editor.h 105 void transpose();
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 573 void uniformMatrix2fv(long location, bool transpose, float* value, int size);
574 void uniformMatrix3fv(long location, bool transpose, float* value, int size);
575 void uniformMatrix4fv(long location, bool transpose, float* value, int size);
  /frameworks/base/opengl/include/GLES2/
gl2.h 600 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
602 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /frameworks/base/opengl/libs/
entries.in 332 GL_ENTRY(void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value)
333 GL_ENTRY(void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value)
334 GL_ENTRY(void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value)
  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 600 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
602 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 600 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
602 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 600 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
602 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 600 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
602 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
jet_data.h 111 EAS_I8 transpose; member in struct:s_jet_segment_tag
jet.c 191 if (p->transpose)
193 result = EAS_SetTransposition(easHandle, p->streamHandle, p->transpose);
599 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID)
623 p->transpose = (EAS_I8) transpose;
    [all...]
  /frameworks/base/docs/html/guide/topics/media/
index.jd 139 // queue segment 5, repeat once, use General MIDI, transpose by -1 octave
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulaalgo.h 62 void transpose (matrix<N,N,T>& m) function in namespace:ustl
  /frameworks/base/include/private/opengles/
gl_context.h 504 // full modelview inverse transpose
506 // upper 3x3 of mv-inverse-transpose (for normals)

Completed in 1650 milliseconds

12 3 4