Home
last modified time | relevance | path

Searched refs:currentMid (Results 1 – 3 of 3) sorted by relevance

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Drtptransceiver.go53 if currentMid := t.Mid(); currentMid != "" {
54 return fmt.Errorf("%w: %s to %s", errRTPTransceiverCannotChangeMid, currentMid, mid)
/dports/audio/kexis/kexis/
H A Ddecode.c76 pcmBlock.currentMid = bit_suck(&kexisBlock, 3, &pcmBlock, options); in decompress()
109 pcmBlock->currentMid, diffMid, diffAve, DECOMPRESS); in decode_kexisblock()
191 pcmBlock->currentMid = bit_suck(kexisBlock, 3, pcmBlock, options); in write_pcmblock()
H A Dtypes.h181 int currentMid; member