#define HAL_TDM_NAME_LEN 64
#define HAL_TDM_PATH_LEN 1024
-#define HAL_TDM_VBLANK_DEFAULT_NAME "Unknown"
#define HAL_TDM_EVENT_SOURCE_MAX 3
/**
*/
typedef enum {
HAL_TDM_CAPTURE_CAPABILITY_OUTPUT = (1 << 0), /**< The capture device supports to dump a output */
- HAL_TDM_CAPTURE_CAPABILITY_LAYER = (1 << 1), /**< The capture device supports to dump a layer */
HAL_TDM_CAPTURE_CAPABILITY_ONESHOT = (1 << 4), /**< The capture device supports oneshot dump */
HAL_TDM_CAPTURE_CAPABILITY_STREAM = (1 << 5), /**< The capture device supports streamp sump */
} hal_tdm_capture_capability;