18 lines
415 B
Plaintext
Executable File
18 lines
415 B
Plaintext
Executable File
########### paramter ############
|
|
[paramter]
|
|
# log will output if level >= log_level
|
|
# #VERBOSE = 2,
|
|
# #DEBUG = 3,
|
|
# #INFO = 4,
|
|
# #WARNING = 5,
|
|
# #ERROR = 6,
|
|
# setprop vendor.omx.debuglevel = 3
|
|
cdc_log_level = 5
|
|
cdc_log_level_file_path = "/tmp/libcedarc_dynamic_log_level"
|
|
|
|
# lock ve hw
|
|
# 0: implement thread lock by pthread_muxtex_t api
|
|
# 1: implement process lock for veby ioctl of ve
|
|
use_ve_hw_process_lock = 1
|
|
|