Home | History | Annotate | Download | only in include

Lines Matching full:speaker

253  * Speaker description tags.
260 ACT_FRONT = 0x01, /*!< Front speaker position (at normal height) */
261 ACT_SIDE = 0x02, /*!< Side speaker position (at normal height) */
262 ACT_BACK = 0x03, /*!< Back speaker position (at normal height) */
263 ACT_LFE = 0x04, /*!< Low frequency effect speaker postion (front) */
265 ACT_TOP = 0x10, /*!< Top speaker area (for combination with speaker positions) */
266 ACT_FRONT_TOP = 0x11, /*!< Top front speaker = (ACT_FRONT|ACT_TOP) */
267 ACT_SIDE_TOP = 0x12, /*!< Top side speaker = (ACT_SIDE |ACT_TOP) */
268 ACT_BACK_TOP = 0x13, /*!< Top back speaker = (ACT_BACK |ACT_TOP) */
270 ACT_BOTTOM = 0x20, /*!< Bottom speaker area (for combination with speaker positions) */
271 ACT_FRONT_BOTTOM = 0x21, /*!< Bottom front speaker = (ACT_FRONT|ACT_BOTTOM) */
272 ACT_SIDE_BOTTOM = 0x22, /*!< Bottom side speaker = (ACT_SIDE |ACT_BOTTOM) */
273 ACT_BACK_BOTTOM = 0x23 /*!< Bottom back speaker = (ACT_BACK |ACT_BOTTOM) */