HomeSort by relevance Sort by last modified time
    Searched full:versionstr (Results 1 - 21 of 21) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression.c 18 int WebRtcNs_get_version(char* versionStr, short length) {
22 if (versionStr == NULL) {
30 strncpy(versionStr, version, versionLen);
noise_suppression_x.c 18 int WebRtcNsx_get_version(char* versionStr, short length) {
22 if (versionStr == NULL) {
30 strncpy(versionStr, version, versionLen);
  /external/giflib/
gif_lib_private.h 10 #define VersionStr "Gif library module,\t\tEric S. Raymond\n\
13 #define VersionStr PROGRAM_NAME " IBMPC " GIF_LIB_VERSION \
  /external/skia/src/gpu/gl/
SkGLContext.cpp 46 const char* versionStr =
49 GrGLVersion version = GrGLGetVersionFromString(versionStr);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 262 const char* versionStr = (const char*)glGetString(GL_VERSION);
263 if (strstr(versionStr, "OpenGL ES 3.") && gl3stubInit()) {
265 } else if (strstr(versionStr, "OpenGL ES 2.")) {
  /external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h 264 * char *versionStr Pointer to a string array
269 * WebRtc_Word8 *versionStr Pointer to a string array
273 WebRtc_Word32 WebRtcAec_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len);
  /external/webrtc/src/modules/audio_processing/aecm/interface/
echo_control_mobile.h 235 * char *versionStr Pointer to a string array
240 * WebRtc_Word8 *versionStr Pointer to a string array
244 WebRtc_Word32 WebRtcAecm_get_version(WebRtc_Word8 *versionStr,
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 160 String versionStr = null;
162 versionStr = glGetString(GL_SHADING_LANGUAGE_VERSION);
164 if (versionStr == null || versionStr.equals("")) {
182 int spaceIdx = versionStr.indexOf(" ");
184 versionStr = versionStr.substring(0, spaceIdx);
187 float version = Float.parseFloat(versionStr);
    [all...]
  /external/aac/libFDK/src/
FDK_core.cpp 118 FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff), ((v >> 16) & 0xff), ((v >> 8 ) & 0xff));
  /external/webrtc/src/modules/audio_processing/agc/interface/
gain_control.h 267 int WebRtcAgc_Version(WebRtc_Word8 *versionStr, WebRtc_Word16 length);
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 869 WebRtc_Word32 WebRtcAec_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len)
874 if (versionStr == NULL) {
882 strncpy(versionStr, version, versionLen);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 705 WebRtc_Word32 WebRtcAecm_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len)
710 if (versionStr == NULL)
720 strncpy(versionStr, version, versionLen);
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 161 String versionStr = GLES20.glGetString(GLES20.GL_SHADING_LANGUAGE_VERSION);
162 logger.log(Level.INFO, "GLES20.Shading Language Version: {0}", versionStr);
163 if (versionStr == null || versionStr.equals("")) {
177 int spaceIdx = versionStr.indexOf(" ", openGlEsStr.length());
179 versionStr = versionStr.substring(openGlEsStr.length(), spaceIdx).trim();
181 versionStr = versionStr.substring(openGlEsStr.length()).trim();
184 float version = Float.parseFloat(versionStr);
    [all...]
  /external/icu4c/i18n/
vtzone.cpp     [all...]
  /external/aac/libSYS/include/
FDK_audio.h 513 #define LIB_VERSION_STRING(info) FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), (((info)->version >> 16) & 0xff), (((info)->version >> 8 ) & 0xff))
526 char versionStr[32];
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java     [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c     [all...]
  /sdk/find_java/
find_java_lib.cpp 86 if (!getJavaVersion(*inOutPath, NULL /*versionStr*/, &result)) {
  /external/icu4c/test/cintltst/
creststn.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 312 milliseconds