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

  /external/aac/libPCMutils/include/
pcmutils_lib.h 309 AUDIO_CHANNEL_TYPE channelType[],
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 441 const AUDIO_CHANNEL_TYPE channelType[], /* in */
456 FDK_ASSERT(channelType != NULL);
477 switch (channelType[ch]) {
668 AUDIO_CHANNEL_TYPE channelType[], /* out */
677 FDK_ASSERT(channelType != NULL);
683 FDKmemclear(channelType, PCM_DMX_MAX_IO_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE));
733 channelType[mappedIdx] = ACT_FRONT;
780 channelType[mappedIdx] = type;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp 102 AudioChannel* AudioBus::channelByType(unsigned channelType)
110 if (channelType == ChannelMono || channelType == ChannelLeft)
115 switch (channelType) {
122 switch (channelType) {
131 switch (channelType) {
141 switch (channelType) {
  /external/aac/libAACdec/src/
aacdecoder.h 184 AUDIO_CHANNEL_TYPE channelType[(8)]; /*!< Audio channel type of each output audio channel (from 0 upto numChannels). */
203 AUDIO_CHANNEL_TYPE channelTypePrev[(8)]; /*!< Array holding the channelType values of the last successful decode call. */
aacdecoder.cpp 749 self->streamInfo.pChannelType = self->channelType;
    [all...]
aacdecoder_lib.cpp 976 self->channelType[0] = ACT_FRONT;
977 self->channelType[1] = ACT_FRONT;
999 self->channelType,
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.hpp 60 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTextureUtil.cpp 74 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
76 switch (channelType)
199 static Vec2 getChannelValueRange (TextureFormat::ChannelType channelType)
204 switch (channelType)
293 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType)
295 switch (channelType)
359 static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType channelType
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 672 tcu::TextureFormat::ChannelType channelType;
676 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
677 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
678 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
679 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
686 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 486 milliseconds