Searched defs:channelType (Results 1 - 13 of 13) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdecoder.h184 AUDIO_CHANNEL_TYPE channelType[(8)]; /*!< Audio channel type of each output audio channel (from 0 upto numChannels). */ member in struct:AAC_DECODER_INSTANCE
203 AUDIO_CHANNEL_TYPE channelTypePrev[(8)]; /*!< Array holding the channelType values of the last successful decode call. */
/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp1366 glw::GLenum channelType = GL_NONE; local
1387 case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT: channelType = GL_SIGNED_NORMALIZED; break;
1388 case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT: channelType = GL_UNSIGNED_NORMALIZED; break;
1389 case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER: channelType = GL_INT; break;
1390 case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER: channelType = GL_UNSIGNED_INT; break;
1391 case tcu::TEXTURECHANNELCLASS_FLOATING_POINT: channelType = GL_FLOAT; break;
1408 return channelType;
1420 return channelType;
1431 return channelType;
1440 return channelType;
[all...]
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp549 tcu::TextureFormat::ChannelType channelType; local
553 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
556 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
563 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp446 const AUDIO_CHANNEL_TYPE channelType[], /* in */
461 FDK_ASSERT(channelType != NULL);
482 switch (channelType[ch]) {
673 AUDIO_CHANNEL_TYPE channelType[], /* out */
682 FDK_ASSERT(channelType != NULL);
688 FDKmemclear(channelType, PCM_DMX_MAX_IO_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE));
738 channelType[mappedIdx] = ACT_FRONT;
785 channelType[mappedIdx] = type;
1881 AUDIO_CHANNEL_TYPE channelType[],
1903 || (channelType
444 getChannelMode( const INT numChannels, const AUDIO_CHANNEL_TYPE channelType[], const UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], PCM_DMX_CHANNEL_MODE *chMode ) argument
670 getChannelDescription( const PCM_DMX_CHANNEL_MODE chMode, const UCHAR channelMapping[][8], AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] ) argument
1875 pcmDmx_ApplyFrame( HANDLE_PCM_DOWNMIX self, INT_PCM *pPcmBuf, UINT frameSize, INT *nChannels, int fInterleaved, AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], const UCHAR channelMapping[][8], INT *pDmxOutScale ) argument
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1001 const tcu::TextureFormat::ChannelType channelType = format.type; local
1002 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType);
1006 return getFloatingPointMinimumResolvableDifference(maxZvalue, channelType);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp543 tcu::TextureFormat::ChannelType channelType; local
547 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
548 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
549 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
550 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
557 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
/external/opencv3/modules/core/src/
H A Docl.cpp5552 int channelType = norm ? channelTypesNorm[depth] : channelTypes[depth]; local
5554 format.image_channel_data_type = (cl_channel_type)channelType;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 325 milliseconds