Searched refs:mpa_bytes_pf (Results 1 – 1 of 1) sorted by relevance
55 static int mpa_bytes_ps, mpa_bytes_pf; variable372 mpa_bytes_pf = mpa_ctx.frame_size * mpa_bytes_ps; in tc_audio_init_ffmpeg()375 mpa_buf = malloc(mpa_bytes_pf); in tc_audio_init_ffmpeg()860 bytes_needed = mpa_bytes_pf - mpa_buf_ptr; in tc_audio_encode_ffmpeg()895 while (in_size >= mpa_bytes_pf) { in tc_audio_encode_ffmpeg()903 in_size -= mpa_bytes_pf; in tc_audio_encode_ffmpeg()904 in_buf += mpa_bytes_pf; in tc_audio_encode_ffmpeg()