OSDN Git Service

Use the documented header filenames
authorGlenn Kasten <gkasten@google.com>
Tue, 19 Jul 2011 18:16:07 +0000 (11:16 -0700)
committerGlenn Kasten <gkasten@google.com>
Tue, 19 Jul 2011 18:16:07 +0000 (11:16 -0700)
Both Khronos and we say to use < > in our docs

Change-Id: Ibf1d2b83036582a605aa6b9043210c89a4eb0e1e

46 files changed:
wilhelm/src/OpenSLES_IID.c
wilhelm/src/handlers.c
wilhelm/src/sles_allinclusive.h
wilhelm/src/ut/OpenSLESUT.c
wilhelm/src/ut/slesutResult.c
wilhelm/tests/automated/BufferQueue_test.cpp
wilhelm/tests/examples/Android.mk
wilhelm/tests/examples/slesTestBassBoostPath.cpp
wilhelm/tests/examples/slesTestEffectCapabilities.cpp
wilhelm/tests/examples/slesTestEqFdPath.cpp
wilhelm/tests/examples/slesTestEqOutputPath.cpp
wilhelm/tests/examples/slesTestFeedback.cpp
wilhelm/tests/examples/slesTestPlayFdPath.cpp
wilhelm/tests/examples/slesTestRecBuffQueue.cpp
wilhelm/tests/examples/slesTestSawtoothBufferQueue.cpp
wilhelm/tests/examples/slesTestSendToPresetReverb.cpp
wilhelm/tests/examples/slesTestVirtualizerPath.cpp
wilhelm/tests/examples/xaVideoDecoderCapabilities.cpp
wilhelm/tests/listening/seekTorture.c
wilhelm/tests/listening/slesTest_playMuteSolo.cpp
wilhelm/tests/mimeUri/slesTestGetPositionUri.cpp
wilhelm/tests/mimeUri/slesTestLoopUri.cpp
wilhelm/tests/mimeUri/slesTestManyPlayers.cpp
wilhelm/tests/mimeUri/slesTestPlayStreamType.cpp
wilhelm/tests/mimeUri/slesTestPlayUri.cpp
wilhelm/tests/mimeUri/slesTestPlayUri2.cpp
wilhelm/tests/mimeUri/slesTestSlowDownUri.cpp
wilhelm/tests/mimeUri/slesTest_playStates.cpp
wilhelm/tests/mimeUri_test.cpp
wilhelm/tests/native-media/jni/native-media-jni.c
wilhelm/tests/sandbox/configbq.c
wilhelm/tests/sandbox/dim.c
wilhelm/tests/sandbox/dual.c
wilhelm/tests/sandbox/engine.c
wilhelm/tests/sandbox/intbufq.c
wilhelm/tests/sandbox/monkey.c
wilhelm/tests/sandbox/multiplay.c
wilhelm/tests/sandbox/multithread.c
wilhelm/tests/sandbox/object.c
wilhelm/tests/sandbox/outputmix.c
wilhelm/tests/sandbox/playbq.c
wilhelm/tests/sandbox/reverb.c
wilhelm/tests/sandbox/srcsink.c
wilhelm/tests/sandbox/streamSource/slesTestPlayStream.cpp
wilhelm/tests/sandbox/urimime.c
wilhelm/tests/sandbox/xa.c

index 7e4e49b..bbcf7dc 100644 (file)
 /****************************************************************************/
 
 
-#include "SLES/OpenSLES.h"         /* SL Header */
-#include "OMXAL/OpenMAXAL.h"
+#include <SLES/OpenSLES.h>         /* SL Header */
+#include <OMXAL/OpenMAXAL.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"  /* Android-specific SL Header */
-#include "OMXAL/OpenMAXAL_Android.h"/* Android-specific MAX AL Header */
+#include <SLES/OpenSLES_Android.h>  /* Android-specific SL Header */
+#include <OMXAL/OpenMAXAL_Android.h>/* Android-specific MAX AL Header */
 #endif
 #include "MPH.h"
 
index 80d9a3f..8e21734 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "SLES/OpenSLES.h"
-#include "OMXAL/OpenMAXAL.h"
+#include <SLES/OpenSLES.h>
+#include <OMXAL/OpenMAXAL.h>
 #include "attr.h"
 #include "handlers.h"
 
index cb357e8..4884ccc 100644 (file)
 
 /** \file sles_allinclusive.h Everything including the kitchen sink */
 
-#include "SLES/OpenSLES.h"
-#include "OMXAL/OpenMAXAL.h"
+#include <SLES/OpenSLES.h>
+#include <OMXAL/OpenMAXAL.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
-#include "OMXAL/OpenMAXAL_Android.h"
+#include <SLES/OpenSLES_Android.h>
+#include <OMXAL/OpenMAXAL_Android.h>
 #endif
 #include <stddef.h> // offsetof
 #include <stdlib.h> // malloc
@@ -86,7 +86,7 @@ typedef struct COutputMix_struct COutputMix;
 #ifdef ANDROID
 #include <utils/Log.h>
 #include <utils/KeyedVector.h>
-#include "SLES/OpenSLES_AndroidConfiguration.h"
+#include <SLES/OpenSLES_AndroidConfiguration.h>
 #include "media/AudioSystem.h"
 #include "media/mediarecorder.h"
 #include "media/AudioRecord.h"
index b693489..d6c2114 100644 (file)
@@ -16,9 +16,9 @@
 
 /** \file OpenSLESUT.c OpenSL ES Utility Toolkit */
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 #include "OpenSLESUT.h"
 #include <stdio.h>
index 0aca825..03c0f70 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <stdlib.h>
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include "OpenSLESUT.h"
 
 
index 5041fbd..24b6d72 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include "OpenSLESUT.h"
 #include <gtest/gtest.h>
 
index 82f6db5..4deb6a1 100644 (file)
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
 LOCAL_MODULE_TAGS := tests
 
 LOCAL_C_INCLUDES:= \
-       system/media/wilhelm/include/SLES/
+       system/media/wilhelm/include
 
 LOCAL_SRC_FILES:= \
        slesTestRecBuffQueue.cpp
index 7ed6c3c..96c3352 100644 (file)
@@ -21,9 +21,9 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 
index 73c5f69..494a027 100644 (file)
@@ -21,8 +21,8 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES.h>
+#include <SLES/OpenSLES_Android.h>
 
 
 #define MAX_NUMBER_INTERFACES 1
index 5de3d67..ed1fb32 100644 (file)
@@ -21,9 +21,9 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 
index 0f14710..072cd96 100644 (file)
@@ -21,9 +21,9 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 
index 5898741..80d9d32 100644 (file)
@@ -18,8 +18,8 @@
 // It will generate feedback (Larsen effect) if played through on-device speakers,
 // or acts as a delay if played through headset.
 
-#include "SLES/OpenSLES.h"
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES.h>
+#include <SLES/OpenSLES_Android.h>
 #include <assert.h>
 #include <pthread.h>
 #include <stdio.h>
index c87f5db..92532a7 100644 (file)
@@ -21,8 +21,8 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES.h>
+#include <SLES/OpenSLES_Android.h>
 
 
 #define MAX_NUMBER_INTERFACES 3
index 4feeaa7..0dc4dc8 100644 (file)
@@ -42,9 +42,9 @@ How to examine the output with Audacity:
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "OpenSLES.h"
-#include "OpenSLES_Android.h"
-#include "OpenSLES_AndroidConfiguration.h"
+#include <SLES/OpenSLES.h>
+#include <SLES/OpenSLES_Android.h>
+#include <SLES/OpenSLES_AndroidConfiguration.h>
 
 /* Explicitly requesting SL_IID_ANDROIDSIMPLEBUFFERQUEUE and SL_IID_ANDROIDCONFIGURATION
  * on the AudioRecorder object */
index d2f19f7..ccca77f 100644 (file)
@@ -44,7 +44,7 @@
 #include <sys/time.h>
 
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 3
index 9e95568..471c62d 100644 (file)
@@ -21,9 +21,9 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 
index 42ee0e7..e6b01b8 100644 (file)
@@ -21,9 +21,9 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 
index b2138be..36eeb21 100644 (file)
@@ -21,8 +21,8 @@
 #include <sys/time.h>
 #include <fcntl.h>
 
-#include "OMXAL/OpenMAXAL.h"
-#include "OMXAL/OpenMAXAL_Android.h" // for VP8 definitions
+#include <OMXAL/OpenMAXAL.h>
+#include <OMXAL/OpenMAXAL_Android.h> // for VP8 definitions
 
 #define NUM_ENGINE_INTERFACES 1
 
index 60c5b7f..25dbd9b 100644 (file)
@@ -17,7 +17,7 @@
 // This test program tortures the seek APIs by positioning "randomly" in a file.
 // It needs as input a permuted .wav and .map produced by the permute tool.
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
index 331a9c0..34b4a5e 100644 (file)
@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 3
index 68e9ccb..af037d8 100644 (file)
@@ -19,7 +19,7 @@
 #include <unistd.h>
 #include <utils/threads.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 /* tolerance in ms for this test in time difference between reported position and time since
  * playback was requested to start. This is reasonable for a local file.
index fabe09d..1c40724 100644 (file)
@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 2
index f8c801e..cb45a3c 100644 (file)
@@ -19,7 +19,7 @@
 #include <unistd.h>
 //#include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 2
index 9f501d8..09d5f61 100644 (file)
 #include <unistd.h>
 #include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
-#include "SLES/OpenSLES_AndroidConfiguration.h"
+#include <SLES/OpenSLES_Android.h>
+#include <SLES/OpenSLES_AndroidConfiguration.h>
 #endif
 
 
index 65ea892..39db9dd 100644 (file)
@@ -43,7 +43,7 @@
 #include <unistd.h>
 //#include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 //#define TEST_VOLUME_ITF
 //#define TEST_COLD_START
index 734d6bb..9b84b65 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 3
index 8530529..5692f9a 100644 (file)
@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 3
index 916d507..040be9f 100644 (file)
@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 2
index 3de32d7..ded5d5c 100644 (file)
@@ -48,7 +48,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 #include <gtest/gtest.h>
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 
 #define MAX_NUMBER_INTERFACES 3
index 1b7f2ec..f5ac34e 100644 (file)
@@ -22,8 +22,8 @@
 #define LOG_TAG "NativeMedia"
 #include <utils/Log.h>
 
-#include "OMXAL/OpenMAXAL.h"
-#include "OMXAL/OpenMAXAL_Android.h"
+#include <OMXAL/OpenMAXAL.h>
+#include <OMXAL/OpenMAXAL_Android.h>
 
 #include <android/native_window_jni.h>
 
index 76aa357..3ae1a0a 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 typedef struct {
     SLuint8 numChannels;
index a75d6e0..8e815df 100644 (file)
@@ -21,9 +21,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 int main(int argc, char **argv)
index dca7234..c3da1ff 100644 (file)
@@ -19,8 +19,8 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "SLES/OpenSLES.h"
-#include "OMXAL/OpenMAXAL.h"
+#include <SLES/OpenSLES.h>
+#include <OMXAL/OpenMAXAL.h>
 
 int main(int argc, char **argv)
 {
index e8c55b9..f18ea91 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include "OpenSLESUT.h"
 #include <assert.h>
 #include <stdio.h>
index 30f8b46..e06685f 100644 (file)
@@ -25,9 +25,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef USE_ANDROID_SIMPLE_BUFFER_QUEUE
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 #include "getch.h"
 
index 41fdad4..49193c8 100644 (file)
@@ -16,7 +16,7 @@
 
 // single-threaded, single-player monkey test
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
index da03bd9..01d6895 100644 (file)
@@ -16,7 +16,7 @@
 
 // multiplay is a command-line test app that plays multiple files randomly
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
index aabf6af..b161656 100644 (file)
@@ -16,7 +16,7 @@
 
 // Multiple threads create and destroy objects
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include <assert.h>
 #include <pthread.h>
 //#include <string.h>
index c8aab31..4515e03 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include "OpenSLESUT.h"
 
 int main(int arg, char **argv)
index 757de73..0e8263e 100644 (file)
@@ -16,7 +16,7 @@
 
 // output mix interface tests
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include "OpenSLESUT.h"
 #include <assert.h>
 #include <stdio.h>
index 56d5795..d7b8972 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
 #include "sndfile.h"
 #else
index 702f1e8..0efa3c4 100644 (file)
@@ -16,7 +16,7 @@
 
 // Demonstrate environmental reverb and preset reverb on an output mix and audio player
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #include <assert.h>
 #include <string.h>
 #include <stdio.h>
index 3fa58c4..201aa45 100644 (file)
@@ -19,7 +19,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 
 int main(int argc, char **argv)
 {
index 5a5c788..71c7200 100644 (file)
@@ -21,8 +21,8 @@
 #include <unistd.h>
 //#include <sys/time.h>
 
-#include "SLES/OpenSLES.h"
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES.h>
+#include <SLES/OpenSLES_Android.h>
 
 //#define TEST_DISPLAY_FIRST_BUFFER_ITEM
 //#define TEST_CLEAR
index 022e0fb..20784bc 100644 (file)
@@ -22,9 +22,9 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "SLES/OpenSLES.h"
+#include <SLES/OpenSLES.h>
 #ifdef ANDROID
-#include "SLES/OpenSLES_Android.h"
+#include <SLES/OpenSLES_Android.h>
 #endif
 
 int main(int argc, char **argv)
index a205d3b..c44191a 100644 (file)
@@ -17,8 +17,8 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "OMXAL/OpenMAXAL.h"
-#include "OMXAL/OpenMAXAL_Android.h"
+#include <OMXAL/OpenMAXAL.h>
+#include <OMXAL/OpenMAXAL_Android.h>
 
 int main(int argc, char **argv)
 {