Lines Matching refs:p2
96 void *p1 = 0, *p2 = 0;
104 &p2,
129 status = FSOUND_Sample_Unlock (fmd->fmod_sample, p1, p2, len1, len2);
162 static int fmod_unlock_sample (FSOUND_SAMPLE *sample, void *p1, void *p2,
165 int status = FSOUND_Sample_Unlock (sample, p1, p2, blen1, blen2);
179 void **p2,
191 p2,
205 fmod_unlock_sample (sample, *p1, *p2, *blen1, *blen2);
208 *p2 = NULL - 1;
219 if (!p2 && *blen2) {
220 dolog ("warning: !p2 && blen2=%d\n", *blen2);
231 void *p1 = 0, *p2 = 0;
274 &p1, &p2,
281 ldebug ("%p %p %d %d %d %d\n", p1, p2, len1, len2, blen1, blen2);
288 if (p2 && len2) {
289 fmod_write_sample (hw, p2, len2);
292 fmod_unlock_sample (fmd->fmod_sample, p1, p2, blen1, blen2);
459 void *p1, *p2;
481 &p1, &p2,
493 if (p2 && len2) {
494 hw->conv (hw->conv_buf, p2, len2, &nominal_volume);
497 fmod_unlock_sample (fmd->fmod_sample, p1, p2, blen1, blen2);