Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 19 of 19) sorted by relevance

/drivers/interface/audio/v1_0/
DAudioTypes.idl82 AUDIO_FORMAT_TYPE_PCM_8_BIT = 1 << 0, /**< 8-bit PCM */
83 AUDIO_FORMAT_TYPE_PCM_16_BIT = 1 << 1, /**< 16-bit PCM */
84 AUDIO_FORMAT_TYPE_PCM_24_BIT = 1 << 1 | 1 << 0, /**< 24-bit PCM */
85 AUDIO_FORMAT_TYPE_PCM_32_BIT = 1 << 2, /**< 32-bit PCM */
142 AUDIO_SAMPLE_FORMAT_S8 = 0, /**< signed 8 bit sample */
143 AUDIO_SAMPLE_FORMAT_S8P = 1, /**< signed 8 bit planar sample */
144 AUDIO_SAMPLE_FORMAT_U8 = 2, /**< unsigned 8 bit sample */
145 AUDIO_SAMPLE_FORMAT_U8P = 3, /**< unsigned 8 bit planar sample */
147 AUDIO_SAMPLE_FORMAT_S16 = 4, /**< signed 16 bit sample */
148 AUDIO_SAMPLE_FORMAT_S16P = 5, /**< signed 16 bit planar sample */
[all …]
/drivers/hdf_core/framework/support/platform/include/dma/
Ddmac_core.h30 #define DmaEventSignal(event, bit) LOS_EventWrite(event, bit) argument
31 #define DmaEventWait(event, bit, timeout) LOS_EventRead(event, bit, LOS_WAITMODE_OR + LOS_WAITMODE_… argument
/drivers/interface/audio/effect/v1_0/
DEffectTypes.idl50 …EFFECT_BUFFER_FLOAT_SIGNED_32 = 1 << 0, /**< 32bit float type audio data point to the start of the…
51 …EFFECT_BUFFER_SINGED_32 = 1 << 1, /**< 32bit signed type audio data point to the start of th…
52 …EFFECT_BUFFER_SIGNED_16 = 1 << 2, /**< 16bit signed type audio data point to the start of th…
53 …EFFECT_BUFFER_UNSIGNED_8 = 1 << 3, /**< 8bit unsigned type audio data point to the start of t…
/drivers/interface/codec/v1_0/
DCodecTypes.idl93 HEVC_MAIN_10_PROFILE, /**< H.265 10-bit main profile. */
131 AUDIO_SAMPLE_FMT_U8 = 0, /**< Unsigned 8-bit integer, packed. */
132 AUDIO_SAMPLE_FMT_S16, /**< Signed 16-bit integer, packed. */
133 AUDIO_SAMPLE_FMT_S32, /**< Signed 32-bit integer, packed. */
136 AUDIO_SAMPLE_FMT_U8P, /**< Unsigned 8-bit integer, planar. */
137 AUDIO_SAMPLE_FMT_S16P, /**< Signed 16-bit integer, planar. */
138 AUDIO_SAMPLE_FMT_S32P, /**< Signed 32-bit integer, planar. */
165 * @brief Enumerates the bit rate modes.
169 BIT_RATE_MODE_VBR, /**< Variable bit rate. */
170 BIT_RATE_MODE_CBR, /**< Constant bit rate. */
[all …]
/drivers/hdf_core/framework/sample/config/uart/
Duart_config.hcs9 wlen = 0x60; // 8 bit width
/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wlan_utils.c72 #define SET_BIT(target, bit) (target) = ((target) | ((0x1) << (bit))) argument
73 #define CLEAR_BIT(target, bit) (target) = ((target) & (~((0x1) << (bit)))) argument
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl366 boolean enGlobalAlpha; /**< Global alpha enable bit */
367 boolean enPixelAlpha; /**< Pixel alpha enable bit */
385 * @brief Stores surface information for hardware acceleration, such as draw image and bit blit.
396 boolean bAlphaExt1555; /**< ARGB1555 alpha extension enable bit */
441 boolean enGlobalAlpha; /**< Global alpha enable bit */
443 boolean enPixelAlpha; /**< Pixel alpha enable bit */
446 boolean enableRop; /**< Raster operations pipeline (ROP) enable bit */
449 boolean enableScale; /**< Scaling enable bit */
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
Dv4l2_main.cpp111 constexpr uint32_t bit = 8; in DoFbMunmap() local
112 unsigned int size = g_vInfo.xres * g_vInfo.yres * g_vInfo.bits_per_pixel / bit; in DoFbMunmap()
121 constexpr uint32_t bit = 8; in DoFbMmap() local
122 int screensize = g_vInfo.xres * g_vInfo.yres * g_vInfo.bits_per_pixel / bit; in DoFbMmap()
/drivers/interface/wlan/v1_1/
DWlanTypes.idl345 /** Transmission bit rate in Mbps. */
347 /** Received bit rate in Mbps. */
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c169 static void LwipDrvConfig(struct netif *netif, uint32_t conFlags, uint8_t bit) in LwipDrvConfig() argument
173 (void)bit; in LwipDrvConfig()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c192 static void LwipDrvConfig(struct netif *netif, uint32_t conFlags, uint8_t bit) in LwipDrvConfig() argument
196 (void)bit; in LwipDrvConfig()
/drivers/peripheral/light/
DREADME.md68 …effect.lightBrightness = 0x80000000; // Brightness value. The most significant bit indicates the c…
/drivers/interface/input/v1_0/
DInputTypes.idl92 * A bit is used to indicate the type of events that can be reported by the input device.
/drivers/interface/location/lpfence/geofence/v1_0/
DGeofenceTypes.idl205 …/** Bit 0 indicates whether the longitude and latitude are valid, and bit 5 indicates whether the …
/drivers/interface/usb/v1_0/
DIUsbInterface.idl345 … * @brief Obtains the list of functions (represented by bit field) supported by the current device.
355 * @brief Sets the list of functions (represented by bit field) supported by the current device.
/drivers/hdf_core/framework/model/audio/usb/src/
Daudio_usb_mixer.c751 int32_t bit = idx >> USB_SHIFT_SIZE_3; in AudioUsbCheckMatrixBitmap() local
753 return bmap[bit] & (S8_CAMPARE_VAL >> map); in AudioUsbCheckMatrixBitmap()
/drivers/peripheral/display/
DREADME.md16 …eration, including the initialization of the hardware acceleration module, bit blit, and regular g…
/drivers/interface/ril/v1_1/
DTypes.idl1019 * Uplink aggregate maximum bit rate (AMBR)
2482 …* Ratio of the power of each modulation bit to the noise spectral density, which ranges from -25 t…
/drivers/interface/ril/v1_0/
DTypes.idl979 * Uplink aggregate maximum bit rate (AMBR)
2442 …* Ratio of the power of each modulation bit to the noise spectral density, which ranges from -25 t…