Searched refs:inputBufferSize (Results 1 – 10 of 10) sorted by relevance
194 void allocate_rbsp_buffer(uint32 inputBufferSize);
151 void allocate_rbsp_buffer(uint32 inputBufferSize);
189 void allocate_rbsp_buffer(uint32 inputBufferSize);
155 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument157 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()
164 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument166 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()
153 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) in allocate_rbsp_buffer() argument155 m_rbspBytes = (byte *) calloc(1,inputBufferSize); in allocate_rbsp_buffer()