HomeSort by relevance Sort by last modified time
    Searched refs:mDstChannelCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 52 // mDstChannelCount
162 mDstChannelCount = audio_channel_count_from_in_mask(dstChannelMask);
163 mDstFrameSize = mDstChannelCount * audio_bytes_per_sample(mDstFormat);
192 mBufFrameSize = mDstChannelCount * audio_bytes_per_sample(AUDIO_FORMAT_PCM_FLOAT);
194 mBufFrameSize = mDstChannelCount * audio_bytes_per_sample(mSrcFormat);
240 frames * mDstChannelCount);
247 memcpy_by_index_array(dstBuf, mDstChannelCount,
256 frames * mDstChannelCount);
284 memcpy_by_index_array(dst, mDstChannelCount,
290 frames * mDstChannelCount);
    [all...]
  /frameworks/av/media/libmedia/include/media/
RecordBufferConverter.h 98 uint32_t mDstChannelCount;

Completed in 473 milliseconds