Lines Matching refs:streamBuffer
125 if (currStream->streamBuffer) in SODBtoRBSP()
126 currStream->streamBuffer[currStream->byte_pos++] = currStream->byte_buf; in SODBtoRBSP()
155 MS_S32 RBSPtoEBSP(MS_U8 *streamBuffer, MS_S32 begin_bytepos, MS_S32 end_bytepos, MS_S32 min_num_byt… in RBSPtoEBSP() argument
169 …memcpy(&NAL_Payload_buffer[begin_bytepos],&streamBuffer[begin_bytepos], (end_bytepos - begin_bytep… in RBSPtoEBSP()
176 streamBuffer[j] = 0x03; in RBSPtoEBSP()
180 streamBuffer[j] = NAL_Payload_buffer[i]; in RBSPtoEBSP()
190 streamBuffer[j] = 0x00; // CABAC zero word in RBSPtoEBSP()
191 streamBuffer[j+1] = 0x00; in RBSPtoEBSP()
192 streamBuffer[j+2] = 0x03; in RBSPtoEBSP()
295 currStream->streamBuffer[currStream->byte_pos++] = currStream->byte_buf; in writeUVLC2buffer()
356 MS_ASSERT (bitstream->streamBuffer != NULL); in ue_v()
400 MS_ASSERT (bitstream->streamBuffer != NULL); in se_v()
448 MS_ASSERT (bitstream->streamBuffer != NULL); in u_1()
495 MS_ASSERT (bitstream->streamBuffer != NULL); in u_v()