/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | SineVoice.java | |
H A D | SynthUnit.java | |
H A D | SawOscillatorDPW.java | |
H A D | SineOscillator.java | |
H A D | LatencyController.java | |
H A D | SawVoice.java | |
H A D | SawOscillator.java | |
H A D | SynthVoice.java | |
H A D | AudioLatencyTuner.java | |
H A D | EnvelopeADSR.java | |
H A D | SimpleAudioOutput.java | |
H A D | SynthEngine.java | |
/third_party/ffmpeg/tests/checkasm/ |
H A D | synth_filter.c | 49 SynthFilterContext synth; in checkasm_check_synth_filter() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc2enc_dwt.c | 59 dwtcoef *datal = data, *synth = t->buffer, *synthl = synth; in vc2_subband_dwt_97() local 144 dwtcoef *synth = t->buffer, *synthl = synth, *datal = data; vc2_subband_dwt_53() local 219 dwtcoef *synth = t->buffer, *synthl = synth, *datal = data; dwt_haar() local [all...] |
H A D | sipr16k.c | 99 static void postfilter(float *out_data, float* synth, float* iir_mem, in postfilter() argument 180 float *synth = ctx->synth_buf + LP_FILTER_ORDER_16k; ff_sipr_decode_frame_16k() local [all...] |
H A D | sipr.h | 95 float synth[LP_FILTER_ORDER_16k]; member
|
H A D | dcadsp.c | 116 static void sub_qmf32_float_c(SynthFilterContext *synth, in sub_qmf32_float_c() argument 145 static void sub_qmf64_float_c(SynthFilterContext *synth, in sub_qmf64_float_c() argument 238 static void sub_qmf32_fixed_c(SynthFilterContext *synth, in sub_qmf32_fixed_c() argument 262 static void sub_qmf64_fixed_c(SynthFilterContext *synth, in sub_qmf64_fixed_c() argument
|
H A D | sipr.c | 376 float *synth = ctx->synth_buf + 16; // 16 instead of LP_FILTER_ORDER for in decode_frame() local
|
H A D | g729dec.c | 427 int16_t synth[SUBFRAME_SIZE+10]; // fixed-codebook vector in decode_frame() local [all...] |
H A D | dca_core.h | 194 SynthFilterContext synth; member
|
H A D | amrwbdec.c | 871 static float find_hb_gain(AMRWBContext *ctx, const float *synth, in find_hb_gain() argument
|
H A D | wmavoice.c | 808 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() argument 1442 synth_block(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const double *lsps, const double *prev_lsps, const struct frame_type_desc *frame_desc, float *excitation, float *synth) synth_block() argument 1484 synth_frame(AVCodecContext *ctx, GetBitContext *gb, int frame_idx, float *samples, const double *lsps, const double *prev_lsps, float *excitation, float *synth) synth_frame() argument 1721 float synth[MAX_LSPS + MAX_SFRAMESIZE]; synth_superframe() local [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | jni-bridge.cpp | 113 Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative( JNIEnv *env, jobject synth, jint nativeApi, jint sampleRate, jint channelCount, jint format, jint sharingMode, jint performanceMode, jint inputPreset, jint deviceId, jint sessionId, jint framesPerBurst, jboolean channelConversionAllowed, jboolean formatConversionAllowed, jint rateConversionQuality, jboolean isMMap, jboolean isInput) Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 109 struct sbg_script_synth *synth; member 624 parse_synth_channel_sine(struct sbg_parser *p, struct sbg_script_synth *synth) parse_synth_channel_sine() argument 645 parse_synth_channel_pink(struct sbg_parser *p, struct sbg_script_synth *synth) parse_synth_channel_pink() argument 658 parse_synth_channel_bell(struct sbg_parser *p, struct sbg_script_synth *synth) parse_synth_channel_bell() argument 677 parse_synth_channel_mix(struct sbg_parser *p, struct sbg_script_synth *synth) parse_synth_channel_mix() argument 690 parse_synth_channel_spin(struct sbg_parser *p, struct sbg_script_synth *synth) parse_synth_channel_spin() argument 716 struct sbg_script_synth *synth; parse_synth_channel() local 742 int r, synth; parse_synth_def() local [all...] |