HomeSort by relevance Sort by last modified time
    Searched defs:nChannels (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/aac/libAACenc/src/
channel_map.h 112 INT nChannels;
121 INT nChannels);
aacenc.h 228 INT nChannels; /* number of channels to process */
299 * \param nChannels number of total channels
312 INT coreSamplingRate, INT frameLength, INT nChannels,
356 const INT nChannels, /* number of maximal channels in instance to support */
qc_data.h 137 INT nChannels;
qc_main.cpp 160 static void FDKaacEnc_crashRecovery(INT nChannels,
168 int* chConstraintsFulfilled, int* calculateQuant, int nChannels,
238 const INT nChannels, const INT nSubFrames,
251 for (i = 0; i < nChannels; i++) {
259 } /* nChannels */
451 INT nChannels = elInfo->nChannelsInEl;
457 nChannels);
462 adjThrStateElement, nChannels);
660 int nChannels = elInfo.nChannelsInEl;
669 nChannels, psyOut[0]->psyOutElement[i]->commonWindow
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/include/
voAAC.h 47 short nChannels; /*! number of channels on input (1,2) */
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 40 EAS_U16 nChannels;
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
endpointvolume.h 48 UINT nChannels;
    [all...]
  /external/aac/libSBRdec/src/
sbr_ram.h 131 int nChannels; /* Number of elements output channels (=2 in case of PS) */
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_AudioExt.h 57 OMX_U32 nChannels; /**< Number of channels */
66 OMX_U32 nChannels; /**< Number of channels */
75 OMX_U32 nChannels; /**< Number of channels */
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 48 int nChannels;
  /external/aac/libSBRenc/src/
sbr.h 161 int nChannels; /* Total channel count across all elements. */
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 53 //int nChannels; /* OpenCV functions support 1,2,3 or 4 channels */
82 static int icvMatchTest( double* src_pixel, int nChannels, int* match,
84 /*static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
94 static void icvUpdateFullWindow( double* src_pixel, int nChannels,
102 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match,
104 static void icvUpdatePartialNoMatch( double* src_pixel, int nChannels,
110 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point,
112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model );
182 first_frame->height), IPL_DEPTH_8U, first_frame->nChannels));
198 const int p = i*first_frame->widthStep+j*first_frame->nChannels;
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsgmt.c 300 int nChannels, nGridpoints;
350 nChannels = cmsChannelsOf(ColorSpace);
352 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
367 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
390 CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL);
cmssamp.c 72 cmsUInt32Number nChannels;
93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
99 if (nChannels != T_CHANNELS(dwFormat)) {
cmsps2.c 865 cmsUInt32Number nChannels;
875 nChannels = T_CHANNELS(InputFormat);
897 switch (nChannels) {
926 cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Only 3, 4 channels supported for CSA. This profile has %d channels.", nChannels);
    [all...]
cmsvirt.c 294 int nChannels;
309 nChannels = cmsChannelsOf(ColorSpace);
312 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels);
317 if (!cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, cmsStageAllocToneCurves(ContextID, nChannels, TransferFunctions)))
400 int nChannels;
433 nChannels = cmsChannelsOf(ColorSpace);
435 CLUT = cmsStageAllocCLut16bit(ContextID, 17, nChannels, nChannels, NULL);
440 if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) ||
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 52 size_t nChannels;
91 const size_t nChannels,
101 const size_t nChannels,
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.h 215 int16_t nChannels;
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 85 const size_t nChannels,
93 nullptr, 0, audioSamples, samplesPerSec, nChannels, nSamples,
100 const size_t nChannels,
106 GetPlayoutData(static_cast<int>(samplesPerSec), nChannels, nSamples, true,
transmit_mixer.cc 322 size_t nChannels,
331 "nChannels=%" PRIuS ", samplesPerSec=%u, totalDelayMS=%u, "
333 nSamples, nChannels, samplesPerSec, totalDelayMS, clockDrift,
339 nChannels,
    [all...]
  /frameworks/av/media/libstagefright/
AudioSource.cpp 216 const int32_t nChannels = mRecord->channelCount();
224 if (nChannels == 1) { // mono
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
QOMX_AudioExtensions.h 81 * nChannels : Number of channels
93 OMX_U32 nChannels;
112 * nChannels : Number of channels
129 OMX_U16 nChannels;
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 114 int32_t nChannels, samplerate;
122 if (!md->findInt32(kKeyChannelCount, &nChannels)
151 nChannels,
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 210 AudioEncHidlTest::standardComp comp, int32_t nChannels,
235 setupFLACPort(omxNode, portIndex, nChannels, nSampleRate,
245 OMX_AUDIO_AACStreamFormatMP4FF, nChannels, nBitRate,
310 int32_t samplesPerFrame, int32_t nChannels,
316 int bytesCount = samplesPerFrame * nChannels * 2;
418 int32_t nChannels = 2;
424 nChannels = 1;
430 nChannels = 1;
436 nChannels = 2;
442 nChannels = 2
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 124 INT nChannels;
246 INT nChannels; /**< Number of channels. */
306 INT nChannels, INT supportPS);

Completed in 839 milliseconds

1 2 3