Searched refs:frames1 (Results 1 – 7 of 7) sorted by relevance
83 int32_t frames1 = static_cast<int32_t>(mFifo->getFrameCapacity() - readIndex); in read() local84 int32_t numBytes = convertFramesToBytes(frames1); in read()92 int32_t frames2 = static_cast<uint32_t>(framesToRead - frames1); in read()126 int32_t frames1 = static_cast<uint32_t>(mFifo->getFrameCapacity() - writeIndex); in write() local127 int32_t numBytes = convertFramesToBytes(frames1); in write()133 source += convertFramesToBytes(frames1); in write()135 int frames2 = static_cast<uint32_t>(framesToWrite - frames1); in write()
160 snd_pcm_uframes_t frames1; in snd_pcm_alaw_decode() local167 frames1 = frames; in snd_pcm_alaw_decode()168 while (frames1-- > 0) { in snd_pcm_alaw_decode()198 snd_pcm_uframes_t frames1; in snd_pcm_alaw_encode() local205 frames1 = frames; in snd_pcm_alaw_encode()206 while (frames1-- > 0) { in snd_pcm_alaw_encode()
177 snd_pcm_uframes_t frames1; in snd_pcm_mulaw_decode() local184 frames1 = frames; in snd_pcm_mulaw_decode()185 while (frames1-- > 0) { in snd_pcm_mulaw_decode()215 snd_pcm_uframes_t frames1; in snd_pcm_mulaw_encode() local222 frames1 = frames; in snd_pcm_mulaw_encode()223 while (frames1-- > 0) { in snd_pcm_mulaw_encode()
113 snd_pcm_uframes_t frames1; in snd_pcm_lfloat_convert_integer_float() local123 frames1 = frames; in snd_pcm_lfloat_convert_integer_float()124 while (frames1-- > 0) { in snd_pcm_lfloat_convert_integer_float()158 snd_pcm_uframes_t frames1; in snd_pcm_lfloat_convert_float_integer() local168 frames1 = frames; in snd_pcm_lfloat_convert_float_integer()169 while (frames1-- > 0) { in snd_pcm_lfloat_convert_float_integer()
161 snd_pcm_uframes_t frames1; in snd_pcm_linear_convert() local168 frames1 = frames; in snd_pcm_linear_convert()169 while (frames1-- > 0) { in snd_pcm_linear_convert()197 snd_pcm_uframes_t frames1; in snd_pcm_linear_getput() local204 frames1 = frames; in snd_pcm_linear_getput()205 while (frames1-- > 0) { in snd_pcm_linear_getput()
234 snd_pcm_uframes_t frames1; in snd_pcm_adpcm_decode() local244 frames1 = frames; in snd_pcm_adpcm_decode()245 while (frames1-- > 0) { in snd_pcm_adpcm_decode()288 snd_pcm_uframes_t frames1; in snd_pcm_adpcm_encode() local298 frames1 = frames; in snd_pcm_adpcm_encode()299 while (frames1-- > 0) { in snd_pcm_adpcm_encode()
162 snd_pcm_uframes_t frames1; in snd_pcm_iec958_decode() local169 frames1 = frames; in snd_pcm_iec958_decode()170 while (frames1-- > 0) { in snd_pcm_iec958_decode()205 snd_pcm_uframes_t frames1; in snd_pcm_iec958_encode() local212 frames1 = frames; in snd_pcm_iec958_encode()219 while (frames1-- > 0) { in snd_pcm_iec958_encode()