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.

31 lines
753 B

menuconfig SOCT_VENC_SUPPORT
tristate "Video Encoder Support"
default n if ARCH_RESERVED5
default y if SOCT_DRV_BUILDIN
default m
help
When enabled, Video Encoder can be supported
if SOCT_VENC_SUPPORT
config VENC_H265_SUPPORT
bool "H265 Protocol support"
help
When enabled, encoding with h265 protocol
default y
config VENC_JPEG_SUPPORT
bool "Encode JPEG image support"
help
When enabled, supports encoding jpeg images
depends on SOCT_JPGE_SUPPORT
default n
config VENC_RCNREF_SHARE_SUPPORT
bool "Reference frame and Reconstruct frame memory sharing"
help
When enabled, support shared memory between reference frames and reconstruct frames
default y
endif