HomeSort by relevance Sort by last modified time
    Searched full:numchannels (Results 176 - 200 of 234) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/av/media/libstagefright/
Utils.cpp 717 int32_t numChannels, sampleRate;
718 if (!meta->findInt32(kKeyChannelCount, &numChannels)
723 msg->setInt32("channel-count", numChannels);
    [all...]
  /external/aac/libDRCdec/include/
FDK_drcDecLib.h 239 const int numChannels, const int frameSize,
  /external/aac/libSYS/include/
syslib_channelMapDescr.h 118 UCHAR numChannels; /*!< The number of channels for the channel map which is
  /external/python/cpython2/Lib/plat-mac/
videoreader.py 158 nch = self.audiodescr['numChannels']
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.cpp 365 // and numChannels are valid.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
videoreader.py 158 nch = self.audiodescr['numChannels']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 158 nch = self.audiodescr['numChannels']
  /external/aac/libDRCdec/src/
FDK_drcDecLib.cpp 535 const int numChannels, const int frameSize,
546 drcDec_GainDecoder_SetChannelGains(hDrcDec->hGainDec, numChannels, frameSize,
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 934 * perChannelNoiseProfile - numChannels * 2 noise profile coefficients.
935 * cfa - numChannels color channels corresponding to each of the per-channel noise profile
937 * numChannels - the number of noise profile coefficient pairs and color channels given in
946 size_t numChannels, const uint8_t* planeColors, size_t numPlanes,
956 for (size_t c = 0; c < numChannels; ++c) {
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 755 * @param numChannels the number of audio channels. Usually it is either 1 (mono) or 2
758 public void setAudioChannels(int numChannels) {
759 if (numChannels <= 0) {
762 mChannelCount = numChannels;
763 setParameter("audio-param-number-of-channels=" + numChannels);
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 309 .setAudioChannelCount(format.numChannels)
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 201 NumChannels; /*!< Amount of audio channels summing all channel elements
  /external/aac/libMpegTPEnc/include/
tp_data.h 201 NumChannels; /*!< Amount of audio channels summing all channel elements
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp 304 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order);
306 numChannels == 1 ? VK_COLOR_COMPONENT_R_BIT :
307 numChannels == 2 ? VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT :
308 numChannels == 3 ? VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT :
    [all...]
  /frameworks/av/media/extractors/wav/
WAVExtractor.cpp 236 ALOGV("numChannels=%d channelMask=0x%x", mNumChannels, mChannelMask);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.h 90 int32 numChannels,
pvmp3_polyphase_filter_window.h 123 int32 numChannels);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationInfoTest.java 584 1 /* numChannels */,
642 1 /* numChannels */,
    [all...]
  /frameworks/wilhelm/src/itf/
IEngine.cpp 307 thiz->mNumChannels = thiz->mDataSource.mFormat.mPCM.numChannels;
334 // thiz->mNumChannels = thiz->mDataSink.mFormat.mPCM.numChannels;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 257 unsigned numChannels = GetUi16(buf + 0x16);
260 if ((bitsPerSample & 0x7) != 0 || bitsPerSample >= 256 || numChannels >= 256)
274 unsigned delta = numChannels * (bitsPerSample >> 3);
    [all...]

Completed in 2257 milliseconds

1 2 3 4 5 6 78 910