Home
last modified time | relevance | path

Searched refs:mpa_bytes_pf (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/export/
H A Daud_aux.c55 static int mpa_bytes_ps, mpa_bytes_pf; variable
372 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()