Searched refs:channelMask (Results 1 – 9 of 9) 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 | 344 const BVec4 channelMask = getTextureFormatChannelMask(format); in comparePixelToColorClearValue() local 366 …qual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); in comparePixelToColorClearValue() 371 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << r… in comparePixelToColorClearValue() 387 …qual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); in comparePixelToColorClearValue() 392 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << r… in comparePixelToColorClearValue() 408 …qual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); in comparePixelToColorClearValue() 413 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << r… in comparePixelToColorClearValue() 434 … bool result = !(calcFloatDiff(resColor[ndx], refColor[ndx]) > threshold[ndx] && channelMask[ndx]); in comparePixelToColorClearValue() 444 …s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << thresholdVec4 << " Color:" … in comparePixelToColorClearValue()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 159 deUint32 channelMask = 0; in getClearValueInt() local 165 channelMask = 0xFFu; in getClearValueInt() 184 channelMask = 0xFFu; in getClearValueInt() 187 channelMask = 0xFFFFu; in getClearValueInt() 190 channelMask = 0xFFFFFFFFu; in getClearValueInt() 197 clearValue.color.int32[0] = COLOR_TABLE_INT[colorTableIndex].x() & channelMask; in getClearValueInt() 198 clearValue.color.int32[1] = COLOR_TABLE_INT[colorTableIndex].y() & channelMask; in getClearValueInt() 199 clearValue.color.int32[2] = COLOR_TABLE_INT[colorTableIndex].z() & channelMask; in getClearValueInt() 200 clearValue.color.int32[3] = COLOR_TABLE_INT[colorTableIndex].w() & channelMask; in getClearValueInt()
|
/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 | 942 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearColorToString() local 957 if (channelMask[i]) in clearColorToString() 970 if (channelMask[i]) in clearColorToString() 985 if (channelMask[i]) in clearColorToString() 1033 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in randomColorClearValue() local 1043 if (!channelMask[ndx]) in randomColorClearValue() 1055 if (!channelMask[ndx]) in randomColorClearValue() 1069 if (!channelMask[ndx]) in randomColorClearValue() 2957 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearValueToPixelValue() local 2964 if (channelMask[i]) in clearValueToPixelValue() [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 2245 channelMask; in combineImages() local 2250 channelMaskImages(first_,last_,&channelMask,channel_); in combineImages() 2252 restoreChannelMaskImages(first_,last_,&channelMask); in combineImages()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 650 pcm.channelMask = pSles->channels == 1 ? SL_SPEAKER_FRONT_CENTER : in slesCreateServer()
|