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

  /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. */
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [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/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 119 milliseconds