HomeSort by relevance Sort by last modified time
    Searched full:max_db (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/kernel/common/sound/
tlv.h 34 #define TLV_DB_MINMAX_ITEM(min_dB, max_dB) SNDRV_CTL_TLVT_DB_MINMAX, 2 * sizeof(unsigned int), (min_dB), (max_dB)
35 #define TLV_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) SNDRV_CTL_TLVT_DB_MINMAX_MUTE, 2 * sizeof(unsigned int), (min_dB), (max_dB)
36 #define DECLARE_TLV_DB_MINMAX(name, min_dB, max_dB) unsigned int name[] = { TLV_DB_MINMAX_ITEM(min_dB, max_dB) }
37 #define DECLARE_TLV_DB_MINMAX_MUTE(name, min_dB, max_dB) unsigned int name[] = { TLV_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) }
39 #define TLV_DB_LINEAR_ITEM(min_dB, max_dB) SNDRV_CTL_TLVT_DB_LINEAR, 2 * sizeof(unsigned int), (min_dB), (max_dB)
    [all...]
  /external/kernel-headers/original/sound/
tlv.h 50 #define TLV_DB_MINMAX_ITEM(min_dB, max_dB) \
52 (min_dB), (max_dB)
53 #define TLV_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) \
55 (min_dB), (max_dB)
56 #define DECLARE_TLV_DB_MINMAX(name, min_dB, max_dB) \
57 unsigned int name[] = { TLV_DB_MINMAX_ITEM(min_dB, max_dB) }
58 #define DECLARE_TLV_DB_MINMAX_MUTE(name, min_dB, max_dB) \
59 unsigned int name[] = { TLV_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) }
61 /* linear volume between min_dB and max_dB (.01dB unit) */
62 #define TLV_DB_LINEAR_ITEM(min_dB, max_dB) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 45 /* linear volume between min_dB and max_dB (.01dB unit) */
46 #define TLV_DB_LINEAR_ITEM(min_dB, max_dB) \
48 (min_dB), (max_dB)
49 #define DECLARE_TLV_DB_LINEAR(name, min_dB, max_dB) \
50 unsigned int name[] = { TLV_DB_LINEAR_ITEM(min_dB, max_dB) }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 45 /* linear volume between min_dB and max_dB (.01dB unit) */
46 #define TLV_DB_LINEAR_ITEM(min_dB, max_dB) \
48 (min_dB), (max_dB)
49 #define DECLARE_TLV_DB_LINEAR(name, min_dB, max_dB) \
50 unsigned int name[] = { TLV_DB_LINEAR_ITEM(min_dB, max_dB) }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
evergreen_hw_context.c 41 ctx->max_db = 8;
r600_hw_context.c 71 ctx->max_db*16);
80 memset(results, 0, ctx->max_db * 4 * 4);
96 for(i = 0; i < ctx->max_db; i++) {
385 for (i = 0; i < ctx->max_db; i++) {
548 query->result_size = 16 * ctx->max_db;
radeonsi_pipe.h 163 unsigned max_db; /* for OQ */ member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
evergreen_hw_context.c 41 ctx->max_db = 8;
r600_hw_context.c 71 ctx->max_db*16);
80 memset(results, 0, ctx->max_db * 4 * 4);
96 for(i = 0; i < ctx->max_db; i++) {
385 for (i = 0; i < ctx->max_db; i++) {
548 query->result_size = 16 * ctx->max_db;
radeonsi_pipe.h 163 unsigned max_db; /* for OQ */ member in struct:r600_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 59 num_results = buf_size / (16 * ctx->max_db);
61 for (i = 0; i < ctx->max_db; i++) {
67 results += 4 * ctx->max_db;
266 query->result_size = 16 * rctx->max_db;
r600_hw_context.c 71 PIPE_USAGE_STAGING, ctx->max_db*16);
80 memset(results, 0, ctx->max_db * 4 * 4);
95 for(i = 0; i < ctx->max_db; i++) {
626 ctx->max_db = 4;
    [all...]
evergreen_hw_context.c 771 ctx->max_db = 8;
r600_pipe.h 436 unsigned max_db; /* for OQ */ member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 59 num_results = buf_size / (16 * ctx->max_db);
61 for (i = 0; i < ctx->max_db; i++) {
67 results += 4 * ctx->max_db;
266 query->result_size = 16 * rctx->max_db;
r600_hw_context.c 71 PIPE_USAGE_STAGING, ctx->max_db*16);
80 memset(results, 0, ctx->max_db * 4 * 4);
95 for(i = 0; i < ctx->max_db; i++) {
626 ctx->max_db = 4;
    [all...]
evergreen_hw_context.c 771 ctx->max_db = 8;
r600_pipe.h 436 unsigned max_db; /* for OQ */ member in struct:r600_context
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 

Completed in 357 milliseconds

1 2