Home
last modified time | relevance | path

Searched refs:frames1 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoBuffer.cpp83 int32_t frames1 = static_cast<int32_t>(mFifo->getFrameCapacity() - readIndex); in read() local
84 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() local
127 int32_t numBytes = convertFramesToBytes(frames1); in write()
133 source += convertFramesToBytes(frames1); in write()
135 int frames2 = static_cast<uint32_t>(framesToWrite - frames1); in write()
/third_party/alsa-lib/src/pcm/
Dpcm_alaw.c160 snd_pcm_uframes_t frames1; in snd_pcm_alaw_decode() local
167 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() local
205 frames1 = frames; in snd_pcm_alaw_encode()
206 while (frames1-- > 0) { in snd_pcm_alaw_encode()
Dpcm_mulaw.c177 snd_pcm_uframes_t frames1; in snd_pcm_mulaw_decode() local
184 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() local
222 frames1 = frames; in snd_pcm_mulaw_encode()
223 while (frames1-- > 0) { in snd_pcm_mulaw_encode()
Dpcm_lfloat.c113 snd_pcm_uframes_t frames1; in snd_pcm_lfloat_convert_integer_float() local
123 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() local
168 frames1 = frames; in snd_pcm_lfloat_convert_float_integer()
169 while (frames1-- > 0) { in snd_pcm_lfloat_convert_float_integer()
Dpcm_linear.c161 snd_pcm_uframes_t frames1; in snd_pcm_linear_convert() local
168 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() local
204 frames1 = frames; in snd_pcm_linear_getput()
205 while (frames1-- > 0) { in snd_pcm_linear_getput()
Dpcm_adpcm.c234 snd_pcm_uframes_t frames1; in snd_pcm_adpcm_decode() local
244 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() local
298 frames1 = frames; in snd_pcm_adpcm_encode()
299 while (frames1-- > 0) { in snd_pcm_adpcm_encode()
Dpcm_iec958.c162 snd_pcm_uframes_t frames1; in snd_pcm_iec958_decode() local
169 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() local
212 frames1 = frames; in snd_pcm_iec958_encode()
219 while (frames1-- > 0) { in snd_pcm_iec958_encode()