Searched refs:SAMPLE_RATES (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/ |
D | gstvoaacenc.c | 57 #define SAMPLE_RATES " 8000, " \ macro 77 "rate = (int) { " SAMPLE_RATES " }, " "channels = (int) 1;" 81 "rate = (int) { " SAMPLE_RATES " }, " "channels = (int) 2, " 90 "rate = (int) { " SAMPLE_RATES " }, "
|
/third_party/gstreamer/gstplugins_bad/ext/ldac/ |
D | gstldacenc.c | 56 #define SAMPLE_RATES "44100, 48000, 88200, 96000" macro 62 "rate = (int) { " SAMPLE_RATES " }, channels = (int) [ 1, 2 ] ")); 67 "rate = (int) { " SAMPLE_RATES " }, " 70 "rate = (int) { " SAMPLE_RATES " }, "
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AutoGlitchActivity.java | 57 private static final int[] SAMPLE_RATES = { 48000, 44100, 16000 }; field in AutoGlitchActivity 300 for (int sampleRate : SAMPLE_RATES) { in run()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 46 #define SAMPLE_RATES " 8000, " \ macro 65 "rate = (int) { " SAMPLE_RATES " }, " 74 "rate = (int) { " SAMPLE_RATES " }, "
|
/third_party/gstreamer/gstplugins_bad/ext/faac/ |
D | gstfaac.c | 46 #define SAMPLE_RATES " 8000, " \ macro 77 "rate = (int) {" SAMPLE_RATES "}, " \ 84 "rate = (int) {" SAMPLE_RATES "}, " \
|