mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
124 lines
3.0 KiB
Plaintext
124 lines
3.0 KiB
Plaintext
menuconfig LPKG_MPP
|
|
bool "aic-mpp"
|
|
default y
|
|
|
|
config AIC_MPP_PLAYER_INTERFACE
|
|
bool "Enable player interface and demo"
|
|
default n
|
|
depends on LPKG_MPP
|
|
select LPKG_USING_MINIMP3
|
|
select AIC_AUDIO_DRV
|
|
select RT_USING_PTHREADS
|
|
|
|
config AIC_MPP_PLAYER_VE_USE_FILL_FB
|
|
bool "Enable player ve use fill fb"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_PLAYER_AUDIO_RENDER_SHARE_TEST
|
|
bool "Enable player audio render share test"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_PLAYER_FILE_CACHE
|
|
bool "Enable player read file using cache"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_PLAYER_FILE_CACHE_SIZE
|
|
int "Config player file read cache size"
|
|
default 65536
|
|
depends on AIC_MPP_PLAYER_FILE_CACHE
|
|
|
|
config AIC_MPP_AVI_DEMUX
|
|
bool "Enable avi demux"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_MKV_DEMUX
|
|
bool "Enable mkv demux"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_TS_DEMUX
|
|
bool "Enable ts demux"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_FLV_DEMUX
|
|
bool "Enable flv demux"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
|
|
config AIC_MPP_WMA_DEC
|
|
bool "Enable wma decoder"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
select LPKG_USING_FFMPEG
|
|
|
|
config AIC_MPP_AAC_DEC
|
|
bool "Enable aac decoder"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
select LPKG_USING_FAAD2
|
|
|
|
config AIC_MPP_FLAC_DEC
|
|
bool "Enable flac decoder"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
select LPKG_USING_LIBFLAC
|
|
|
|
config AIC_MPP_APE_DEC
|
|
bool "Enable ape decoder"
|
|
default n
|
|
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
|
|
select LPKG_USING_LIBAPE
|
|
|
|
config AIC_MPP_RECORDER_INTERFACE
|
|
bool "Enable recorder interface and demo"
|
|
default n
|
|
depends on LPKG_MPP
|
|
select LPKG_USING_MAD
|
|
select AIC_AUDIO_DRV
|
|
select RT_USING_PTHREADS
|
|
|
|
config AIC_MPP_VIN
|
|
bool "Enable Video Input interface"
|
|
default n
|
|
depends on LPKG_MPP
|
|
|
|
config AIC_MPP_VIN_DEV
|
|
bool "Enable Video Input interface of DevMode"
|
|
default n
|
|
depends on LPKG_MPP && !AIC_MPP_VIN && AIC_USING_DE
|
|
|
|
config AIC_MPP_VIN_BUF_SIZE
|
|
int "Size of Video Input buffer"
|
|
default 1843264
|
|
depends on LPKG_MPP && (AIC_MPP_VIN || AIC_MPP_VIN_DEV)
|
|
|
|
config AIC_MPP_FB_TEST
|
|
bool "Enable MPP FB test programs"
|
|
default n
|
|
depends on LPKG_MPP
|
|
|
|
config AIC_MPP_VE_TEST
|
|
bool "Enable MPP VE test programs"
|
|
default n
|
|
depends on LPKG_MPP
|
|
|
|
config AIC_MPP_GE_TEST
|
|
bool "Enable MPP GE test programs"
|
|
default n
|
|
depends on LPKG_MPP
|
|
|
|
config AIC_MPP_AICP_DEC_ENABLE
|
|
bool "enable aic picture decoder"
|
|
default n
|
|
depends on LPKG_MPP
|
|
|
|
config AIC_MPP_H264_DEC_ENABLE
|
|
bool "enable H.264 decoder"
|
|
default y
|
|
depends on LPKG_MPP && AIC_VE_DRV_V10
|