Searched refs:count_info (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | soundcard.h | 602 typedef struct count_info { struct 606 } count_info; argument 608 #define SNDCTL_DSP_GETIPTR _SIOR ('P',17, count_info) 609 #define SNDCTL_DSP_GETOPTR _SIOR ('P',18, count_info)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | soundcard.h | 602 typedef struct count_info { struct 606 } count_info; argument 608 #define SNDCTL_DSP_GETIPTR _SIOR ('P',17, count_info) 609 #define SNDCTL_DSP_GETOPTR _SIOR ('P',18, count_info)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | soundcard.h | 606 typedef struct count_info { struct 610 } count_info; argument 612 #define SNDCTL_DSP_GETIPTR _SIOR ('P',17, count_info) 613 #define SNDCTL_DSP_GETOPTR _SIOR ('P',18, count_info)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.h | 277 void vp9_parser_update(Vp9CodecContext *ctx, void *count_info);
|
| H A D | vp9d_parser.c | 1878 void vp9_parser_update(Vp9CodecContext *ctx, void *count_info) in vp9_parser_update() argument 1900 if (count_info != NULL) { in vp9_parser_update() 1902 memcpy((void *)&s->counts, count_info, sizeof(s->counts)); in vp9_parser_update()
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_oss.c | 2175 static int snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info… in snd_pcm_oss_get_ptr() 2181 struct count_info info; in snd_pcm_oss_get_ptr() 2714 (struct count_info __user *) arg); in snd_pcm_oss_ioctl()
|