Lines Matching defs:done
406 decodeMP3_clipchoice(PMPSTR mp, unsigned char *in, int isize, char *out, int *done,
602 *done = 0;
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)
716 return decodeMP3_clipchoice(mp, in, isize, out, done, synth_1to1_mono_unclipped,