OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_pcm_hw_param_t
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h
222
snd_pcm_hw_param_t
var)
228
snd_pcm_hw_param_t
var)
780
snd_pcm_hw_param_t
var)
786
snd_pcm_hw_param_t
var)
792
snd_pcm_hw_param_t
var)
798
snd_pcm_hw_param_t
var)
829
void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params,
snd_pcm_hw_param_t
var);
837
int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime,
snd_pcm_hw_param_t
var,
839
int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime,
snd_pcm_hw_param_t
var,
841
int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime,
snd_pcm_hw_param_t
var
[
all
...]
asound.h
299
typedef int __bitwise
snd_pcm_hw_param_t
;
typedef
300
#define SNDRV_PCM_HW_PARAM_ACCESS ((__force
snd_pcm_hw_param_t
) 0) /* Access type */
301
#define SNDRV_PCM_HW_PARAM_FORMAT ((__force
snd_pcm_hw_param_t
) 1) /* Format */
302
#define SNDRV_PCM_HW_PARAM_SUBFORMAT ((__force
snd_pcm_hw_param_t
) 2) /* Subformat */
306
#define SNDRV_PCM_HW_PARAM_SAMPLE_BITS ((__force
snd_pcm_hw_param_t
) 8) /* Bits per sample */
307
#define SNDRV_PCM_HW_PARAM_FRAME_BITS ((__force
snd_pcm_hw_param_t
) 9) /* Bits per frame */
308
#define SNDRV_PCM_HW_PARAM_CHANNELS ((__force
snd_pcm_hw_param_t
) 10) /* Channels */
309
#define SNDRV_PCM_HW_PARAM_RATE ((__force
snd_pcm_hw_param_t
) 11) /* Approx rate */
310
#define SNDRV_PCM_HW_PARAM_PERIOD_TIME ((__force
snd_pcm_hw_param_t
) 12) /* Approx distance between interrupts in us */
311
#define SNDRV_PCM_HW_PARAM_PERIOD_SIZE ((__force
snd_pcm_hw_param_t
) 13) /* Approx frames between interrupts *
[
all
...]
pcm_params.h
27
snd_pcm_hw_param_t
var, int *dir);
30
snd_pcm_hw_param_t
var, int *dir);
32
snd_pcm_hw_param_t
var, int *dir);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h
222
snd_pcm_hw_param_t
var)
228
snd_pcm_hw_param_t
var)
780
snd_pcm_hw_param_t
var)
786
snd_pcm_hw_param_t
var)
792
snd_pcm_hw_param_t
var)
798
snd_pcm_hw_param_t
var)
829
void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params,
snd_pcm_hw_param_t
var);
837
int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime,
snd_pcm_hw_param_t
var,
839
int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime,
snd_pcm_hw_param_t
var,
841
int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime,
snd_pcm_hw_param_t
var
[
all
...]
asound.h
299
typedef int __bitwise
snd_pcm_hw_param_t
;
typedef
300
#define SNDRV_PCM_HW_PARAM_ACCESS ((__force
snd_pcm_hw_param_t
) 0) /* Access type */
301
#define SNDRV_PCM_HW_PARAM_FORMAT ((__force
snd_pcm_hw_param_t
) 1) /* Format */
302
#define SNDRV_PCM_HW_PARAM_SUBFORMAT ((__force
snd_pcm_hw_param_t
) 2) /* Subformat */
306
#define SNDRV_PCM_HW_PARAM_SAMPLE_BITS ((__force
snd_pcm_hw_param_t
) 8) /* Bits per sample */
307
#define SNDRV_PCM_HW_PARAM_FRAME_BITS ((__force
snd_pcm_hw_param_t
) 9) /* Bits per frame */
308
#define SNDRV_PCM_HW_PARAM_CHANNELS ((__force
snd_pcm_hw_param_t
) 10) /* Channels */
309
#define SNDRV_PCM_HW_PARAM_RATE ((__force
snd_pcm_hw_param_t
) 11) /* Approx rate */
310
#define SNDRV_PCM_HW_PARAM_PERIOD_TIME ((__force
snd_pcm_hw_param_t
) 12) /* Approx distance between interrupts in us */
311
#define SNDRV_PCM_HW_PARAM_PERIOD_SIZE ((__force
snd_pcm_hw_param_t
) 13) /* Approx frames between interrupts *
[
all
...]
pcm_params.h
27
snd_pcm_hw_param_t
var, int *dir);
30
snd_pcm_hw_param_t
var, int *dir);
32
snd_pcm_hw_param_t
var, int *dir);
/external/kernel-headers/original/sound/
asound.h
300
typedef int
snd_pcm_hw_param_t
;
typedef
[
all
...]
/bionic/libc/kernel/common/sound/
asound.h
276
typedef int
snd_pcm_hw_param_t
;
typedef
[
all
...]
Completed in 1198 milliseconds