Home
last modified time | relevance | path

Searched refs:sampbuffer (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dunpack.c1179 const int32_t* sampbuffer = decode->sample_count_table; in generic_unpack_deep_pointers() local
1204 prevsamps += sampbuffer[x]; in generic_unpack_deep_pointers()
1207 prevsamps = sampbuffer[w - 1]; in generic_unpack_deep_pointers()
1218 int32_t samps = sampbuffer[x]; in generic_unpack_deep_pointers()
1236 sampbuffer += w; in generic_unpack_deep_pointers()
1245 const int32_t* sampbuffer = decode->sample_count_table; in generic_unpack_deep() local
1273 prevsamps += sampbuffer[x]; in generic_unpack_deep()
1276 prevsamps = sampbuffer[w - 1]; in generic_unpack_deep()
1287 int32_t samps = sampbuffer[x]; in generic_unpack_deep()
1302 sampbuffer += w; in generic_unpack_deep()
/dports/games/evq3/evq3/code/client/
H A Dcl_main.c320 static int16_t sampbuffer[4096]; // !!! FIXME: don't hardcode. in CL_CaptureVoip() local
333 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
341 int16_t s = sampbuffer[i+pos]; in CL_CaptureVoip()
350 speex_encode_int(clc.speexEncoder, &sampbuffer[pos], in CL_CaptureVoip()
377 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de… in CL_CaptureVoip()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_main.c516 static int16_t sampbuffer[VOIP_MAX_PACKET_SAMPLES]; in CL_CaptureVoip() local
534 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
538 const float flsamp = (float) sampbuffer[i]; in CL_CaptureVoip()
541 sampbuffer[i] = (int16_t) ((flsamp) * audioMult); in CL_CaptureVoip()
545 bytes = opus_encode(clc.opusEncoder, sampbuffer, samples, in CL_CaptureVoip()
571 …if (decio != NULL) { fwrite(sampbuffer, voipFrames * VOIP_MAX_FRAME_SAMPLES * 2, 1, decio); fflush… in CL_CaptureVoip()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_main.c531 static int16_t sampbuffer[VOIP_MAX_PACKET_SAMPLES]; in CL_CaptureVoip() local
549 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
553 const float flsamp = (float) sampbuffer[i]; in CL_CaptureVoip()
556 sampbuffer[i] = (int16_t) ((flsamp) * audioMult); in CL_CaptureVoip()
560 bytes = opus_encode(clc.opusEncoder, sampbuffer, samples, in CL_CaptureVoip()
586 …if (decio != NULL) { fwrite(sampbuffer, voipFrames * VOIP_MAX_FRAME_SAMPLES * 2, 1, decio); fflush… in CL_CaptureVoip()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_main.c345 static int16_t sampbuffer[2048]; in CL_CaptureVoip() local
358 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
362 int16_t *sampptr = &sampbuffer[pos]; in CL_CaptureVoip()
412 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de… in CL_CaptureVoip()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_main.c345 static int16_t sampbuffer[2048]; in CL_CaptureVoip() local
358 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
362 int16_t *sampptr = &sampbuffer[pos]; in CL_CaptureVoip()
412 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de… in CL_CaptureVoip()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c373 static int16_t sampbuffer[2048]; in CL_CaptureVoip() local
386 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
390 int16_t *sampptr = &sampbuffer[pos]; in CL_CaptureVoip()
440 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de… in CL_CaptureVoip()
H A Dcl_main.c.mine370 static int16_t sampbuffer[2048];
383 S_Capture(samples, (byte *) sampbuffer); // grab from audio card.
387 int16_t *sampptr = &sampbuffer[pos];
437 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de…
H A Dcl_main.c.r1788363 static int16_t sampbuffer[2048];
376 S_Capture(samples, (byte *) sampbuffer); // grab from audio card.
380 int16_t *sampptr = &sampbuffer[pos];
430 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de…
H A Dcl_main.c.r1910366 static int16_t sampbuffer[2048];
379 S_Capture(samples, (byte *) sampbuffer); // grab from audio card.
383 int16_t *sampptr = &sampbuffer[pos];
433 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de…
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c373 static int16_t sampbuffer[2048]; in CL_CaptureVoip() local
386 S_Capture(samples, (byte *) sampbuffer); // grab from audio card. in CL_CaptureVoip()
390 int16_t *sampptr = &sampbuffer[pos]; in CL_CaptureVoip()
440 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de… in CL_CaptureVoip()
H A Dcl_main.c.mine370 static int16_t sampbuffer[2048];
383 S_Capture(samples, (byte *) sampbuffer); // grab from audio card.
387 int16_t *sampptr = &sampbuffer[pos];
437 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de…
H A Dcl_main.c.r1788363 static int16_t sampbuffer[2048];
376 S_Capture(samples, (byte *) sampbuffer); // grab from audio card.
380 int16_t *sampptr = &sampbuffer[pos];
430 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de…
H A Dcl_main.c.r1910366 static int16_t sampbuffer[2048];
379 S_Capture(samples, (byte *) sampbuffer); // grab from audio card.
383 int16_t *sampptr = &sampbuffer[pos];
433 …if (decio != NULL) { fwrite(sampbuffer, speexFrames * clc.speexFrameSize * 2, 1, decio); fflush(de…