Lines Matching refs:memcpy
163 memcpy(output + kOpusHeaderLabelOffset, "OpusHead", 8); in WriteOpusHeader()
169 memcpy(output + kOpusHeaderSkipSamplesOffset, &header.skip_samples, sizeof(uint16_t)); in WriteOpusHeader()
171 memcpy(output + kOpusHeaderSampleRateOffset, &input_sample_rate, sizeof(uint32_t)); in WriteOpusHeader()
173 memcpy(output + kOpusHeaderGainOffset, &header.gain_db, sizeof(uint16_t)); in WriteOpusHeader()
216 memcpy(output + headerLen, AOPUS_CSD_OPUS_HEADER_MARKER, AOPUS_MARKER_SIZE); in WriteOpusHeaders()
232 memcpy(output + AOPUS_MARKER_SIZE, &length, AOPUS_LENGTH_SIZE); in WriteOpusHeaders()
251 memcpy(output + headerLen, AOPUS_CSD_CODEC_DELAY_MARKER, AOPUS_MARKER_SIZE); in WriteOpusHeaders()
253 memcpy(output + headerLen, &length, AOPUS_LENGTH_SIZE); in WriteOpusHeaders()
255 memcpy(output + headerLen, &codecDelay, length); in WriteOpusHeaders()
264 memcpy(output + headerLen, AOPUS_CSD_SEEK_PREROLL_MARKER, AOPUS_MARKER_SIZE); in WriteOpusHeaders()
266 memcpy(output + headerLen, &length, AOPUS_LENGTH_SIZE); in WriteOpusHeaders()
268 memcpy(output + headerLen, &seekPreRoll, length); in WriteOpusHeaders()
317 memcpy(&value, csdBuf + AOPUS_MARKER_SIZE, sizeof(value)); in GetOpusHeaderBuffers()
332 memcpy(&value, csdBuf + AOPUS_MARKER_SIZE, sizeof(value)); in GetOpusHeaderBuffers()
346 memcpy(&value, csdBuf + AOPUS_MARKER_SIZE, sizeof(value)); in GetOpusHeaderBuffers()