Home | History | Annotate | Download | only in src

Lines Matching refs:max_frame_size

255     int max_frame_size = 48000*2;
592 in = (short*)malloc(max_frame_size*channels*sizeof(short));
593 out = (short*)malloc(max_frame_size*channels*sizeof(short));
595 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short));
772 output_samples = max_frame_size;
782 output_samples = max_frame_size;