Searched refs:channelMask (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSYS/include/ |
D | wav_file.h | 159 UINT channelMask; member
|
/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() 1936 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(texFormat); in init() local 1937 const float maxChannelValue = (channelMask[0]) ? (texFormatInfo.valueMax[0]) in init() 1938 : (channelMask[1]) ? (texFormatInfo.valueMax[1]) in init() 1939 : (channelMask[2]) ? (texFormatInfo.valueMax[2]) in init() 1967 iteration.borderColor = selectComponents(effectiveColors, nonEffectiveColors, channelMask); in init()
|
/external/aac/libSYS/src/ |
D | wav_file.cpp | 186 FDKfread_EL(&(wav->channelMask), 4, 1, wav->fp); in WAV_InputOpen()
|