Home
last modified time | relevance | path

Searched refs:dst_offset (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/
Dchannels.cpp85 size_t dst_offset; \
86 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \
89 for (; dst_offset < (out_buff_chans); dst_offset++) { \
119 for (size_t dst_offset = num_extra_chans; dst_offset < (out_buff_chans); dst_offset++) { \
163 size_t dst_offset; \
164 for (dst_offset = 0; dst_offset < (in_buff_chans); dst_offset++) { \
167 for (;dst_offset < (out_buff_chans); dst_offset++) { \
196 size_t dst_offset; \
197 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \
200 for (; dst_offset < (out_buff_chans); dst_offset++) { \
[all …]
/system/extras/simpleperf/
Dutils.cpp277 size_t dst_offset = 0; in XzDecompress() local
284 size_t dst_remaining = dst.size() - dst_offset; in XzDecompress()
285 int res = XzUnpacker_Code(&state, reinterpret_cast<Byte*>(&dst[dst_offset]), &dst_remaining, in XzDecompress()
294 dst_offset += dst_remaining; in XzDecompress()
301 dst.resize(dst_offset); in XzDecompress()
/system/unwinding/libunwindstack/
DMemory.cpp719 size_t dst_offset = 0; in ReadBlocks() local
732 dst_offset += blocks_.back().decompressed_size; in ReadBlocks()
736 size_ = dst_offset; in ReadBlocks()
737 total_size_ += dst_offset; in ReadBlocks()