Searched refs:OUT_BUFFER_SIZE (Results 1 - 4 of 4) sorted by relevance
/third_party/lame/dshow/ |
H A D | Encoder.cpp | 39 m_outFrameBuf = new unsigned char[OUT_BUFFER_SIZE]; in CEncoder() 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() 301 OUT_BUFFER_SIZE - m_outOffset); in Encode() 309 OUT_BUFFER_SIZE - m_outOffset); in Encode() 331 m_outOffset += lame_encode_flush(pgf, m_outFrameBuf + m_outOffset, OUT_BUFFER_SIZE - m_outOffset); in Finish()
|
H A D | Encoder.h | 45 #define OUT_BUFFER_SIZE 16384 macro 48 #define OUT_BUFFER_MAX (OUT_BUFFER_SIZE - OUT_BUFFER_GUARD)
|
H A D | Mpegac.cpp | 731 pProperties->cbBuffer = OUT_BUFFER_SIZE; in DecideBufferSize() 1781 pmt->SetSampleSize(OUT_BUFFER_SIZE); in GetMediaType() 1980 (*pmt)->lSampleSize = OUT_BUFFER_SIZE; in GetStreamCaps()
|
/third_party/ffmpeg/libavcodec/ |
H A D | shorten.c | 40 #define OUT_BUFFER_SIZE 16384 macro 102 uint8_t header[OUT_BUFFER_SIZE]; 487 if (s->header_size >= OUT_BUFFER_SIZE || in read_header()
|
Completed in 6 milliseconds