Searched refs:start_padd (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/dshow/ |
H A D | Encoder.cpp | 207 short * start_padd = (short *)calloc(48, nch * sizeof(short)); in Init() local 212 out_bytes = lame_encode_buffer_interleaved(pgf, start_padd, 48, m_outFrameBuf, OUT_BUFFER_SIZE); in Init() 214 out_bytes = lame_encode_buffer(pgf, start_padd, start_padd, 48, m_outFrameBuf, OUT_BUFFER_SIZE); in Init() 219 free(start_padd); in Init()
|
Completed in 2 milliseconds