Home
last modified time | relevance | path

Searched refs:sustain (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
H A Dasound_fm.h48 unsigned char do_sustain; /* sustain phase */
56 unsigned char sustain; /* 4 bits: sustain level */ member
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c852 unsigned int sustain, sustain_reset; /**< code detect timer */ member
1024 state->sustain = 0; in hdcd_reset()
1138 if (states[i].sustain > 0) { in hdcd_scan()
1140 if (states[i].sustain <= (unsigned)max) { in hdcd_scan()
1142 max = states[i].sustain; in hdcd_scan()
1144 states[i].sustain -= max; in hdcd_scan()
1157 states[i].sustain = states[i].sustain_reset; in hdcd_scan()
1171 if (cdt_active[i] && states[i].sustain == 0) in hdcd_scan()
1387 gain = hdcd_analyze(samples, envelope_run, stride, gain, target_gain, peak_extend, ctx->analyze_mode, state->sustain, -1); in hdcd_process()
1399 gain = hdcd_analyze(samples, lead, stride, gain, target_gain, peak_extend, ctx->analyze_mode, state->sustain, in hdcd_process()
[all...]

Completed in 5 milliseconds