HomeSort by relevance Sort by last modified time
    Searched refs:numChannels (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.h 90 int32 numChannels,
pvmp3_poly_phase_synthesis.cpp 40 int32 numChannels, number of channels
123 int32 numChannels,
155 numChannels);
171 ptr_out + (numChannels << 5),
172 numChannels);
174 ptr_out += (numChannels << 6);
pvmp3_polyphase_filter_window.h 123 int32 numChannels);
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_common.cc 24 configuration.numChannels = kNumChannels;
33 if (2 == configuration.numChannels) {
  /frameworks/wilhelm/src/itf/
IMuteSolo.c 33 SLuint8 numChannels = ap->mNumChannels;
34 if (1 >= numChannels) {
37 } else if (numChannels <= chan) {
73 SLuint8 numChannels = ap->mNumChannels;
74 if (1 >= numChannels) {
77 } else if (numChannels <= chan) {
105 SLuint8 numChannels = ap->mNumChannels;
106 if (1 >= numChannels) {
109 } else if (numChannels <= chan) {
145 SLuint8 numChannels = ap->mNumChannels
    [all...]
  /frameworks/av/cmds/stagefright/
SineSource.cpp 12 SineSource::SineSource(int32_t sampleRate, int32_t numChannels)
15 mNumChannels(numChannels),
18 CHECK(numChannels == 1 || numChannels == 2);
SineSource.h 12 SineSource(int32_t sampleRate, int32_t numChannels);
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 107 SLuint8 numChannels = 0;
108 SLresult res = (*muteSolo)->GetNumChannels(muteSolo, &numChannels); ExitOnError(res);
109 //fprintf(stdout, "Content has %d channel(s)\n", numChannels);
117 if (numChannels > 1) { // SLMuteSoloItf only works if more than one channel
137 if (numChannels > 1) { // SLMuteSoloItf only works if more than one channel
278 SLuint8 numChannels = 123;
279 result = (*muteSoloItf)->GetNumChannels(muteSoloItf, &numChannels);
280 printf("GetNumChannels after Realize but before pre-fetch: result=%u, numChannels=%u\n",
281 result, numChannels);
330 numChannels = 123
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 102 static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NUM_CHANNELS);
107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
  /external/aac/libSYS/include/
wav_file.h 146 USHORT numChannels;
201 * \param numChannels Desired number of audio channels of the resulting WAV file.
206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
  /frameworks/wilhelm/tests/sandbox/
configbq.c 28 SLuint8 numChannels;
98 for (format = formats; format->numChannels; ++format) {
100 printf("Channels: %d, sample rate: %u, bits: %u\n", format->numChannels,
109 format_pcm.numChannels = format->numChannels;
150 float seconds = (((i * 8) / (format->bitsPerSample * format->numChannels)) * 1000.0) /
154 if (2 == format->numChannels) {
166 assert(1 == format->numChannels);
srcsink.c 44 format_pcm.numChannels = 2;
109 format_pcm.numChannels = 0;
114 format_pcm.numChannels = 3;
119 format_pcm.numChannels = 2;
178 format_pcm.numChannels = 1;
190 format_pcm.numChannels = 2;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 102 static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NUM_CHANNELS);
107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 102 static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NUM_CHANNELS);
107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 454 int numChannels = 0;
458 numChannels += 1;
463 numChannels += 2;
469 numChannels += 2;
476 numChannels += 1;
481 numChannels += 1;
486 numChannels += 2;
492 numChannels += 2;
498 numChannels += 1;
503 numChannels += 1
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 61 static int numChannels = 1;
71 numChannels = channel_count;
102 (numChannels > 1) ? AUDIO_CHANNEL_IN_STEREO : AUDIO_CHANNEL_IN_MONO,
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 136 int32_t sampleRate, numChannels;
138 desc, &sampleRate, &numChannels);
141 format->setInt32(kKeyChannelCount, numChannels);
APacketSource.cpp 473 int32_t sampleRate, numChannels;
475 desc.c_str(), &sampleRate, &numChannels);
478 mFormat->setInt32(kKeyChannelCount, numChannels);
489 int32_t sampleRate, numChannels;
491 desc.c_str(), &sampleRate, &numChannels);
494 mFormat->setInt32(kKeyChannelCount, numChannels);
496 if (sampleRate != 8000 || numChannels != 1) {
502 int32_t sampleRate, numChannels;
504 desc.c_str(), &sampleRate, &numChannels);
507 mFormat->setInt32(kKeyChannelCount, numChannels);
    [all...]
  /external/aac/libAACdec/src/
aacdec_drc.h 144 int numChannels );
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 28 * <li> numChannels - 1 for mono, 2 for stereo.
68 * @param numChannels 1 for mono, 2 for stereo.
73 public WaveHeader(short format, short numChannels, int sampleRate, short bitsPerSample, int numBytes) {
76 mNumChannels = numChannels;
111 * @param numChannels 1 for mono, 2 for stereo.
114 public WaveHeader setNumChannels(short numChannels) {
115 mNumChannels = numChannels;
272 "WaveHeader format=%d numChannels=%d sampleRate=%d bitsPerSample=%d numBytes=%d",
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 234 aacParams->nChannels = mStreamInfo->numChannels;
267 pcmParams->nChannels = mStreamInfo->numChannels;
551 // and numChannels are valid.
552 if (mStreamInfo->sampleRate && mStreamInfo->numChannels) {
555 mStreamInfo->numChannels);
641 INT prevNumChannels = mStreamInfo->numChannels;
660 (mStreamInfo->frameSize * mStreamInfo->numChannels)) {
691 mStreamInfo->frameSize * sizeof(int16_t) * mStreamInfo->numChannels;
695 mStreamInfo->frameSize * mStreamInfo->numChannels)) {
706 mStreamInfo->frameSize * mStreamInfo->numChannels)) {
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 145 UCHAR numChannels; /*!< */
288 * \param numChannels The amount of audio channels
293 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
313 * \param numChannels Input: Encoder input channels. output: core encoder channels.
332 INT *numChannels,
  /frameworks/av/include/media/stagefright/
ACodec.h 280 int32_t numChannels, int32_t sampleRate, int32_t bitRate,
285 status_t setupAC3Codec(bool encoder, int32_t numChannels, int32_t sampleRate);
287 status_t setupEAC3Codec(bool encoder, int32_t numChannels, int32_t sampleRate);
293 status_t setupG711Codec(bool encoder, int32_t numChannels);
296 bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel);
299 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 253 int numChannels = includeAlpha ? 4 : 3;
254 byte[] unsignedData = new byte[(shortData.length/2) * numChannels];
267 unsignedData[i * numChannels + 0] = UnsignedBytes.checkedCast(r);
268 unsignedData[i * numChannels + 1] = UnsignedBytes.checkedCast(g);
269 unsignedData[i * numChannels + 2] = UnsignedBytes.checkedCast(b);
272 unsignedData[i * numChannels + 3] = UnsignedBytes.checkedCast(a);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 75 int NetEQTest_init_coders(webrtc::NetEqDecoder coder, int enc_frameSize, int bitrate, int sampfreq , int vad, int numChannels);
77 int NetEQTest_free_coders(webrtc::NetEqDecoder coder, int numChannels);
78 int NetEQTest_encode(int coder, int16_t *indata, int frameLen, unsigned char * encoded,int sampleRate , int * vad, int useVAD, int bitrate, int numChannels);
280 int numChannels = 1;
418 numChannels = 2;
528 NetEQTest_init_coders(usedCodec, packet_size, bitrate, fs, useVAD, numChannels);
561 len=fread(org_data,2,packet_size * numChannels,in_file) / numChannels;
566 stereoDeInterleave(org_data, len * numChannels);
622 enc_len=NetEQTest_encode(usedCodec, org_data, packet_size, &rtp_data[12] ,fs,&vad, useVAD, bitrate, numChannels);
    [all...]

Completed in 647 milliseconds

1 2 3 4 5 6 7 8