Searched refs:channelMask (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/android/ |
D | opensles_common.cc | 32 configuration.channelMask = SL_SPEAKER_FRONT_CENTER; in CreatePcmConfiguration() 34 configuration.channelMask = in CreatePcmConfiguration()
|
D | opensles_player.cc | 225 format.channelMask = SL_SPEAKER_FRONT_CENTER; in CreatePCMConfiguration() 227 format.channelMask = SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT; in CreatePCMConfiguration()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 341 const BVec4 channelMask = getTextureFormatChannelMask(format); in comparePixelToColorClearValue() local 363 …qual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); in comparePixelToColorClearValue() 368 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << r… in comparePixelToColorClearValue() 384 …qual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); in comparePixelToColorClearValue() 389 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << r… in comparePixelToColorClearValue() 405 …qual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); in comparePixelToColorClearValue() 410 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << r… in comparePixelToColorClearValue() 431 … bool result = !(calcFloatDiff(resColor[ndx], refColor[ndx]) > threshold[ndx] && channelMask[ndx]); in comparePixelToColorClearValue() 441 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << thresholdVec4 << " Color:" … in comparePixelToColorClearValue()
|
/external/aac/libSYS/include/ |
D | wav_file.h | 159 UINT channelMask; member
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 261 format_pcm.channelMask = SL_SPEAKER_FRONT_CENTER; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer() 412 format_pcm.channelMask = SL_SPEAKER_FRONT_CENTER; in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 416 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat); in mapToFormatColorRepresentable() local 436 return rr::GenericVec4(tcu::select(linearized, tcu::Vec4(0.0f), channelMask)); in mapToFormatColorRepresentable() 446 return rr::GenericVec4(tcu::select(access.getPixel(0, 0), tcu::Vec4(0.0f), channelMask)); in mapToFormatColorRepresentable() 451 return rr::GenericVec4(tcu::select(access.getPixelInt(0, 0), tcu::IVec4(0), channelMask)); in mapToFormatColorRepresentable() 456 return rr::GenericVec4(tcu::select(access.getPixelUint(0, 0), tcu::UVec4(0u), channelMask)); in mapToFormatColorRepresentable() 1941 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat); in init() local 1942 const float maxChannelValue = (channelMask[0]) ? (texFormatInfo.valueMax[0]) in init() 1943 : (channelMask[1]) ? (texFormatInfo.valueMax[1]) in init() 1944 : (channelMask[2]) ? (texFormatInfo.valueMax[2]) in init() 1972 iteration.borderColor = selectComponents(effectiveColors, nonEffectiveColors, channelMask); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 906 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearColorToString() local 920 if (channelMask[i]) in clearColorToString() 933 if (channelMask[i]) in clearColorToString() 948 if (channelMask[i]) in clearColorToString() 996 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in randomColorClearValue() local 1005 if (!channelMask[ndx]) in randomColorClearValue() 1017 if (!channelMask[ndx]) in randomColorClearValue() 1031 if (!channelMask[ndx]) in randomColorClearValue() 2869 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearValueToPixelValue() local 2876 if (channelMask[i]) in clearValueToPixelValue() [all …]
|
/external/aac/libSYS/src/ |
D | wav_file.cpp | 186 FDKfread_EL(&(wav->channelMask), 4, 1, wav->fp); in WAV_InputOpen()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 2233 channelMask; in combineImages() local 2238 channelMaskImages(first_,last_,&channelMask,channel_); in combineImages() 2240 restoreChannelMaskImages(first_,last_,&channelMask); in combineImages()
|
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
D | sles.cpp | 657 pcm.channelMask = pSles->channels == 1 ? SL_SPEAKER_FRONT_CENTER : in slesCreateServer()
|