Searched refs:inputBufferSize (Results 1 – 8 of 8) sorted by relevance
194 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()