Home
last modified time | relevance | path

Searched refs:SAMPLE_RATES (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c57 #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/
Dgstldacenc.c56 #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/
DAutoGlitchActivity.java57 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/
Dgstfdkaacenc.c46 #define SAMPLE_RATES " 8000, " \ macro
65 "rate = (int) { " SAMPLE_RATES " }, "
74 "rate = (int) { " SAMPLE_RATES " }, "
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c46 #define SAMPLE_RATES " 8000, " \ macro
77 "rate = (int) {" SAMPLE_RATES "}, " \
84 "rate = (int) {" SAMPLE_RATES "}, " \