HomeSort by relevance Sort by last modified time
    Searched refs:versionStr (Results 1 - 25 of 42) sorted by null

1 2

  /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/aac/libFDK/src/
FDK_core.cpp 118 FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff), ((v >> 16) & 0xff), ((v >> 8 ) & 0xff));
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXml.java 81 String versionStr = parser.getAttributeValue(null, VERSION_ATTR);
83 switch (Integer.parseInt(versionStr)) {
89 Slog.e(TAG, "Unrecognized version " + versionStr);
90 throw new IOException("Unrecognized version " + versionStr);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c 101 int16_t WebRtcG722_Version(char *versionStr, short len)
107 strcpy(versionStr, version);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
g722_interface.h 182 int16_t WebRtcG722_Version(char *versionStr, short 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/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 47 const char* versionStr = reinterpret_cast<const char*>(temp);
48 GrGLVersion version = GrGLGetVersionFromString(versionStr);
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 47 const char* versionStr = reinterpret_cast<const char*>(temp);
48 GrGLVersion version = GrGLGetVersionFromString(versionStr);
  /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/agc/interface/
gain_control.h 267 int WebRtcAgc_Version(WebRtc_Word8 *versionStr, WebRtc_Word16 length);
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 56 const char* versionStr = (const char*) glGetString( GL_VERSION );
57 if( strstr( versionStr, "OpenGL ES 3." ) && gl3stubInit() )
  /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/aac/libSYS/include/
FDK_audio.h 556 #define LIB_VERSION_STRING(info) FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), (((info)->version >> 16) & 0xff), (((info)->version >> 8 ) & 0xff))
569 char versionStr[32];
  /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/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/chromium_org/third_party/icu/source/i18n/
vtzone.cpp     [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c     [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 500 const char* const versionStr = (const char*)gl.getString(GL_VERSION);
501 const char* iter = versionStr;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1161 milliseconds

1 2