Home | History | Annotate | Download | only in src

Lines Matching refs:inputBufferSize

155 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize)
157 m_rbspBytes = (byte *) calloc(1,inputBufferSize);