HomeSort by relevance Sort by last modified time
    Searched defs:nbChannels (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 54 M4OSA_UInt16 nbChannels;
M4WRITER_common.h 149 M4OSA_UInt16 nbChannels; /**< Number of channels */
  /frameworks/av/libvideoeditor/vss/src/
VideoEditorResampler.cpp 46 int nbChannels;
58 uint32_t dataSize = pBuffer->frameCount * this->nbChannels * sizeof(int16_t);
89 context->nbChannels = inChannelCount;
110 context->nbChannels * sizeof(int16_t)) / 1000);
154 memcpy(context->mInput,input,(context->nbSamples * context->nbChannels * sizeof(int16_t)));
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 173 uint32_t nbChannels = popcount(channelMask);
190 int frameSize = nbChannels * bytesPerSample;
508 jint sampleRateInHertz, jint nbChannels, jint audioFormat) {
511 sampleRateInHertz, nbChannels, audioFormat);
518 audio_channel_in_mask_from_count(nbChannels));
526 return frameCount * nbChannels * (audioFormat == ENCODING_PCM_16BIT ? 2 : 1);
android_media_AudioTrack.cpp 225 int nbChannels = popcount(nativeChannelMask);
270 int frameCount = buffSizeInBytes / (nbChannels * bytesPerSample);
830 jint sampleRateInHertz, jint nbChannels, jint audioFormat) {
837 return frameCount * nbChannels * (audioFormat == ENCODING_PCM_16BIT ? 2 : 1);
    [all...]

Completed in 118 milliseconds