HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_B (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 80 CHANNEL_B = (1u<<2), // Has "B" (2) channel
vkImageUtil.cpp 202 const deUint32 chanB = PlanarFormatDescription::CHANNEL_B;
836 const deUint8 chanB = (deUint8)PlanarFormatDescription::CHANNEL_B;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_attach.c 154 ret = ath5k_hw_nic_wakeup(ah, CHANNEL_B, 1);
ath5k.h 641 #define CHANNEL_B (CHANNEL_2GHZ|CHANNEL_CCK)
660 #define IS_CHAN_B(_c) ((_c->hw_value & CHANNEL_B) != 0)
915 * (ie. CHANNEL_A, CHANNEL_B, ...)
    [all...]
ath5k_reset.c 731 case CHANNEL_B:
ath5k.c 616 channels[count].hw_value = CHANNEL_B;
    [all...]
ath5k_phy.c     [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]
  /hardware/google/av/codec2/vndk/
C2AllocatorGralloc.cpp 488 C2PlaneInfo::CHANNEL_B, // channel

Completed in 158 milliseconds