1########### paramter ############ 2[paramter] 3# save bitstream in vdecoder.c 4vdecoder_save_bitstream = 0 5vdecoder_save_bitstream_path = /data/camera/bs.dat 6 7# save special bitstream in vdecoder.c 8vdecoder_save_special_bitstream = 0 9vdecoder_save_special_bitstream_path = /data/camera/spec.awsp 10 11# save picture from start_num to start_num + total_num 12vdecoder_save_picture_en = 0 13vdecoder_save_md5 = 0 14vdecoder_save_picture_start_num = 0 15vdecoder_save_picture_total_num = 10 16vdecoder_save_picture_path = /data/camera/pic.dat 17 18vdecoder_show_speed_info = 0 19 20# printf the log of vdecoder.c 21vdecoder_printf_log = 0 22vdecoder_fbm_printf_log = 0 23vdecoder_sbm_printf_log = 0 24 25ve_printf_register = 0 26 27check_malloc_leak = 0 28 29ipcs_save_picture_en = 0 30ipcs_save_md5 = 0 31ipcs_save_picture_start_num = 0 32ipcs_save_picture_total_num = 10 33ipcs_save_inpic_path = /mnt/ipcs_input.dat 34ipcs_save_outpic_path = /mnt/ipcs_output.dat 35 36# log will output if level >= log_level 37# #VERBOSE = 2, 38# #DEBUG = 3, 39# #INFO = 4, 40# #WARNING = 5, 41# #ERROR = 6, 42# setprop vendor.omx.debuglevel = 3 43cdc_log_level = 3 44vdec_log_level = 3 45venc_log_level = 3 46