You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hardware_samsung/exynos/multimedia/codecs/audio/exynos4/srp/alp/include/srp_ioctl.h

23 lines
644 B

#ifndef __SRP_IOCTL_H__
#define __SRP_IOCTL_H__
#ifdef __cplusplus
extern "C" {
#endif
#define SRP_INIT (0x10000)
#define SRP_DEINIT (0x10001)
#define SRP_GET_MMAP_SIZE (0x10002)
#define SRP_FLUSH (0x20002)
#define SRP_SEND_EOS (0x20005)
#define SRP_GET_IBUF_INFO (0x20007)
#define SRP_GET_OBUF_INFO (0x20008)
#define SRP_STOP_EOS_STATE (0x30007)
#define SRP_GET_DEC_INFO (0x30008)
#ifdef __cplusplus
}
#endif
#endif /* __SRP_IOCTL_H__ */