Home
last modified time | relevance | path

Searched defs:pbep (Results 1 – 5 of 5) sorted by relevance

/dports/net/tshark/wireshark-3.6.1/ui/qt/utils/
H A Drtp_audio_routing_filter.cpp76 for(qint64 i = (readBytes / SAMPLE_BYTES) - 1; i > 0; i--) {
84 } else if (audio_routing_.getChannel() == channel_stereo_both) {
/dports/games/libretro-px68k/px68k-libretro-8455d9c/libretro/
H A Ddswin.c41 BYTE *pbep = &pcmbuffer[PCMBUF_SIZE]; variable
/dports/games/libretro-px68k/px68k-libretro-8455d9c/fmgen/
H A Dopm.cpp460 void OPM::Mix(Sample* buffer, int nsamples, int rate, BYTE* pbsp, BYTE* pbep) in Mix()
H A Dfmg_wrap.cpp170 void OPM_Update(short *buffer, int length, int rate, BYTE *pbsp, BYTE *pbep) in OPM_Update()
/dports/games/libretro-px68k/px68k-libretro-8455d9c/x68k/
H A Dadpcm.c117 void FASTCALL ADPCM_Update(signed short *buffer, DWORD length, int rate, BYTE *pbsp, BYTE *pbep) in ADPCM_Update()