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

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 131 class ChannelAccess
134 ChannelAccess (tcu::TextureChannelClass channelClass,
163 ChannelAccess getChannelAccess (ycbcr::MultiPlaneImageData& data,
178 void calculateBounds (const ChannelAccess& rPlane,
179 const ChannelAccess& gPlane,
180 const ChannelAccess& bPlane,
181 const ChannelAccess& aPlane,
vktYCbCrUtil.cpp 265 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx);
266 tcu::TextureLevel tmpTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT), channelAccess.getWidth(), channelAccess.getHeight());
271 for (int y = 0; y < channelAccess.getHeight(); ++y)
272 for (int x = 0; x < channelAccess.getWidth(); ++x)
274 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y);
799 // ChannelAccess utilities
853 ChannelAccess::ChannelAccess (tcu::TextureChannelClass channelClass,
869 deUint32 ChannelAccess::getChannelUint (const tcu::IVec3& pos) cons
    [all...]
  /packages/apps/SecureElement/src/com/android/se/security/
ChannelAccess.java 39 public class ChannelAccess {
41 private final String mTag = "SecureElement-ChannelAccess";
51 /** Clones the ChannelAccess */
52 public ChannelAccess clone() {
53 ChannelAccess ca = new ChannelAccess();
93 /** Sets the Access for the ChannelAccess */

Completed in 134 milliseconds