Lines Matching defs:out
237 pull out Xing bytes
406 decodeMP3_clipchoice(PMPSTR mp, unsigned char *in, int isize, char *out, int *done,
604 /*do_layer3(&mp->fr,(unsigned char *) out,done); */
610 if (decode_layer1_frame(mp, (unsigned char *) out, done) < 0)
618 decode_layer2_frame(mp, (unsigned char *) out, done);
622 decode_layer3_frame(mp, (unsigned char *) out, done, synth_1to1_mono_ptr, synth_1to1_ptr);
695 decodeMP3(PMPSTR mp, unsigned char *in, int isize, char *out, int osize, int *done)
703 return decodeMP3_clipchoice(mp, in, isize, out, done, synth_1to1_mono, synth_1to1);
707 decodeMP3_unclipped(PMPSTR mp, unsigned char *in, int isize, char *out, int osize, int *done)
711 lame_report_fnc(mp->report_err, "hip: out space too small for unclipped mode\n");
716 return decodeMP3_clipchoice(mp, in, isize, out, done, synth_1to1_mono_unclipped,