Searched refs:ooffset (Results 1 – 6 of 6) sorted by relevance
/sof-2.7.6/src/audio/pcm_converter/ |
D | pcm_converter_generic.c | 32 uint32_t ooffset, uint32_t samples) in pcm_convert_s16_to_s24() argument 41 dst = audio_stream_write_frag_s32(sink, buff_frag + ooffset); in pcm_convert_s16_to_s24() 51 uint32_t ooffset, uint32_t samples) in pcm_convert_s24_to_s16() argument 60 dst = audio_stream_write_frag_s16(sink, buff_frag + ooffset); in pcm_convert_s24_to_s16() 74 uint32_t ooffset, uint32_t samples) in pcm_convert_s16_to_s32() argument 83 dst = audio_stream_write_frag_s32(sink, buff_frag + ooffset); in pcm_convert_s16_to_s32() 93 uint32_t ooffset, uint32_t samples) in pcm_convert_s32_to_s16() argument 102 dst = audio_stream_write_frag_s16(sink, buff_frag + ooffset); in pcm_convert_s32_to_s16() 116 uint32_t ooffset, uint32_t samples) in pcm_convert_s24_to_s32() argument 125 dst = audio_stream_write_frag_s32(sink, buff_frag + ooffset); in pcm_convert_s24_to_s32() [all …]
|
D | pcm_converter_hifi3.c | 50 uint32_t ooffset, uint32_t samples) in pcm_convert_s16_to_s24() argument 53 ae_int32 *out = audio_stream_write_frag(sink, ooffset, sizeof(int32_t)); in pcm_convert_s16_to_s24() 155 uint32_t ooffset, uint32_t samples) in pcm_convert_s24_to_s16() argument 159 ae_int16x4 *out = audio_stream_write_frag(sink, ooffset, in pcm_convert_s24_to_s16() 267 uint32_t ooffset, uint32_t samples) in pcm_convert_s16_to_s32() argument 271 ae_int32 *out = audio_stream_write_frag(sink, ooffset, in pcm_convert_s16_to_s32() 354 uint32_t ooffset, uint32_t samples) in pcm_convert_s32_to_s16() argument 358 ae_int16x4 *out = audio_stream_write_frag(sink, ooffset, in pcm_convert_s32_to_s16() 462 uint32_t ooffset, uint32_t samples) in pcm_convert_s24_to_s32() argument 466 ae_int32x2 *out = audio_stream_write_frag(sink, ooffset, in pcm_convert_s24_to_s32() [all …]
|
D | pcm_converter.c | 18 struct audio_stream *sink, uint32_t ooffset, in pcm_convert_as_linear() argument 27 char *w_ptr = audio_stream_get_frag(sink, sink->w_ptr, ooffset, in pcm_convert_as_linear() 36 if (audio_stream_get_free_samples(sink) < samples + ooffset) in pcm_convert_as_linear()
|
/sof-2.7.6/src/include/sof/audio/ |
D | pcm_converter.h | 47 uint32_t ooffset, uint32_t samples); 152 struct audio_stream *sink, uint32_t ooffset,
|
D | audio_stream.h | 558 uint32_t ooffset, uint32_t samples) in audio_stream_copy() argument 564 (char *)sink->w_ptr + ooffset * ssize); in audio_stream_copy()
|
/sof-2.7.6/src/include/sof/lib/ |
D | dma.h | 232 uint32_t ooffset, uint32_t frames);
|