Lines Matching defs:out_bytes
209 int out_bytes = 0;
212 out_bytes = lame_encode_buffer_interleaved(pgf, start_padd, 48, m_outFrameBuf, OUT_BUFFER_SIZE);
214 out_bytes = lame_encode_buffer(pgf, start_padd, start_padd, 48, m_outFrameBuf, OUT_BUFFER_SIZE);
216 if (out_bytes > 0)
217 m_outOffset += out_bytes;
293 int out_bytes = 0;
296 out_bytes = lame_encode_buffer_interleaved(
303 out_bytes = lame_encode_buffer(
311 if (out_bytes < 0)
314 m_outOffset += out_bytes;