专栏底层软件rx0接入3个ovx8b摄像头,只有第一路摄像头有图

rx0接入3个ovx8b摄像头,只有第一路摄像头有图

已解决
szc2024-09-24
94
18

用户您好,请详细描述您所遇到的问题,详细的描述有助于帮助我们快速定位,解决问题~Thanks♪(・ω・)ノ

1. 硬件获取渠道及型号:

立昇智能科技提供的J5 SOM EDK

2. 系统镜像版本:

root@j5dvb:~# cat /etc/version

mipi@mipi debug 20231219-124328

3. 问题模块:

vpm

4. 问题描述:

rx0接入3个ovx8b摄像头,只有第一路摄像头有图

5. 示例代码:

6. log文件(目前暂不支持附件上传,请通过百度网盘上传后贴链接):

三个摄像头的i2c地址分别是0x10, 0x20, 0x30.

从log看配置了三个摄像头的寄存器,但是start的时候,只点亮了第一个摄像头(( 1589): [526.612549][ovx8b]:write x8b 1@0x10: 0x0100=0x0001),也只有ipi0启动了。不知道为什么没有启动其他两个摄像头。

执行的命令是

elif test "$1" == "quad_sen_cim_isp0_pym0_4k_ovx8b"; then


    echo "========= Run $1"

    ${COMMON_DIR}vpm_gtest -v "/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json" -e 0 -r 1000 -S 1 -c "/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_j5dev.json" -M 7\

    -x ${cam_rstart} -X ${vio_rstart} \

    --gtest_filter=VpmScenarioTest.vpm_scenario_pym_data \

#    --gtest_output=xml:${OUTPUT_DIR_PREFIX}output/vps_$1_test_result.xml

配置文件如下

hb_j5dev.json

{

"config_number":1,

"board_name":"j5dvb",

"config_0":{

"comment": "ovx8b(sensing) rggb 3840x2160 pwl raw12 30fps on host1 max9296",

"interface_type": "mipi",

"deserial_num":1,

"deserial_0":{

"deserial_name":"max9296",

"deserial_addr":"0x48",

"bus_type":0,

"bus_num":1,

"power_mode":0,

"gpio_pin":[453,309],

"gpio_level":[0,0]

},

"port_number":3,

"port_0":{

"dev_port":0,

"bus_type":0,

"bus_num":1,

"entry_num":0,

"serial_addr":"0x40",

"sensor_addr":"0x10",

"sensor_name":"ovx8b",

"reg_width":16,

"extra_mode":0,

"config_index":516,

"sensor_mode":5,

"fps":30,

"resolution":2160,

"deserial_index":0,

"deserial_port":0,

"data_path":"/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/cim_config.json",

"config_path":"/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json"

},

"port_1":{

"dev_port":1,

"bus_type":0,

"bus_num":1,

"entry_num":0,

"serial_addr":"0x40",

"sensor_addr":"0x20",

"sensor_name":"ovx8b",

"reg_width":16,

"extra_mode":0,

"config_index":516,

"sensor_mode":5,

"fps":30,

"resolution":2160,

"deserial_index":0,

"deserial_port":1,

"data_path":"/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/cim_config.json",

"config_path":"/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json"

},

"port_2":{

"dev_port":2,

"bus_type":0,

"bus_num":1,

"entry_num":0,

"serial_addr":"0x40",

"sensor_addr":"0x30",

"sensor_name":"ovx8b",

"reg_width":16,

"extra_mode":0,

"config_index":516,

"sensor_mode":5,

"fps":30,

"resolution":2160,

"deserial_index":0,

"deserial_port":2,

"data_path":"/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/cim_config.json",

"config_path":"/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json"

}

}

}


cim_config.json

{

"pipeline0":{

"cim": {

"input": {

"mipi": {

"enable": 1,

"width": 3840,

"height": 2160,

"format": 44,

"rx_index": 0,

"vc_index": 0,

"channels": 1,

"raw16_splict": 0,

"dbg_clear": 0,

"y_uv_swap": 0,

"tag_enable": 0,

"function": {

"enable_frame_id": 1,

"enable_bypass": 0,

"enable_pattern": 0,

"hdr_mode": 0,

"set_init_frame_id": 1,

"set_bypass_channels": 1

}

}

},

"output": {

"pym": {

"pym0_en": 0,

"pym1_en": 0

},

"isp0": {

"isp_ch0": 1,

"isp_ch1": 0,

"isp_ch2": 0,

"isp_ch3": 0

},

"isp1":{

"isp_ch0": 0,

"isp_ch1": 0,

"isp_ch2": 0,

"isp_ch3": 0

}

}

}

},

"pipeline1":{

"cim": {

"input": {

"mipi": {

"enable": 1,

"width": 3840,

"height": 2160,

"format": 44,

"rx_index": 0,

"vc_index": 1,

"channels": 1,

"raw16_splict": 0,

"dbg_clear": 0,

"y_uv_swap": 0,

"tag_enable": 0,

"function": {

"enable_frame_id": 1,

"enable_bypass": 0,

"enable_pattern": 0,

"hdr_mode": 0,

"set_init_frame_id": 0,

"set_bypass_channels": 1

}

}

},

"output": {

"pym": {

"pym0_en": 0,

"pym1_en": 0

},

"isp0": {

"isp_ch0": 0,

"isp_ch1": 1,

"isp_ch2": 0,

"isp_ch3": 0

},

"isp1":{

"isp_ch0": 0,

"isp_ch1": 0,

"isp_ch2": 0,

"isp_ch3": 0

}

}

}

},

"pipeline2":{

"cim": {

"input": {

"mipi": {

"enable": 1,

"width": 3840,

"height": 2160,

"format": 44,

"rx_index": 0,

"vc_index": 2,

"channels": 1,

"raw16_splict": 0,

"dbg_clear": 0,

"y_uv_swap": 0,

"tag_enable": 0,

"function": {

"enable_frame_id": 1,

"enable_bypass": 0,

"enable_pattern": 0,

"hdr_mode": 0,

"set_init_frame_id": 0,

"set_bypass_channels": 1

}

}

},

"output": {

"pym": {

"pym0_en": 0,

"pym1_en": 0

},

"isp0": {

"isp_ch0": 0,

"isp_ch1": 0,

"isp_ch2": 1,

"isp_ch3": 0

},

"isp1":{

"isp_ch0": 0,

"isp_ch1": 0,

"isp_ch2": 0,

"isp_ch3": 0

}

}

}

}

}

hb_mipi_ovx8b_raw12_30fps_2160P.json

{

"mipi": {

   "base": {

  "lane": 4,

  "datatype":"0x2c",

  "mclk": 24,

  "mipiclk": 4800,

  "fps": 30,

  "width": 3840,

  "height": 2160,

  "linelenth": 4440,

  "framelenth": 3003,

  "settle": 48

  },

"host": {

    "enable": 1,

      "hsa": 0,

    "hbp": 0,

      "hsd": 0,

      "vc_num": 3,

      "vc0_index": 0,

    "vc1_index": 1,

    "vc1_index": 2

},

  "dev": {

    "enable": 1,

    "vpg": 0,

    "ipi_lines": 1

    }

  }

}

vpm_config.json

{

"pipeline0": {

"isp": {

"hw_id":0,

"ctx_id": 0,

"sched_mode":1,

"hdr_mode": 1,

"width": 3840,

"height": 2160,

"frame_rate": 30,

"input_crop_enable": 0,

"input_crop_x": 0,

"input_crop_y": 0,

"input_crop_width": 0,

"input_crop_height": 0,

"output_crop_enable": 0,

"output_crop_x": 0,

"output_crop_y": 0,

"output_crop_width": 0,

"output_crop_height": 0,

"isp_stream_output_format": 1,

"isp_dma_output_format": 8,

"calib_mode": 1,

"calib_lname": "/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so",

"isp_algo_state": 1

},

"pym": {

"pym_config": {

"pym_hw_id":0,

"pym_mode": 4,

"output_buf_num": 6,

"time_out": 2000,

"y_hor_coeff4": 0,

"y_hor_coeff3": 1,

"y_hor_coeff2": 1,

"y_hor_coeff1": 0,

"y_hor_coeff0": 0,

"y_ver_coeff4": 0,

"y_ver_coeff3": 1,

"y_ver_coeff2": 1,

"y_ver_coeff1": 0,

"y_ver_coeff0": 0,

"c_hor_coeff4": 0,

"c_hor_coeff3": 1,

"c_hor_coeff2": 1,

"c_hor_coeff1": 0,

"c_hor_coeff0": 0,

"c_ver_coeff4": 0,

"c_ver_coeff3": 1,

"c_ver_coeff2": 1,

"c_ver_coeff1": 0,

"c_ver_coeff0": 0,

"y_right_shift": 2,

"c_right_shift": 2

},

"pym_ctrl": {

"source_en": 1,

"src_uv_bypass": 0,

"src_in_width": 3840,

"src_in_height": 2160,

"src_in_stride_y": 3840,

"src_in_stride_uv": 3840,

"src_start_top": 0,

"src_start_left": 0,

"src_region_width": 3840,

"src_region_height": 2160,

"src_out_stride_y": 3840,

"src_out_stride_uv": 3840,

"suffix_hb_val": 68,

"prefix_hb_val": 2,

"suffix_vb_val": 20,

"prefix_vb_val": 2,

"pixel_num_before_sol": 16,

"gs_max_layer_en": 5,

"gs_en": 31,

"gs_uv_bypass": 0,

"gauss_info": [

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 1920,

"gs_region_height": 1080,

"gs_stride_y": 1920,

"gs_stride_uv": 1920

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 960,

"gs_region_height": 540,

"gs_stride_y": 960,

"gs_stride_uv": 960

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 480,

"gs_region_height": 270,

"gs_stride_y": 480,

"gs_stride_uv": 480

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 240,

"gs_region_height": 134,

"gs_stride_y": 240,

"gs_stride_uv": 240

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 120,

"gs_region_height": 60,

"gs_stride_y": 128,

"gs_stride_uv": 128

}

],

"bl_max_layer_en": 5,

"bl_en": 31,

"bl_uv_bypass": 0,

"bilinear_info": [

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 1920,

"bl_region_height": 1080,

"bl_stride_y": 1920,

"bl_stride_uv": 1920

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 960,

"bl_region_height": 540,

"bl_stride_y": 960,

"bl_stride_uv": 960

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 480,

"bl_region_height": 270,

"bl_stride_y": 480,

"bl_stride_uv": 480

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 240,

"bl_region_height": 134,

"bl_stride_y":240,

"bl_stride_uv": 240

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 120,

"bl_region_height": 60,

"bl_stride_y": 128,

"bl_stride_uv": 128

}

],

"upscale_roi_en": 1,

"us_roi_uv_bypass": 0,

"us_roi_start_left": 0,

"us_roi_start_top": 0,

"us_roi_region_width": 1920,

"us_roi_region_height": 1080,

"us_roi_stride_y": 1920,

"us_roi_stride_uv": 1920,

"us_roi_out_width": 1920,

"us_roi_out_height": 1080,

"ds_roi_en": 63,

"ds_roi_uv_bypass": 0,

"ds_roi": [

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

}

],

"pre_line_int_0_set": 0,

"pre_line_int_1_set": 0,

"pre_line_int_2_set": 0,

"pre_line_int_3_set": 0,

"pre_line_int_4_set": 0,

"pre_line_int_5_set": 0,

"pre_line_int_6_set": 0,

"pre_line_int_7_set": 0

}

},

"gdc": {

"input_width": 1920,

"input_height": 1080,

"output_width": 1920,

"output_height": 1080,

"buf_num": 8,

"fb_buf_num": 8

}

},


"pipeline1": {

"isp": {

"hw_id":0,

"ctx_id": 1,

"sched_mode":1,

"hdr_mode": 1,

"width": 3840,

"height": 2160,

"frame_rate": 30,

"input_crop_enable": 0,

"input_crop_x": 0,

"input_crop_y": 0,

"input_crop_width": 0,

"input_crop_height": 0,

"output_crop_enable": 0,

"output_crop_x": 0,

"output_crop_y": 0,

"output_crop_width": 0,

"output_crop_height": 0,

"isp_stream_output_format": 1,

"isp_dma_output_format": 8,

"calib_mode": 1,

"calib_lname": "/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so",

"isp_algo_state": 1

},

"pym": {

"pym_config": {

"pym_hw_id":0,

"pym_mode": 4,

"output_buf_num": 6,

"time_out": 2000,

"y_hor_coeff4": 0,

"y_hor_coeff3": 1,

"y_hor_coeff2": 1,

"y_hor_coeff1": 0,

"y_hor_coeff0": 0,

"y_ver_coeff4": 0,

"y_ver_coeff3": 1,

"y_ver_coeff2": 1,

"y_ver_coeff1": 0,

"y_ver_coeff0": 0,

"c_hor_coeff4": 0,

"c_hor_coeff3": 1,

"c_hor_coeff2": 1,

"c_hor_coeff1": 0,

"c_hor_coeff0": 0,

"c_ver_coeff4": 0,

"c_ver_coeff3": 1,

"c_ver_coeff2": 1,

"c_ver_coeff1": 0,

"c_ver_coeff0": 0,

"y_right_shift": 2,

"c_right_shift": 2

},

"pym_ctrl": {

"source_en": 1,

"src_uv_bypass": 0,

"src_in_width": 3840,

"src_in_height": 2160,

"src_in_stride_y": 3840,

"src_in_stride_uv": 3840,

"src_start_top": 0,

"src_start_left": 0,

"src_region_width": 3840,

"src_region_height": 2160,

"src_out_stride_y": 3840,

"src_out_stride_uv": 3840,

"suffix_hb_val": 68,

"prefix_hb_val": 2,

"suffix_vb_val": 20,

"prefix_vb_val": 2,

"pixel_num_before_sol": 16,

"gs_max_layer_en": 5,

"gs_en": 31,

"gs_uv_bypass": 0,

"gauss_info": [

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 1920,

"gs_region_height": 1080,

"gs_stride_y": 1920,

"gs_stride_uv": 1920

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 960,

"gs_region_height": 540,

"gs_stride_y": 960,

"gs_stride_uv": 960

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 480,

"gs_region_height": 270,

"gs_stride_y": 480,

"gs_stride_uv": 480

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 240,

"gs_region_height": 134,

"gs_stride_y": 240,

"gs_stride_uv": 240

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 120,

"gs_region_height": 60,

"gs_stride_y": 128,

"gs_stride_uv": 128

}

],

"bl_max_layer_en": 5,

"bl_en": 31,

"bl_uv_bypass": 0,

"bilinear_info": [

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 1920,

"bl_region_height": 1080,

"bl_stride_y": 1920,

"bl_stride_uv": 1920

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 960,

"bl_region_height": 540,

"bl_stride_y": 960,

"bl_stride_uv": 960

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 480,

"bl_region_height": 270,

"bl_stride_y": 480,

"bl_stride_uv": 480

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 240,

"bl_region_height": 134,

"bl_stride_y":240,

"bl_stride_uv": 240

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 120,

"bl_region_height": 60,

"bl_stride_y": 128,

"bl_stride_uv": 128

}

],

"upscale_roi_en": 1,

"us_roi_uv_bypass": 0,

"us_roi_start_left": 0,

"us_roi_start_top": 0,

"us_roi_region_width": 1920,

"us_roi_region_height": 1080,

"us_roi_stride_y": 1920,

"us_roi_stride_uv": 1920,

"us_roi_out_width": 1920,

"us_roi_out_height": 1080,

"ds_roi_en": 63,

"ds_roi_uv_bypass": 0,

"ds_roi": [

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

}

],

"pre_line_int_0_set": 0,

"pre_line_int_1_set": 0,

"pre_line_int_2_set": 0,

"pre_line_int_3_set": 0,

"pre_line_int_4_set": 0,

"pre_line_int_5_set": 0,

"pre_line_int_6_set": 0,

"pre_line_int_7_set": 0

}

},

"gdc": {

"input_width": 1920,

"input_height": 1080,

"output_width": 1920,

"output_height": 1080,

"buf_num": 8,

"fb_buf_num": 8

}

},

"pipeline2": {

"isp": {

"hw_id":0,

"ctx_id": 2,

"sched_mode":1,

"hdr_mode": 1,

"width": 3840,

"height": 2160,

"frame_rate": 30,

"input_crop_enable": 0,

"input_crop_x": 0,

"input_crop_y": 0,

"input_crop_width": 0,

"input_crop_height": 0,

"output_crop_enable": 0,

"output_crop_x": 0,

"output_crop_y": 0,

"output_crop_width": 0,

"output_crop_height": 0,

"isp_stream_output_format": 1,

"isp_dma_output_format": 8,

"calib_mode": 1,

"calib_lname": "/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so",

"isp_algo_state": 1

},

"pym": {

"pym_config": {

"pym_hw_id":0,

"pym_mode": 4,

"output_buf_num": 6,

"time_out": 2000,

"y_hor_coeff4": 0,

"y_hor_coeff3": 1,

"y_hor_coeff2": 1,

"y_hor_coeff1": 0,

"y_hor_coeff0": 0,

"y_ver_coeff4": 0,

"y_ver_coeff3": 1,

"y_ver_coeff2": 1,

"y_ver_coeff1": 0,

"y_ver_coeff0": 0,

"c_hor_coeff4": 0,

"c_hor_coeff3": 1,

"c_hor_coeff2": 1,

"c_hor_coeff1": 0,

"c_hor_coeff0": 0,

"c_ver_coeff4": 0,

"c_ver_coeff3": 1,

"c_ver_coeff2": 1,

"c_ver_coeff1": 0,

"c_ver_coeff0": 0,

"y_right_shift": 2,

"c_right_shift": 2

},

"pym_ctrl": {

"source_en": 1,

"src_uv_bypass": 0,

"src_in_width": 3840,

"src_in_height": 2160,

"src_in_stride_y": 3840,

"src_in_stride_uv": 3840,

"src_start_top": 0,

"src_start_left": 0,

"src_region_width": 3840,

"src_region_height": 2160,

"src_out_stride_y": 3840,

"src_out_stride_uv": 3840,

"suffix_hb_val": 68,

"prefix_hb_val": 2,

"suffix_vb_val": 20,

"prefix_vb_val": 2,

"pixel_num_before_sol": 16,

"gs_max_layer_en": 5,

"gs_en": 31,

"gs_uv_bypass": 0,

"gauss_info": [

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 1920,

"gs_region_height": 1080,

"gs_stride_y": 1920,

"gs_stride_uv": 1920

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 960,

"gs_region_height": 540,

"gs_stride_y": 960,

"gs_stride_uv": 960

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 480,

"gs_region_height": 270,

"gs_stride_y": 480,

"gs_stride_uv": 480

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 240,

"gs_region_height": 134,

"gs_stride_y": 240,

"gs_stride_uv": 240

},

{

"gs_start_top": 0,

"gs_start_left": 0,

"gs_region_width": 120,

"gs_region_height": 60,

"gs_stride_y": 128,

"gs_stride_uv": 128

}

],

"bl_max_layer_en": 5,

"bl_en": 31,

"bl_uv_bypass": 0,

"bilinear_info": [

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 1920,

"bl_region_height": 1080,

"bl_stride_y": 1920,

"bl_stride_uv": 1920

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 960,

"bl_region_height": 540,

"bl_stride_y": 960,

"bl_stride_uv": 960

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 480,

"bl_region_height": 270,

"bl_stride_y": 480,

"bl_stride_uv": 480

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 240,

"bl_region_height": 134,

"bl_stride_y":240,

"bl_stride_uv": 240

},

{

"bl_start_top": 0,

"bl_start_left": 0,

"bl_region_width": 120,

"bl_region_height": 60,

"bl_stride_y": 128,

"bl_stride_uv": 128

}

],

"upscale_roi_en": 1,

"us_roi_uv_bypass": 0,

"us_roi_start_left": 0,

"us_roi_start_top": 0,

"us_roi_region_width": 1920,

"us_roi_region_height": 1080,

"us_roi_stride_y": 1920,

"us_roi_stride_uv": 1920,

"us_roi_out_width": 1920,

"us_roi_out_height": 1080,

"ds_roi_en": 63,

"ds_roi_uv_bypass": 0,

"ds_roi": [

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

},

{

"ds_roi_layer": 0,

"ds_roi_sel": 0,

"ds_roi_start_top": 0,

"ds_roi_start_left": 0,

"ds_roi_region_width": 1280,

"ds_roi_region_height": 720,

"ds_roi_stride_y": 1280,

"ds_roi_stride_uv": 1280,

"ds_roi_out_width": 1280,

"ds_roi_out_height": 720

}

],

"pre_line_int_0_set": 0,

"pre_line_int_1_set": 0,

"pre_line_int_2_set": 0,

"pre_line_int_3_set": 0,

"pre_line_int_4_set": 0,

"pre_line_int_5_set": 0,

"pre_line_int_6_set": 0,

"pre_line_int_7_set": 0

}

},

"gdc": {

"input_width": 1920,

"input_height": 1080,

"output_width": 1920,

"output_height": 1080,

"buf_num": 8,

"fb_buf_num": 8

}

}


}




底层软件
征程5
评论2
0/1000
  • 费小财
    Lv.5

    你好,

    有出错日志吗?

    2024-09-24
    0
    16
    • szc回复费小财:

      下面分段贴上logcat的日志,没有看到明显的错误 

      logcat test start !!!

      --------- beginning of /dev/log_main

      01-01 08:00:01.483 I/    ( 501): [2.948849]hb_vcs_set_oom_score_adj[2261] L: action: echo -1000 > /proc/501/oom_score_adj ret:0

      01-01 08:00:01.766 I/    ( 501): [3.238447]main[2291] L: vio service start pid 501

      01-01 08:08:42.712 I/    ( 1589): [524.184814][VIO TEST MAIN]:[parse_opts][197]vio_cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json

      01-01 08:08:42.712 I/    ( 1589): [524.184937][VIO TEST MAIN]:[parse_opts][281]pym_show_layer = 0

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][209]run_time = 1000

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][289]hbplayer = 1

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][201]cam_cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_j5dev.json

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][217]pipe_mask = 7(0x7)

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][317]cam_start_stop = 0

      01-01 08:08:42.717 I/    ( 1589): [524.190002][VIO TEST UIIL COMM]:[soc_ver_check][810]Vps running on soc J5 ver2.0

      01-01 08:08:42.718 D/    ( 1589): [524.190491][VIO TEST SCENARIO TC]:[SetUp][43]SetUp VpmScenarioTest case

      01-01 08:08:42.718 D/    ( 1589): [524.190613][VIO TEST UTIL CHECK]:[vpm_frame_check_init][25]All vpm_frame_check_init done.

      01-01 08:08:42.718 D/    ( 1589): [524.191162][VIO TEST UTIL DUMP]:[dp_worker_init][605]Dp_worker:: dp_worker_init done.

      01-01 08:08:42.718 D/    ( 1589): [524.191162][VIO TEST UTIL DUMP]:[dp_worker_dump_thread][454]Test dp_worker_dump_thread start

      01-01 08:08:42.718 D/    ( 1589): [524.191223][VIO TEST UTIL DUMP]:[dp_worker_dump_thread][459]done list is empty.

      01-01 08:08:42.734 D/    ( 1589): [524.207092][VIO TEST SCENARIO TC]:[TestBody][149]------- Test case vpm_scenario_pym_data -----

      01-01 08:08:42.735 I/    ( 1589): [524.207489]hb_vin_parser[227] L: index:0 port num 3

      01-01 08:08:42.735 D/    ( 1589): [524.208008][cim hal]:no dvp node !!

      01-01 08:08:42.735 W/    ( 1589): [524.208069][hb cim utils]:skip_frame has empty json value

      01-01 08:08:42.735 W/    ( 1589): [524.208069][hb cim utils]:input_fps has empty json value

      01-01 08:08:42.735 W/    ( 1589): [524.208130][hb cim utils]:output_fps has empty json value

      01-01 08:08:42.735 I/    ( 1589): [524.208130][cim hal]:===cim cfg input info====

      01-01 08:08:42.735 I/    ( 1589): [524.208130][cim hal]:mipi.enable(1)

      01-01 08:08:42.735 I/    ( 1589): [524.208130][cim hal]:mipi.rx_index (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208130][cim hal]:mipi.vc_index (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208130][cim hal]:mipi.channels (1)

      01-01 08:08:42.735 I/    ( 1589): [524.208191][cim hal]:mipi.tag_enable (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208191][cim hal]:mipi.height (2160)

      01-01 08:08:42.735 I/    ( 1589): [524.208191][cim hal]:mipi.width (3840)

      01-01 08:08:42.735 I/    ( 1589): [524.208191][cim hal]:mipi.format (44)

      01-01 08:08:42.735 I/    ( 1589): [524.208191][cim hal]:mipi.raw16_splict (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:mipi.dbg_clear (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:mipi.y_uv_swap (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:func.enable_bypass (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:func.enable_frame_id (1)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:func.enable_pattern (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:func.hdr_mode (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:func.set_init_frame_id (1)

      01-01 08:08:42.735 I/    ( 1589): [524.208252][cim hal]:func.set_bypass_channels (1)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:func.skip_frame (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:func.input_fps (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:func.output_fps (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:===cim cfg output info===

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:out pym pym0_en (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:out pym pym1_en (0)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:out isp[0] isp_ch0(1)

      01-01 08:08:42.735 I/    ( 1589): [524.208313][cim hal]:out isp[0] isp_ch1(0)

      01-01 08:08:42.735 I/    ( 1589): [524.208374][cim hal]:out isp[0] isp_ch2(0)

      01-01 08:08:42.735 I/    ( 1589): [524.208374][cim hal]:out isp[0] isp_ch3(0)

      01-01 08:08:42.735 I/    ( 1589): [524.208374][cim hal]:out isp[1] isp_ch0(0)

      01-01 08:08:42.735 I/    ( 1589): [524.208374][cim hal]:out isp[1] isp_ch1(0)

      01-01 08:08:42.735 I/    ( 1589): [524.208374][cim hal]:out isp[1] isp_ch2(0)

      01-01 08:08:42.735 I/    ( 1589): [524.208374][cim hal]:out isp[1] isp_ch3(0)

      01-01 08:08:42.736 I/    ( 1589): [524.208435][cim hal]:--cim_entity_parser_config out--

      01-01 08:08:42.736 D/    ( 1589): [524.208679][cim hal]:no dvp node !!

      01-01 08:08:42.736 W/    ( 1589): [524.208740][hb cim utils]:skip_frame has empty json value

      01-01 08:08:42.736 W/    ( 1589): [524.208740][hb cim utils]:input_fps has empty json value

      01-01 08:08:42.736 W/    ( 1589): [524.208740][hb cim utils]:output_fps has empty json value

      01-01 08:08:42.736 I/    ( 1589): [524.208740][cim hal]:===cim cfg input info====

      01-01 08:08:42.736 I/    ( 1589): [524.208801][cim hal]:mipi.enable(1)

      01-01 08:08:42.736 I/    ( 1589): [524.208801][cim hal]:mipi.rx_index (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208801][cim hal]:mipi.vc_index (1)

      01-01 08:08:42.736 I/    ( 1589): [524.208801][cim hal]:mipi.channels (1)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.tag_enable (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.height (2160)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.width (3840)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.format (44)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.raw16_splict (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.dbg_clear (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:mipi.y_uv_swap (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208862][cim hal]:func.enable_bypass (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.enable_frame_id (1)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.enable_pattern (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.hdr_mode (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.set_init_frame_id (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.set_bypass_channels (1)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.skip_frame (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.input_fps (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208923][cim hal]:func.output_fps (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:===cim cfg output info===

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out pym pym0_en (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out pym pym1_en (0)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out isp[0] isp_ch0(0)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out isp[0] isp_ch1(1)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out isp[0] isp_ch2(0)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out isp[0] isp_ch3(0)

      01-01 08:08:42.736 I/    ( 1589): [524.208984][cim hal]:out isp[1] isp_ch0(0)

      01-01 08:08:42.736 I/    ( 1589): [524.209045][cim hal]:out isp[1] isp_ch1(0)

      01-01 08:08:42.736 I/    ( 1589): [524.209045][cim hal]:out isp[1] isp_ch2(0)

      01-01 08:08:42.736 I/    ( 1589): [524.209045][cim hal]:out isp[1] isp_ch3(0)

      01-01 08:08:42.736 I/    ( 1589): [524.209045][cim hal]:--cim_entity_parser_config out--

      01-01 08:08:42.736 D/    ( 1589): [524.209290][cim hal]:no dvp node !!

      01-01 08:08:42.736 W/    ( 1589): [524.209351][hb cim utils]:skip_frame has empty json value

      01-01 08:08:42.736 W/    ( 1589): [524.209351][hb cim utils]:input_fps has empty json value

      01-01 08:08:42.736 W/    ( 1589): [524.209351][hb cim utils]:output_fps has empty json value

      01-01 08:08:42.736 I/    ( 1589): [524.209351][cim hal]:===cim cfg input info====

      01-01 08:08:42.736 I/    ( 1589): [524.209412][cim hal]:mipi.enable(1)

      01-01 08:08:42.736 I/    ( 1589): [524.209412][cim hal]:mipi.rx_index (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209412][cim hal]:mipi.vc_index (2)

      01-01 08:08:42.737 I/    ( 1589): [524.209412][cim hal]:mipi.channels (1)

      01-01 08:08:42.737 I/    ( 1589): [524.209412][cim hal]:mipi.tag_enable (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209412][cim hal]:mipi.height (2160)

      01-01 08:08:42.737 I/    ( 1589): [524.209412][cim hal]:mipi.width (3840)

      01-01 08:08:42.737 I/    ( 1589): [524.209412][cim hal]:mipi.format (44)

      01-01 08:08:42.737 I/    ( 1589): [524.209473][cim hal]:mipi.raw16_splict (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209473][cim hal]:mipi.dbg_clear (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209473][cim hal]:mipi.y_uv_swap (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209473][cim hal]:func.enable_bypass (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.enable_frame_id (1)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.enable_pattern (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.hdr_mode (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.set_init_frame_id (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.set_bypass_channels (1)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.skip_frame (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.input_fps (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209534][cim hal]:func.output_fps (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:===cim cfg output info===

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out pym pym0_en (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out pym pym1_en (0)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out isp[0] isp_ch0(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out isp[0] isp_ch1(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out isp[0] isp_ch2(1)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out isp[0] isp_ch3(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209595][cim hal]:out isp[1] isp_ch0(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209656][cim hal]:out isp[1] isp_ch1(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209656][cim hal]:out isp[1] isp_ch2(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209656][cim hal]:out isp[1] isp_ch3(0)

      01-01 08:08:42.737 I/    ( 1589): [524.209656][cim hal]:--cim_entity_parser_config out--

      01-01 08:08:42.739 I/    ( 1589): [524.211670][ISP]:[isp_entity_parser_config][687]--- isp_entity_parser_config ---


      01-01 08:08:42.739 W/    ( 1589): [524.211670][ISP]:[isp_entity_parser_config][709]isp pattern control null. set as normal.

      01-01 08:08:42.739 W/    ( 1589): [524.211731][ISP]:[isp_entity_parser_config][807]isp in_buf_noclean null.set default 0

      01-01 08:08:42.739 W/    ( 1589): [524.211731][ISP]:[isp_entity_parser_config][814]isp in_buf_noncached null.set default 0

      01-01 08:08:42.739 W/    ( 1589): [524.211731][ISP]:[isp_entity_parser_config][821]isp out_buf_noinvalid null.set default 0

      01-01 08:08:42.739 W/    ( 1589): [524.211792][ISP]:[isp_entity_parser_config][828]isp out_buf_noncached null.set default 0

      01-01 08:08:42.739 W/    ( 1589): [524.211792][ISP]:[isp_entity_parser_config][835]isp_inner_module_bypass null.

      01-01 08:08:42.739 E/    ( 1589): [524.211792][ISP]:[cjson_string_dup][545]json file path /system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so length 46 limit 100

      01-01 08:08:42.739 I/    ( 1589): [524.211853][ISP]:[isp_pub_attr_info_print][18]Hw id = 0

      01-01 08:08:42.739 I/    ( 1589): Ctx id = 0

      01-01 08:08:42.739 I/    ( 1589): Test_pattern = 0

      01-01 08:08:42.739 I/    ( 1589): hdr_mode = 1

      01-01 08:08:42.739 I/    ( 1589): size width = 3840

      01-01 08:08:42.739 I/    ( 1589): size height = 2160

      01-01 08:08:42.739 I/    ( 1589): frame_rate = 30

      01-01 08:08:42.739 I/    ( 1589): input_crop enable = 0

      01-01 08:08:42.739 I/    ( 1589): input_crop rect x = 0

      01-01 08:08:42.739 I/    ( 1589): input_crop rect y = 0

      01-01 08:08:42.739 I/    ( 1589): input_crop rect w = 0

      01-01 08:08:42.739 I/    ( 1589): input_crop rect h = 0

      01-01 08:08:42.739 I/    ( 1589): output_crop enable = 0

      01-01 08:08:42.739 I/    ( 1589): output_crop rect x = 0

      01-01 08:08:42.739 I/    ( 1589): output_crop rect y = 0

      01-01 08:08:42.739 I/    ( 1589): output_crop rect w = 0

      01-01 08:08:42.739 I/    ( 1589): output_crop rect h = 0

      01-01 08:08:42.739 I/    ( 1589): [524.211853][ISP]:[isp_cfg_info_print][62]dev_sched_mode = 1

      01-01 08:08:42.739 I/    ( 1589): stream_output_mode = 1

      01-01 08:08:42.739 I/    ( 1589): axi_output_mode = 8

      01-01 08:08:42.739 I/    ( 1589): [524.211853][ISP]:[isp_cfg_info_print][68]isp_calib_type(1)

      01-01 08:08:42.739 I/    ( 1589): [524.211853][ISP]:[isp_cfg_info_print][69]isp_calib_lib_name(/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so)

      01-01 08:08:42.739 I/    ( 1589): [524.211914][ISP]:[isp_cfg_info_print][70]isp_algo_state(1)

      01-01 08:08:42.739 I/    ( 1589): [524.211914][ISP]:[isp_entity_parser_config][874]--- isp_entity_parser_config done ---

      01-01 08:08:42.739 I/    ( 1589): [524.211914]hb_vpm_parser[316] L: pipe(0) sched_mode:1

      01-01 08:08:42.739 I/    ( 1589): [524.211914][PYM]:[pym_entity_parser_config][1836]pym_entity_parser_config in.

      01-01 08:08:42.739 W/    ( 1589): [524.211914][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noinvalid has empty json value

      01-01 08:08:42.739 W/    ( 1589): [524.211975][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noncached has empty json value

      01-01 08:08:42.739 W/    ( 1589): [524.211975][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noclean has empty json value

      01-01 08:08:42.739 W/    ( 1589): [524.211975][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noncached has empty json value

      01-01 08:08:42.739 W/    ( 1589): [524.211975][VPM UIILS]:[hb_utils_get_json_value][50]pingpong_ring has empty json value

      01-01 08:08:42.739 W/    ( 1589): [524.212036][VPM UIILS]:[hb_utils_get_json_value][50]layer_num_transfer_gdc has empty json value

      01-01 08:08:42.739 W/    ( 1589): [524.212158][VPM UIILS]:[hb_utils_get_json_value][50]buf_consecutive has empty json value

      01-01 08:08:42.739 D/    ( 1589): [524.212280][PYM]:[pym_json_parse_ds_cfg][1437]ds_roi array size = 6

      01-01 08:08:42.740 D/    ( 1589): [524.212463][PYM]:[pym_json_parse_gs_cfg][1472]gauss_info array size = 5

      01-01 08:08:42.740 D/    ( 1589): [524.212524][PYM]:[pym_json_parse_bl_cfg][1504]bilinear_info array size = 5

      01-01 08:08:42.740 I/    ( 1589): [524.212646][PYM]:[pym_cfg_info_print][1754]--- pym_p_ctrl_info_print in ! ---

      01-01 08:08:42.740 I/    ( 1589): [524.212646][PYM]:[pym_cfg_info_print][1757]pym_id = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212646][PYM]:[pym_cfg_info_print][1758]pym_mode = 4

      01-01 08:08:42.740 I/    ( 1589): [524.212646][PYM]:[pym_cfg_info_print][1759]output_buf_num = 6

      01-01 08:08:42.740 I/    ( 1589): [524.212646][PYM]:[pym_cfg_info_print][1760]timeout = 2000

      01-01 08:08:42.740 I/    ( 1589): [524.212646][PYM]:[pym_cfg_info_print][1761]data_format = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1762]out_buf_noinvalid = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1763]out_buf_noncached = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1764]in_buf_noclean = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1765]in_buf_noncached = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1766]pingpong_ring = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1767]buf_consecutive = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1768]layer_num_transfer_gdc = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212708][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[0] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212769][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[0] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212769][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[0] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212769][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[0] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[1] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[1] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[1] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[1] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[2] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[2] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212830][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[2] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[2] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[3] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[3] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[3] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[3] = 1

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[4] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[4] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212891][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[4] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212952][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[4] = 0

      01-01 08:08:42.740 I/    ( 1589): [524.212952][PYM]:[pym_cfg_info_print][1777]y_right_shift = 2

      01-01 08:08:42.740 I/    ( 1589): [524.212952][PYM]:[pym_cfg_info_print][1778]c_right_shift = 2

      01-01 08:08:42.740 I/    ( 1589): [524.212952][PYM]:[pym_cfg_info_print_us][1654]pixel_num_before_sol = 16

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1655]pic_width = 3840

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1656]pic_height = 2160

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1657]suffix_hb_val = 68

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1658]prefix_hb_val = 2

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1659]suffix_vb_val = 20

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1660]prefix_vb_val = 2

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1662]us_roi_en = 1

      01-01 08:08:42.740 I/    ( 1589): [524.213013][PYM]:[pym_cfg_info_print_us][1663]us_roi_uv_bypass= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1664]us_roi_info.start_top= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1665]us_roi_info.start_left= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1666]us_roi_info.stride_uv= 1920

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1667]us_roi_info.stride_y= 1920

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1668]us_roi_info.step_v= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1669]us_roi_info.step_h= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213074][PYM]:[pym_cfg_info_print_us][1670]us_roi_info.out_width= 1920

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_us][1671]us_roi_info.out_height= 1080

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_us][1672]us_roi_info.phase_y_v= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_us][1673]us_roi_info.phase_y_h= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_ds][1681]ds_roi_en = 63

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_ds][1682]ds_roi_uv_bypass = 0

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[0]= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213135][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[0]= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[0].start_top= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[0].start_left= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[0].region_width= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[0].region_height= 720

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[0].stride_uv= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[0].stride_y= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213196][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[0].step_v= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[0].step_h= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[0].out_width= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[0].out_height= 720

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[0].phase_y_v= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[0].phase_y_h= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[1]= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[1]= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213257][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[1].start_top= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[1].start_left= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[1].region_width= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[1].region_height= 720

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[1].stride_uv= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[1].stride_y= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[1].step_v= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213318][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[1].step_h= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[1].out_width= 1280

      01-01 08:08:42.740 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[1].out_height= 720

      01-01 08:08:42.740 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[1].phase_y_v= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[1].phase_y_h= 0

      01-01 08:08:42.740 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[2]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[2]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213379][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[2].start_top= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213440][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[2].start_left= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213440][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[2].region_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[2].region_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[2].stride_uv= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[2].stride_y= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[2].step_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[2].step_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[2].out_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213501][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[2].out_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[2].phase_y_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[2].phase_y_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[3]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[3]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[3].start_top= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[3].start_left= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213562][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[3].region_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[3].region_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[3].stride_uv= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[3].stride_y= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[3].step_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[3].step_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[3].out_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213623][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[3].out_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[3].phase_y_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[3].phase_y_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[4]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[4]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[4].start_top= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[4].start_left= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213684][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[4].region_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[4].region_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[4].stride_uv= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[4].stride_y= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[4].step_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[4].step_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[4].out_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213745][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[4].out_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[4].phase_y_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[4].phase_y_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[5]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[5]= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[5].start_top= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[5].start_left= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[5].region_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213806][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[5].region_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[5].stride_uv= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[5].stride_y= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[5].step_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[5].step_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[5].out_width= 1280

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[5].out_height= 720

      01-01 08:08:42.741 I/    ( 1589): [524.213867][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[5].phase_y_v= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[5].phase_y_h= 0

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_src][1707]src_bypass_uv = 0

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_src][1708]src_en = 1

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_src][1709]src_in_stride_y = 3840

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_src][1710]src_in_stride_uv = 3840

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_src][1711]src_info.start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.213928][PYM]:[pym_cfg_info_print_src][1712]src_info.start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.213989][PYM]:[pym_cfg_info_print_src][1713]src_info.region_width = 3840

      01-01 08:08:42.741 I/    ( 1589): [524.213989][PYM]:[pym_cfg_info_print_src][1714]src_info.region_height = 2160

      01-01 08:08:42.741 I/    ( 1589): [524.213989][PYM]:[pym_cfg_info_print_src][1715]src_info.stride_y = 3840

      01-01 08:08:42.741 I/    ( 1589): [524.213989][PYM]:[pym_cfg_info_print_src][1716]src_info.stride_uv = 3840

      01-01 08:08:42.741 I/    ( 1589): [524.213989][PYM]:[pym_cfg_info_print_bl_gs][1724]gs_max_layer_en = 5

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1725]gs_en = 31

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1726]gs_bypass_uv = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[0].start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[0].start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[0].region_width = 1920

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[0].region_height = 1080

      01-01 08:08:42.741 I/    ( 1589): [524.214050][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[0].stride_y = 1920

      01-01 08:08:42.741 I/    ( 1589): [524.214111][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[0].stride_uv = 1920

      01-01 08:08:42.741 I/    ( 1589): [524.214111][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[1].start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214111][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[1].start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214111][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[1].region_width = 960

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[1].region_height = 540

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[1].stride_y = 960

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[1].stride_uv = 960

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[2].start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[2].start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[2].region_width = 480

      01-01 08:08:42.741 I/    ( 1589): [524.214172][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[2].region_height = 270

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[2].stride_y = 480

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[2].stride_uv = 480

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[3].start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[3].start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[3].region_width = 240

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[3].region_height = 134

      01-01 08:08:42.741 I/    ( 1589): [524.214233][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[3].stride_y = 240

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[3].stride_uv = 240

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[4].start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[4].start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[4].region_width = 120

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[4].region_height = 60

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[4].stride_y = 128

      01-01 08:08:42.741 I/    ( 1589): [524.214294][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[4].stride_uv = 128

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1735]bl_max_layer_en = 5

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1736]bl_en = 31

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1737]bl_bypass_uv = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[0].start_left = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[0].start_top = 0

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[0].region_width = 1920

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[0].region_height = 1080

      01-01 08:08:42.741 I/    ( 1589): [524.214355][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[0].stride_y = 1920

      01-01 08:08:42.741 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[0].stride_uv = 1920

      01-01 08:08:42.741 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[1].start_left = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[1].start_top = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[1].region_width = 960

      01-01 08:08:42.742 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[1].region_height = 540

      01-01 08:08:42.742 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[1].stride_y = 960

      01-01 08:08:42.742 I/    ( 1589): [524.214417][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[1].stride_uv = 960

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[2].start_left = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[2].start_top = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[2].region_width = 480

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[2].region_height = 270

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[2].stride_y = 480

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[2].stride_uv = 480

      01-01 08:08:42.742 I/    ( 1589): [524.214478][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[3].start_left = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[3].start_top = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[3].region_width = 240

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[3].region_height = 134

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[3].stride_y = 240

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[3].stride_uv = 240

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[4].start_left = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214539][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[4].start_top = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[4].region_width = 120

      01-01 08:08:42.742 I/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[4].region_height = 60

      01-01 08:08:42.742 I/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[4].stride_y = 128

      01-01 08:08:42.742 I/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[4].stride_uv = 128

      01-01 08:08:42.742 D/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[0] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[1] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214600][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[2] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214661][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[3] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214661][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[4] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214661][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[5] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214661][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[6] = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214661][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[7] = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214661][PYM]:[pym_cfg_info_print][1789]--- pym_p_ctrl_info_print out ---

      01-01 08:08:42.742 D/    ( 1589): [524.214722][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.742 D/    ( 1589): [524.214722][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.742 D/    ( 1589): [524.214722][PYM]:[pym_coeff_info_check][798]pym_coeff_info_check done.

      01-01 08:08:42.742 D/    ( 1589): [524.214722][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214722][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214783][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214783][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214783][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214844][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214905][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 D/    ( 1589): [524.214905][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.742 I/    ( 1589): [524.214905][PYM]:[pym_entity_parser_config][1871]pym_entity_parser_config done. pym_cfg size(820)

      01-01 08:08:42.742 I/    ( 1589): [524.214905][GDC]:[gdc_entity_parser_config][244]--- gdc info in ---

      01-01 08:08:42.742 W/    ( 1589): [524.214905][GDC]:[gdc_entity_parser_config][291]node is NULL error

      01-01 08:08:42.742 W/    ( 1589): [524.214966][GDC]:[gdc_entity_parser_config][297]node is NULL error

      01-01 08:08:42.742 W/    ( 1589): [524.214966][GDC]:[gdc_entity_parser_config][303]node is NULL error

      01-01 08:08:42.742 W/    ( 1589): [524.214966][GDC]:[gdc_entity_parser_config][309]node is NULL error

      01-01 08:08:42.742 W/    ( 1589): [524.214966][GDC]:[gdc_entity_parser_config][315]node is NULL error

      01-01 08:08:42.742 I/    ( 1589): [524.214966][ISP]:[isp_entity_parser_config][687]--- isp_entity_parser_config ---


      01-01 08:08:42.742 W/    ( 1589): [524.214966][ISP]:[isp_entity_parser_config][709]isp pattern control null. set as normal.

      01-01 08:08:42.742 W/    ( 1589): [524.215027][ISP]:[isp_entity_parser_config][807]isp in_buf_noclean null.set default 0

      01-01 08:08:42.742 W/    ( 1589): [524.215027][ISP]:[isp_entity_parser_config][814]isp in_buf_noncached null.set default 0

      01-01 08:08:42.742 W/    ( 1589): [524.215088][ISP]:[isp_entity_parser_config][821]isp out_buf_noinvalid null.set default 0

      01-01 08:08:42.742 W/    ( 1589): [524.215088][ISP]:[isp_entity_parser_config][828]isp out_buf_noncached null.set default 0

      01-01 08:08:42.742 W/    ( 1589): [524.215088][ISP]:[isp_entity_parser_config][835]isp_inner_module_bypass null.

      01-01 08:08:42.742 E/    ( 1589): [524.215088][ISP]:[cjson_string_dup][545]json file path /system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so length 46 limit 100

      01-01 08:08:42.742 I/    ( 1589): [524.215088][ISP]:[isp_pub_attr_info_print][18]Hw id = 0

      01-01 08:08:42.742 I/    ( 1589): Ctx id = 1

      01-01 08:08:42.742 I/    ( 1589): Test_pattern = 0

      01-01 08:08:42.742 I/    ( 1589): hdr_mode = 1

      01-01 08:08:42.742 I/    ( 1589): size width = 3840

      01-01 08:08:42.742 I/    ( 1589): size height = 2160

      01-01 08:08:42.742 I/    ( 1589): frame_rate = 30

      01-01 08:08:42.742 I/    ( 1589): input_crop enable = 0

      01-01 08:08:42.742 I/    ( 1589): input_crop rect x = 0

      01-01 08:08:42.742 I/    ( 1589): input_crop rect y = 0

      01-01 08:08:42.742 I/    ( 1589): input_crop rect w = 0

      01-01 08:08:42.742 I/    ( 1589): input_crop rect h = 0

      01-01 08:08:42.742 I/    ( 1589): output_crop enable = 0

      01-01 08:08:42.742 I/    ( 1589): output_crop rect x = 0

      01-01 08:08:42.742 I/    ( 1589): output_crop rect y = 0

      01-01 08:08:42.742 I/    ( 1589): output_crop rect w = 0

      01-01 08:08:42.742 I/    ( 1589): output_crop rect h = 0

      01-01 08:08:42.742 I/    ( 1589): [524.215149][ISP]:[isp_cfg_info_print][62]dev_sched_mode = 1

      01-01 08:08:42.742 I/    ( 1589): stream_output_mode = 1

      01-01 08:08:42.742 I/    ( 1589): axi_output_mode = 8

      01-01 08:08:42.742 I/    ( 1589): [524.215149][ISP]:[isp_cfg_info_print][68]isp_calib_type(1)

      01-01 08:08:42.742 I/    ( 1589): [524.215149][ISP]:[isp_cfg_info_print][69]isp_calib_lib_name(/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so)

      01-01 08:08:42.742 I/    ( 1589): [524.215149][ISP]:[isp_cfg_info_print][70]isp_algo_state(1)

      01-01 08:08:42.742 I/    ( 1589): [524.215149][ISP]:[isp_entity_parser_config][874]--- isp_entity_parser_config done ---

      01-01 08:08:42.742 I/    ( 1589): [524.215175]hb_vpm_parser[316] L: pipe(1) sched_mode:1

      01-01 08:08:42.742 I/    ( 1589): [524.215149][PYM]:[pym_entity_parser_config][1836]pym_entity_parser_config in.

      01-01 08:08:42.742 W/    ( 1589): [524.215210][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noinvalid has empty json value

      01-01 08:08:42.742 W/    ( 1589): [524.215210][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noncached has empty json value

      01-01 08:08:42.742 W/    ( 1589): [524.215210][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noclean has empty json value

      01-01 08:08:42.742 W/    ( 1589): [524.215210][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noncached has empty json value

      01-01 08:08:42.742 W/    ( 1589): [524.215210][VPM UIILS]:[hb_utils_get_json_value][50]pingpong_ring has empty json value

      01-01 08:08:42.742 W/    ( 1589): [524.215271][VPM UIILS]:[hb_utils_get_json_value][50]layer_num_transfer_gdc has empty json value

      01-01 08:08:42.742 W/    ( 1589): [524.215332][VPM UIILS]:[hb_utils_get_json_value][50]buf_consecutive has empty json value

      01-01 08:08:42.743 D/    ( 1589): [524.215515][PYM]:[pym_json_parse_ds_cfg][1437]ds_roi array size = 6

      01-01 08:08:42.743 D/    ( 1589): [524.215698][PYM]:[pym_json_parse_gs_cfg][1472]gauss_info array size = 5

      01-01 08:08:42.743 D/    ( 1589): [524.215759][PYM]:[pym_json_parse_bl_cfg][1504]bilinear_info array size = 5

      01-01 08:08:42.743 I/    ( 1589): [524.215820][PYM]:[pym_cfg_info_print][1754]--- pym_p_ctrl_info_print in ! ---

      01-01 08:08:42.743 I/    ( 1589): [524.215820][PYM]:[pym_cfg_info_print][1757]pym_id = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215820][PYM]:[pym_cfg_info_print][1758]pym_mode = 4

      01-01 08:08:42.743 I/    ( 1589): [524.215820][PYM]:[pym_cfg_info_print][1759]output_buf_num = 6

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1760]timeout = 2000

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1761]data_format = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1762]out_buf_noinvalid = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1763]out_buf_noncached = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1764]in_buf_noclean = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1765]in_buf_noncached = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215881][PYM]:[pym_cfg_info_print][1766]pingpong_ring = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1767]buf_consecutive = 1

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1768]layer_num_transfer_gdc = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[0] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[0] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[0] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[0] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[1] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.215942][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[1] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216003][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[1] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216003][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[1] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216064][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[2] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216064][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[2] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216064][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[2] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216064][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[2] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216125][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[3] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216125][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[3] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216125][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[3] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216125][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[3] = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216125][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[4] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[4] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[4] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[4] = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print][1777]y_right_shift = 2

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print][1778]c_right_shift = 2

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print_us][1654]pixel_num_before_sol = 16

      01-01 08:08:42.743 I/    ( 1589): [524.216187][PYM]:[pym_cfg_info_print_us][1655]pic_width = 3840

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1656]pic_height = 2160

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1657]suffix_hb_val = 68

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1658]prefix_hb_val = 2

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1659]suffix_vb_val = 20

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1660]prefix_vb_val = 2

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1662]us_roi_en = 1

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1663]us_roi_uv_bypass= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216248][PYM]:[pym_cfg_info_print_us][1664]us_roi_info.start_top= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216309][PYM]:[pym_cfg_info_print_us][1665]us_roi_info.start_left= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216309][PYM]:[pym_cfg_info_print_us][1666]us_roi_info.stride_uv= 1920

      01-01 08:08:42.743 I/    ( 1589): [524.216309][PYM]:[pym_cfg_info_print_us][1667]us_roi_info.stride_y= 1920

      01-01 08:08:42.743 I/    ( 1589): [524.216309][PYM]:[pym_cfg_info_print_us][1668]us_roi_info.step_v= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_us][1669]us_roi_info.step_h= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_us][1670]us_roi_info.out_width= 1920

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_us][1671]us_roi_info.out_height= 1080

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_us][1672]us_roi_info.phase_y_v= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_us][1673]us_roi_info.phase_y_h= 0

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_ds][1681]ds_roi_en = 63

      01-01 08:08:42.743 I/    ( 1589): [524.216370][PYM]:[pym_cfg_info_print_ds][1682]ds_roi_uv_bypass = 0

      01-01 08:08:42.743 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[0]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[0]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[0].start_top= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[0].start_left= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[0].region_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[0].region_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216431][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[0].stride_uv= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216492][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[0].stride_y= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216492][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[0].step_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216492][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[0].step_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216492][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[0].out_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216492][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[0].out_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216492][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[0].phase_y_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[0].phase_y_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[1]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[1]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[1].start_top= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[1].start_left= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[1].region_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216553][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[1].region_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[1].stride_uv= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[1].stride_y= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[1].step_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[1].step_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[1].out_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[1].out_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216614][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[1].phase_y_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[1].phase_y_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[2]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[2]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[2].start_top= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[2].start_left= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[2].region_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[2].region_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216675][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[2].stride_uv= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216736][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[2].stride_y= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216736][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[2].step_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216736][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[2].step_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[2].out_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[2].out_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[2].phase_y_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[2].phase_y_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[3]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[3]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216797][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[3].start_top= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216858][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[3].start_left= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216858][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[3].region_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216858][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[3].region_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216858][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[3].stride_uv= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216858][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[3].stride_y= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[3].step_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[3].step_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[3].out_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[3].out_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[3].phase_y_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[3].phase_y_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[4]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216919][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[4]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[4].start_top= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[4].start_left= 0

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[4].region_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[4].region_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[4].stride_uv= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[4].stride_y= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.216980][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[4].step_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[4].step_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[4].out_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[4].out_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[4].phase_y_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[4].phase_y_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[5]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217041][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[5]= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217102][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[5].start_top= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217102][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[5].start_left= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217102][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[5].region_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.217102][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[5].region_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.217102][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[5].stride_uv= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[5].stride_y= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[5].step_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[5].step_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[5].out_width= 1280

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[5].out_height= 720

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[5].phase_y_v= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217163][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[5].phase_y_h= 0

      01-01 08:08:42.744 I/    ( 1589): [524.217224][PYM]:[pym_cfg_info_print_src][1707]src_bypass_uv = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217224][PYM]:[pym_cfg_info_print_src][1708]src_en = 1

      01-01 08:08:42.744 I/    ( 1589): [524.217224][PYM]:[pym_cfg_info_print_src][1709]src_in_stride_y = 3840

      01-01 08:08:42.744 I/    ( 1589): [524.217224][PYM]:[pym_cfg_info_print_src][1710]src_in_stride_uv = 3840

      01-01 08:08:42.744 I/    ( 1589): [524.217224][PYM]:[pym_cfg_info_print_src][1711]src_info.start_left = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_src][1712]src_info.start_top = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_src][1713]src_info.region_width = 3840

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_src][1714]src_info.region_height = 2160

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_src][1715]src_info.stride_y = 3840

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_src][1716]src_info.stride_uv = 3840

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_bl_gs][1724]gs_max_layer_en = 5

      01-01 08:08:42.744 I/    ( 1589): [524.217285][PYM]:[pym_cfg_info_print_bl_gs][1725]gs_en = 31

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1726]gs_bypass_uv = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[0].start_left = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[0].start_top = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[0].region_width = 1920

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[0].region_height = 1080

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[0].stride_y = 1920

      01-01 08:08:42.744 I/    ( 1589): [524.217346][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[0].stride_uv = 1920

      01-01 08:08:42.744 I/    ( 1589): [524.217407][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[1].start_left = 0

      01-01 08:08:42.744 I/    ( 1589): [524.217407][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[1].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217407][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[1].region_width = 960

      01-01 08:08:42.745 I/    ( 1589): [524.217407][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[1].region_height = 540

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[1].stride_y = 960

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[1].stride_uv = 960

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[2].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[2].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[2].region_width = 480

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[2].region_height = 270

      01-01 08:08:42.745 I/    ( 1589): [524.217468][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[2].stride_y = 480

      01-01 08:08:42.745 I/    ( 1589): [524.217529][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[2].stride_uv = 480

      01-01 08:08:42.745 I/    ( 1589): [524.217529][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[3].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217529][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[3].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217529][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[3].region_width = 240

      01-01 08:08:42.745 I/    ( 1589): [524.217529][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[3].region_height = 134

      01-01 08:08:42.745 I/    ( 1589): [524.217529][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[3].stride_y = 240

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[3].stride_uv = 240

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[4].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[4].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[4].region_width = 120

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[4].region_height = 60

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[4].stride_y = 128

      01-01 08:08:42.745 I/    ( 1589): [524.217590][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[4].stride_uv = 128

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1735]bl_max_layer_en = 5

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1736]bl_en = 31

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1737]bl_bypass_uv = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[0].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[0].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[0].region_width = 1920

      01-01 08:08:42.745 I/    ( 1589): [524.217651][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[0].region_height = 1080

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[0].stride_y = 1920

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[0].stride_uv = 1920

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[1].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[1].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[1].region_width = 960

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[1].region_height = 540

      01-01 08:08:42.745 I/    ( 1589): [524.217712][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[1].stride_y = 960

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[1].stride_uv = 960

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[2].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[2].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[2].region_width = 480

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[2].region_height = 270

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[2].stride_y = 480

      01-01 08:08:42.745 I/    ( 1589): [524.217773][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[2].stride_uv = 480

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[3].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[3].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[3].region_width = 240

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[3].region_height = 134

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[3].stride_y = 240

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[3].stride_uv = 240

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[4].start_left = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217834][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[4].start_top = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[4].region_width = 120

      01-01 08:08:42.745 I/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[4].region_height = 60

      01-01 08:08:42.745 I/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[4].stride_y = 128

      01-01 08:08:42.745 I/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[4].stride_uv = 128

      01-01 08:08:42.745 D/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[0] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[1] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217896][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[2] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217957][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[3] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217957][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[4] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217957][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[5] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217957][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[6] = 0

      01-01 08:08:42.745 D/    ( 1589): [524.217957][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[7] = 0

      01-01 08:08:42.745 I/    ( 1589): [524.217957][PYM]:[pym_cfg_info_print][1789]--- pym_p_ctrl_info_print out ---

      01-01 08:08:42.745 D/    ( 1589): [524.217957][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.745 D/    ( 1589): [524.218018][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.745 D/    ( 1589): [524.218018][PYM]:[pym_coeff_info_check][798]pym_coeff_info_check done.

      01-01 08:08:42.745 D/    ( 1589): [524.218018][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218018][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218018][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218018][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218079][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218079][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218079][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 D/    ( 1589): [524.218140][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.745 I/    ( 1589): [524.218201][PYM]:[pym_entity_parser_config][1871]pym_entity_parser_config done. pym_cfg size(820)

      01-01 08:08:42.745 I/    ( 1589): [524.218201][GDC]:[gdc_entity_parser_config][244]--- gdc info in ---

      01-01 08:08:42.745 W/    ( 1589): [524.218201][GDC]:[gdc_entity_parser_config][291]node is NULL error

      01-01 08:08:42.745 W/    ( 1589): [524.218201][GDC]:[gdc_entity_parser_config][297]node is NULL error

      01-01 08:08:42.745 W/    ( 1589): [524.218201][GDC]:[gdc_entity_parser_config][303]node is NULL error

      01-01 08:08:42.745 W/    ( 1589): [524.218201][GDC]:[gdc_entity_parser_config][309]node is NULL error

      01-01 08:08:42.745 W/    ( 1589): [524.218262][GDC]:[gdc_entity_parser_config][315]node is NULL error

      01-01 08:08:42.745 I/    ( 1589): [524.218262][ISP]:[isp_entity_parser_config][687]--- isp_entity_parser_config ---


      01-01 08:08:42.745 W/    ( 1589): [524.218262][ISP]:[isp_entity_parser_config][709]isp pattern control null. set as normal.

      01-01 08:08:42.745 W/    ( 1589): [524.218323][ISP]:[isp_entity_parser_config][807]isp in_buf_noclean null.set default 0

      01-01 08:08:42.745 W/    ( 1589): [524.218323][ISP]:[isp_entity_parser_config][814]isp in_buf_noncached null.set default 0

      01-01 08:08:42.745 W/    ( 1589): [524.218323][ISP]:[isp_entity_parser_config][821]isp out_buf_noinvalid null.set default 0

      01-01 08:08:42.745 W/    ( 1589): [524.218323][ISP]:[isp_entity_parser_config][828]isp out_buf_noncached null.set default 0

      01-01 08:08:42.745 W/    ( 1589): [524.218323][ISP]:[isp_entity_parser_config][835]isp_inner_module_bypass null.

      01-01 08:08:42.745 E/    ( 1589): [524.218384][ISP]:[cjson_string_dup][545]json file path /system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so length 46 limit 100

      01-01 08:08:42.745 I/    ( 1589): [524.218384][ISP]:[isp_pub_attr_info_print][18]Hw id = 0

      01-01 08:08:42.745 I/    ( 1589): Ctx id = 2

      01-01 08:08:42.745 I/    ( 1589): Test_pattern = 0

      01-01 08:08:42.745 I/    ( 1589): hdr_mode = 1

      01-01 08:08:42.745 I/    ( 1589): size width = 3840

      01-01 08:08:42.745 I/    ( 1589): size height = 2160

      01-01 08:08:42.745 I/    ( 1589): frame_rate = 30

      01-01 08:08:42.745 I/    ( 1589): input_crop enable = 0

      01-01 08:08:42.745 I/    ( 1589): input_crop rect x = 0

      01-01 08:08:42.745 I/    ( 1589): input_crop rect y = 0

      01-01 08:08:42.745 I/    ( 1589): input_crop rect w = 0

      01-01 08:08:42.745 I/    ( 1589): input_crop rect h = 0

      01-01 08:08:42.745 I/    ( 1589): output_crop enable = 0

      01-01 08:08:42.745 I/    ( 1589): output_crop rect x = 0

      01-01 08:08:42.745 I/    ( 1589): output_crop rect y = 0

      01-01 08:08:42.745 I/    ( 1589): output_crop rect w = 0

      01-01 08:08:42.745 I/    ( 1589): output_crop rect h = 0

      01-01 08:08:42.745 I/    ( 1589): [524.218384][ISP]:[isp_cfg_info_print][62]dev_sched_mode = 1

      01-01 08:08:42.745 I/    ( 1589): stream_output_mode = 1

      01-01 08:08:42.745 I/    ( 1589): axi_output_mode = 8

      01-01 08:08:42.745 I/    ( 1589): [524.218384][ISP]:[isp_cfg_info_print][68]isp_calib_type(1)

      01-01 08:08:42.746 I/    ( 1589): [524.218384][ISP]:[isp_cfg_info_print][69]isp_calib_lib_name(/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so)

      01-01 08:08:42.746 I/    ( 1589): [524.218445][ISP]:[isp_cfg_info_print][70]isp_algo_state(1)

      01-01 08:08:42.746 I/    ( 1589): [524.218445][ISP]:[isp_entity_parser_config][874]--- isp_entity_parser_config done ---

      01-01 08:08:42.746 I/    ( 1589): [524.218441]hb_vpm_parser[316] L: pipe(2) sched_mode:1

      01-01 08:08:42.746 I/    ( 1589): [524.218445][PYM]:[pym_entity_parser_config][1836]pym_entity_parser_config in.

      01-01 08:08:42.746 W/    ( 1589): [524.218445][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noinvalid has empty json value

      01-01 08:08:42.746 W/    ( 1589): [524.218445][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noncached has empty json value

      01-01 08:08:42.746 W/    ( 1589): [524.218506][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noclean has empty json value

      01-01 08:08:42.746 W/    ( 1589): [524.218506][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noncached has empty json value

      01-01 08:08:42.746 W/    ( 1589): [524.218506][VPM UIILS]:[hb_utils_get_json_value][50]pingpong_ring has empty json value

      01-01 08:08:42.746 W/    ( 1589): [524.218506][VPM UIILS]:[hb_utils_get_json_value][50]layer_num_transfer_gdc has empty json value

      01-01 08:08:42.746 W/    ( 1589): [524.218567][VPM UIILS]:[hb_utils_get_json_value][50]buf_consecutive has empty json value

      01-01 08:08:42.746 D/    ( 1589): [524.218811][PYM]:[pym_json_parse_ds_cfg][1437]ds_roi array size = 6

      01-01 08:08:42.746 D/    ( 1589): [524.218933][PYM]:[pym_json_parse_gs_cfg][1472]gauss_info array size = 5

      01-01 08:08:42.746 D/    ( 1589): [524.219055][PYM]:[pym_json_parse_bl_cfg][1504]bilinear_info array size = 5

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1754]--- pym_p_ctrl_info_print in ! ---

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1757]pym_id = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1758]pym_mode = 4

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1759]output_buf_num = 6

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1760]timeout = 2000

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1761]data_format = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1762]out_buf_noinvalid = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219116][PYM]:[pym_cfg_info_print][1763]out_buf_noncached = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219177][PYM]:[pym_cfg_info_print][1764]in_buf_noclean = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219177][PYM]:[pym_cfg_info_print][1765]in_buf_noncached = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219177][PYM]:[pym_cfg_info_print][1766]pingpong_ring = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219177][PYM]:[pym_cfg_info_print][1767]buf_consecutive = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219177][PYM]:[pym_cfg_info_print][1768]layer_num_transfer_gdc = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[0] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[0] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[0] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[0] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[1] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[1] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219238][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[1] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[1] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[2] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[2] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[2] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[2] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[3] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219299][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[3] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219360][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[3] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219360][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[3] = 1

      01-01 08:08:42.746 I/    ( 1589): [524.219360][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[4] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[4] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[4] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[4] = 0

      01-01 08:08:42.746 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print][1777]y_right_shift = 2

      01-01 08:08:42.747 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print][1778]c_right_shift = 2

      01-01 08:08:42.747 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print_us][1654]pixel_num_before_sol = 16

      01-01 08:08:42.747 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print_us][1655]pic_width = 3840

      01-01 08:08:42.747 I/    ( 1589): [524.219421][PYM]:[pym_cfg_info_print_us][1656]pic_height = 2160

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1657]suffix_hb_val = 68

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1658]prefix_hb_val = 2

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1659]suffix_vb_val = 20

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1660]prefix_vb_val = 2

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1662]us_roi_en = 1

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1663]us_roi_uv_bypass= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219482][PYM]:[pym_cfg_info_print_us][1664]us_roi_info.start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1665]us_roi_info.start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1666]us_roi_info.stride_uv= 1920

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1667]us_roi_info.stride_y= 1920

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1668]us_roi_info.step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1669]us_roi_info.step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1670]us_roi_info.out_width= 1920

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1671]us_roi_info.out_height= 1080

      01-01 08:08:42.747 I/    ( 1589): [524.219543][PYM]:[pym_cfg_info_print_us][1672]us_roi_info.phase_y_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_us][1673]us_roi_info.phase_y_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_ds][1681]ds_roi_en = 63

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_ds][1682]ds_roi_uv_bypass = 0

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[0]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[0]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[0].start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219604][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[0].start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[0].region_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[0].region_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[0].stride_uv= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[0].stride_y= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[0].step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[0].step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219666][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[0].out_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[0].out_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[0].phase_y_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[0].phase_y_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[1]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[1]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[1].start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219727][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[1].start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[1].region_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[1].region_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[1].stride_uv= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[1].stride_y= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[1].step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[1].step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219788][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[1].out_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219849][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[1].out_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.219849][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[1].phase_y_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219849][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[1].phase_y_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219849][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[2]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219849][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[2]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[2].start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[2].start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[2].region_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[2].region_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[2].stride_uv= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[2].stride_y= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219910][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[2].step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219971][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[2].step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219971][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[2].out_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.219971][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[2].out_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.219971][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[2].phase_y_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219971][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[2].phase_y_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.219971][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[3]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220032][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[3]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[3].start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[3].start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[3].region_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[3].region_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[3].stride_uv= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[3].stride_y= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220093][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[3].step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[3].step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[3].out_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[3].out_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[3].phase_y_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[3].phase_y_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[4]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220154][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[4]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[4].start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[4].start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[4].region_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[4].region_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[4].stride_uv= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[4].stride_y= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220215][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[4].step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[4].step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[4].out_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[4].out_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[4].phase_y_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[4].phase_y_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[5]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[5]= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220276][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[5].start_top= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220337][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[5].start_left= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220337][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[5].region_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220337][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[5].region_height= 720

      01-01 08:08:42.747 I/    ( 1589): [524.220337][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[5].stride_uv= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220337][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[5].stride_y= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[5].step_v= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[5].step_h= 0

      01-01 08:08:42.747 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[5].out_width= 1280

      01-01 08:08:42.747 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[5].out_height= 720

      01-01 08:08:42.748 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[5].phase_y_v= 0

      01-01 08:08:42.748 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[5].phase_y_h= 0

      01-01 08:08:42.748 I/    ( 1589): [524.220398][PYM]:[pym_cfg_info_print_src][1707]src_bypass_uv = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220459][PYM]:[pym_cfg_info_print_src][1708]src_en = 1

      01-01 08:08:42.748 I/    ( 1589): [524.220459][PYM]:[pym_cfg_info_print_src][1709]src_in_stride_y = 3840

      01-01 08:08:42.748 I/    ( 1589): [524.220459][PYM]:[pym_cfg_info_print_src][1710]src_in_stride_uv = 3840

      01-01 08:08:42.748 I/    ( 1589): [524.220459][PYM]:[pym_cfg_info_print_src][1711]src_info.start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220459][PYM]:[pym_cfg_info_print_src][1712]src_info.start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_src][1713]src_info.region_width = 3840

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_src][1714]src_info.region_height = 2160

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_src][1715]src_info.stride_y = 3840

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_src][1716]src_info.stride_uv = 3840

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_bl_gs][1724]gs_max_layer_en = 5

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_bl_gs][1725]gs_en = 31

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_bl_gs][1726]gs_bypass_uv = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220520][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[0].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[0].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[0].region_width = 1920

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[0].region_height = 1080

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[0].stride_y = 1920

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[0].stride_uv = 1920

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[1].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220581][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[1].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220642][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[1].region_width = 960

      01-01 08:08:42.748 I/    ( 1589): [524.220642][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[1].region_height = 540

      01-01 08:08:42.748 I/    ( 1589): [524.220642][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[1].stride_y = 960

      01-01 08:08:42.748 I/    ( 1589): [524.220642][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[1].stride_uv = 960

      01-01 08:08:42.748 I/    ( 1589): [524.220642][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[2].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220703][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[2].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220703][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[2].region_width = 480

      01-01 08:08:42.748 I/    ( 1589): [524.220703][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[2].region_height = 270

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[2].stride_y = 480

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[2].stride_uv = 480

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[3].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[3].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[3].region_width = 240

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[3].region_height = 134

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[3].stride_y = 240

      01-01 08:08:42.748 I/    ( 1589): [524.220764][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[3].stride_uv = 240

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[4].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[4].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[4].region_width = 120

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[4].region_height = 60

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[4].stride_y = 128

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[4].stride_uv = 128

      01-01 08:08:42.748 I/    ( 1589): [524.220825][PYM]:[pym_cfg_info_print_bl_gs][1735]bl_max_layer_en = 5

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1736]bl_en = 31

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1737]bl_bypass_uv = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[0].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[0].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[0].region_width = 1920

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[0].region_height = 1080

      01-01 08:08:42.748 I/    ( 1589): [524.220886][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[0].stride_y = 1920

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[0].stride_uv = 1920

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[1].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[1].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[1].region_width = 960

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[1].region_height = 540

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[1].stride_y = 960

      01-01 08:08:42.748 I/    ( 1589): [524.220947][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[1].stride_uv = 960

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[2].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[2].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[2].region_width = 480

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[2].region_height = 270

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[2].stride_y = 480

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[2].stride_uv = 480

      01-01 08:08:42.748 I/    ( 1589): [524.221008][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[3].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[3].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[3].region_width = 240

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[3].region_height = 134

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[3].stride_y = 240

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[3].stride_uv = 240

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[4].start_left = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[4].start_top = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221069][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[4].region_width = 120

      01-01 08:08:42.748 I/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[4].region_height = 60

      01-01 08:08:42.748 I/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[4].stride_y = 128

      01-01 08:08:42.748 I/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[4].stride_uv = 128

      01-01 08:08:42.748 D/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[0] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[1] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[2] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221130][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[3] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221191][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[4] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221191][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[5] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221191][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[6] = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221191][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[7] = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221191][PYM]:[pym_cfg_info_print][1789]--- pym_p_ctrl_info_print out ---

      01-01 08:08:42.748 D/    ( 1589): [524.221191][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.748 D/    ( 1589): [524.221191][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.748 D/    ( 1589): [524.221252][PYM]:[pym_coeff_info_check][798]pym_coeff_info_check done.

      01-01 08:08:42.748 D/    ( 1589): [524.221252][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221252][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221252][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221252][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221252][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221313][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221313][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221313][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221375][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221375][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221375][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221375][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221375][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 D/    ( 1589): [524.221375][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.748 I/    ( 1589): [524.221375][PYM]:[pym_entity_parser_config][1871]pym_entity_parser_config done. pym_cfg size(820)

      01-01 08:08:42.748 I/    ( 1589): [524.221436][GDC]:[gdc_entity_parser_config][244]--- gdc info in ---

      01-01 08:08:42.749 W/    ( 1589): [524.221436][GDC]:[gdc_entity_parser_config][291]node is NULL error

      01-01 08:08:42.749 W/    ( 1589): [524.221436][GDC]:[gdc_entity_parser_config][297]node is NULL error

      01-01 08:08:42.749 W/    ( 1589): [524.221436][GDC]:[gdc_entity_parser_config][303]node is NULL error

      01-01 08:08:42.749 W/    ( 1589): [524.221436][GDC]:[gdc_entity_parser_config][309]node is NULL error

      01-01 08:08:42.749 W/    ( 1589): [524.221436][GDC]:[gdc_entity_parser_config][315]node is NULL error

      01-01 08:08:42.749 I/    ( 1589): [524.221849]hb_vio_init[643] L: vio process mode:0 [0:signal, 1:multi]

      01-01 08:08:42.749 D/    ( 1589): [524.221863][VPM pipeline]:[vio_pipeline_parser][74]cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json , statbuf.st_size = 18564

      01-01 08:08:42.751 D/    ( 1589): [524.223511][VPM pipeline]:[vio_pipeline_parser][108]Pipeline 0 config found.

      01-01 08:08:42.751 D/    ( 1589): [524.223511][VPM pipeline]:[vio_pipeline_parser][108]Pipeline 1 config found.

      01-01 08:08:42.751 D/    ( 1589): [524.223572][VPM pipeline]:[vio_pipeline_parser][108]Pipeline 2 config found.

      01-01 08:08:42.751 I/    ( 1589): [524.223572][VPM pipeline]:[vio_pipeline_parser][111]Vpm pipeline parse done.

      01-01 08:08:42.751 D/    ( 1589): [524.223633][VPM pipeline]:[vio_pipeline_parser_single][139]cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json , statbuf.st_size = 18564

      01-01 08:08:42.752 I/    ( 1589): [524.225220][VPM pipeline]:[vio_pipeline_create][538]pipe (0) create done!

      01-01 08:08:42.752 D/    ( 1589): [524.225220][VPM pipeline]:[vio_entity_parser][207]vio_entity_parser done.

      01-01 08:08:42.752 D/    ( 1589): [524.225281][VPM pipeline]:[vio_pipeline_init][493]pipe(0) vio_pipeline_init in

      01-01 08:08:42.752 I/    ( 1589): [524.225281][VPM pipeline]:[vio_pipeline_entity_create][292]pipe(0) vio_pipeline_entity_create in

      01-01 08:08:42.752 I/    ( 1589): [524.225342][ISP]:[isp_entity_parser_config][687]--- isp_entity_parser_config ---


      01-01 08:08:42.752 W/    ( 1589): [524.225342][ISP]:[isp_entity_parser_config][709]isp pattern control null. set as normal.

      01-01 08:08:42.752 W/    ( 1589): [524.225342][ISP]:[isp_entity_parser_config][807]isp in_buf_noclean null.set default 0

      01-01 08:08:42.752 W/    ( 1589): [524.225403][ISP]:[isp_entity_parser_config][814]isp in_buf_noncached null.set default 0

      01-01 08:08:42.752 W/    ( 1589): [524.225403][ISP]:[isp_entity_parser_config][821]isp out_buf_noinvalid null.set default 0

      01-01 08:08:42.752 W/    ( 1589): [524.225403][ISP]:[isp_entity_parser_config][828]isp out_buf_noncached null.set default 0

      01-01 08:08:42.752 W/    ( 1589): [524.225403][ISP]:[isp_entity_parser_config][835]isp_inner_module_bypass null.

      01-01 08:08:42.753 E/    ( 1589): [524.225464][ISP]:[cjson_string_dup][545]json file path /system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so length 46 limit 100

      01-01 08:08:42.753 I/    ( 1589): [524.225464][ISP]:[isp_pub_attr_info_print][18]Hw id = 0

      01-01 08:08:42.753 I/    ( 1589): Ctx id = 0

      01-01 08:08:42.753 I/    ( 1589): Test_pattern = 0

      01-01 08:08:42.753 I/    ( 1589): hdr_mode = 1

      01-01 08:08:42.753 I/    ( 1589): size width = 3840

      01-01 08:08:42.753 I/    ( 1589): size height = 2160

      01-01 08:08:42.753 I/    ( 1589): frame_rate = 30

      01-01 08:08:42.753 I/    ( 1589): input_crop enable = 0

      01-01 08:08:42.753 I/    ( 1589): input_crop rect x = 0

      01-01 08:08:42.753 I/    ( 1589): input_crop rect y = 0

      01-01 08:08:42.753 I/    ( 1589): input_crop rect w = 0

      01-01 08:08:42.753 I/    ( 1589): input_crop rect h = 0

      01-01 08:08:42.753 I/    ( 1589): output_crop enable = 0

      01-01 08:08:42.753 I/    ( 1589): output_crop rect x = 0

      01-01 08:08:42.753 I/    ( 1589): output_crop rect y = 0

      01-01 08:08:42.753 I/    ( 1589): output_crop rect w = 0

      01-01 08:08:42.753 I/    ( 1589): output_crop rect h = 0

      01-01 08:08:42.753 I/    ( 1589): [524.225464][ISP]:[isp_cfg_info_print][62]dev_sched_mode = 1

      01-01 08:08:42.753 I/    ( 1589): stream_output_mode = 1

      01-01 08:08:42.753 I/    ( 1589): axi_output_mode = 8

      01-01 08:08:42.753 I/    ( 1589): [524.225464][ISP]:[isp_cfg_info_print][68]isp_calib_type(1)

      01-01 08:08:42.753 I/    ( 1589): [524.225464][ISP]:[isp_cfg_info_print][69]isp_calib_lib_name(/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so)

      01-01 08:08:42.753 I/    ( 1589): [524.225464][ISP]:[isp_cfg_info_print][70]isp_algo_state(1)

      01-01 08:08:42.753 I/    ( 1589): [524.225525][ISP]:[isp_entity_parser_config][874]--- isp_entity_parser_config done ---

      01-01 08:08:42.753 D/    ( 1589): [524.225525][VPM pipeline]:[vio_isp_entity_create][225]pipe(0)isp entity create done.

      01-01 08:08:42.753 I/    ( 1589): [524.225525][PYM]:[pym_entity_create][406]pipe(0) pym entity_create done !

      01-01 08:08:42.753 I/    ( 1589): [524.225525][PYM]:[pym_entity_parser_config][1836]pym_entity_parser_config in.

      01-01 08:08:42.753 W/    ( 1589): [524.225525][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noinvalid has empty json value

      01-01 08:08:42.753 W/    ( 1589): [524.225525][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noncached has empty json value

      01-01 08:08:42.753 W/    ( 1589): [524.225586][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noclean has empty json value

      01-01 08:08:42.753 W/    ( 1589): [524.225586][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noncached has empty json value

      01-01 08:08:42.753 W/    ( 1589): [524.225586][VPM UIILS]:[hb_utils_get_json_value][50]pingpong_ring has empty json value

      01-01 08:08:42.753 W/    ( 1589): [524.225586][VPM UIILS]:[hb_utils_get_json_value][50]layer_num_transfer_gdc has empty json value

      01-01 08:08:42.753 W/    ( 1589): [524.225708][VPM UIILS]:[hb_utils_get_json_value][50]buf_consecutive has empty json value

      01-01 08:08:42.753 D/    ( 1589): [524.225830][PYM]:[pym_json_parse_ds_cfg][1437]ds_roi array size = 6

      01-01 08:08:42.753 D/    ( 1589): [524.226074][PYM]:[pym_json_parse_gs_cfg][1472]gauss_info array size = 5

      01-01 08:08:42.753 D/    ( 1589): [524.226135][PYM]:[pym_json_parse_bl_cfg][1504]bilinear_info array size = 5

      01-01 08:08:42.753 I/    ( 1589): [524.226196][PYM]:[pym_cfg_info_print][1754]--- pym_p_ctrl_info_print in ! ---

      01-01 08:08:42.753 I/    ( 1589): [524.226196][PYM]:[pym_cfg_info_print][1757]pym_id = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226196][PYM]:[pym_cfg_info_print][1758]pym_mode = 4

      01-01 08:08:42.753 I/    ( 1589): [524.226196][PYM]:[pym_cfg_info_print][1759]output_buf_num = 6

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1760]timeout = 2000

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1761]data_format = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1762]out_buf_noinvalid = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1763]out_buf_noncached = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1764]in_buf_noclean = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1765]in_buf_noncached = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226257][PYM]:[pym_cfg_info_print][1766]pingpong_ring = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1767]buf_consecutive = 1

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1768]layer_num_transfer_gdc = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[0] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[0] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[0] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[0] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[1] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226318][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[1] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[1] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[1] = 0

      01-01 08:08:42.753 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[2] = 1

      01-01 08:08:42.753 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[2] = 1

      01-01 08:08:42.753 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[2] = 1

      01-01 08:08:42.753 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[2] = 1

      01-01 08:08:42.754 I/    ( 1589): [524.226379][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[3] = 1

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[3] = 1

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[3] = 1

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[3] = 1

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[4] = 0

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[4] = 0

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[4] = 0

      01-01 08:08:42.754 I/    ( 1589): [524.226440][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[4] = 0

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print][1777]y_right_shift = 2

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print][1778]c_right_shift = 2

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print_us][1654]pixel_num_before_sol = 16

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print_us][1655]pic_width = 3840

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print_us][1656]pic_height = 2160

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print_us][1657]suffix_hb_val = 68

      01-01 08:08:42.754 I/    ( 1589): [524.226501][PYM]:[pym_cfg_info_print_us][1658]prefix_hb_val = 2

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1659]suffix_vb_val = 20

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1660]prefix_vb_val = 2

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1662]us_roi_en = 1

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1663]us_roi_uv_bypass= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1664]us_roi_info.start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1665]us_roi_info.start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1666]us_roi_info.stride_uv= 1920

      01-01 08:08:42.754 I/    ( 1589): [524.226562][PYM]:[pym_cfg_info_print_us][1667]us_roi_info.stride_y= 1920

      01-01 08:08:42.754 I/    ( 1589): [524.226624][PYM]:[pym_cfg_info_print_us][1668]us_roi_info.step_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226624][PYM]:[pym_cfg_info_print_us][1669]us_roi_info.step_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226624][PYM]:[pym_cfg_info_print_us][1670]us_roi_info.out_width= 1920

      01-01 08:08:42.754 I/    ( 1589): [524.226624][PYM]:[pym_cfg_info_print_us][1671]us_roi_info.out_height= 1080

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_us][1672]us_roi_info.phase_y_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_us][1673]us_roi_info.phase_y_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_ds][1681]ds_roi_en = 63

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_ds][1682]ds_roi_uv_bypass = 0

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[0]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[0]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226685][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[0].start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226746][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[0].start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226746][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[0].region_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226746][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[0].region_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.226746][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[0].stride_uv= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226746][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[0].stride_y= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[0].step_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[0].step_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[0].out_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[0].out_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[0].phase_y_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[0].phase_y_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226807][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[1]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[1]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[1].start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[1].start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[1].region_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[1].region_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[1].stride_uv= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226868][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[1].stride_y= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[1].step_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[1].step_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[1].out_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[1].out_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[1].phase_y_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[1].phase_y_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226929][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[2]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[2]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[2].start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[2].start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[2].region_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[2].region_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[2].stride_uv= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.226990][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[2].stride_y= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227051][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[2].step_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227051][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[2].step_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227051][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[2].out_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227051][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[2].out_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.227051][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[2].phase_y_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[2].phase_y_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[3]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[3]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[3].start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[3].start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[3].region_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[3].region_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.227112][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[3].stride_uv= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[3].stride_y= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[3].step_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[3].step_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[3].out_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[3].out_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[3].phase_y_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227173][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[3].phase_y_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[4]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[4]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[4].start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[4].start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[4].region_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[4].region_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.227234][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[4].stride_uv= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227295][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[4].stride_y= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227295][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[4].step_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227295][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[4].step_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[4].out_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[4].out_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[4].phase_y_v= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[4].phase_y_h= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[5]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[5]= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[5].start_top= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227356][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[5].start_left= 0

      01-01 08:08:42.754 I/    ( 1589): [524.227417][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[5].region_width= 1280

      01-01 08:08:42.754 I/    ( 1589): [524.227417][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[5].region_height= 720

      01-01 08:08:42.754 I/    ( 1589): [524.227417][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[5].stride_uv= 1280

      01-01 08:08:42.755 I/    ( 1589): [524.227417][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[5].stride_y= 1280

      01-01 08:08:42.755 I/    ( 1589): [524.227417][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[5].step_v= 0

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[5].step_h= 0

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[5].out_width= 1280

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[5].out_height= 720

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[5].phase_y_v= 0

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[5].phase_y_h= 0

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_src][1707]src_bypass_uv = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227478][PYM]:[pym_cfg_info_print_src][1708]src_en = 1

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1709]src_in_stride_y = 3840

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1710]src_in_stride_uv = 3840

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1711]src_info.start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1712]src_info.start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1713]src_info.region_width = 3840

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1714]src_info.region_height = 2160

      01-01 08:08:42.755 I/    ( 1589): [524.227539][PYM]:[pym_cfg_info_print_src][1715]src_info.stride_y = 3840

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_src][1716]src_info.stride_uv = 3840

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1724]gs_max_layer_en = 5

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1725]gs_en = 31

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1726]gs_bypass_uv = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[0].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[0].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[0].region_width = 1920

      01-01 08:08:42.755 I/    ( 1589): [524.227600][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[0].region_height = 1080

      01-01 08:08:42.755 I/    ( 1589): [524.227661][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[0].stride_y = 1920

      01-01 08:08:42.755 I/    ( 1589): [524.227661][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[0].stride_uv = 1920

      01-01 08:08:42.755 I/    ( 1589): [524.227661][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[1].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227661][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[1].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[1].region_width = 960

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[1].region_height = 540

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[1].stride_y = 960

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[1].stride_uv = 960

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[2].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[2].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227722][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[2].region_width = 480

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[2].region_height = 270

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[2].stride_y = 480

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[2].stride_uv = 480

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[3].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[3].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[3].region_width = 240

      01-01 08:08:42.755 I/    ( 1589): [524.227783][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[3].region_height = 134

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[3].stride_y = 240

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[3].stride_uv = 240

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[4].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[4].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[4].region_width = 120

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[4].region_height = 60

      01-01 08:08:42.755 I/    ( 1589): [524.227844][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[4].stride_y = 128

      01-01 08:08:42.755 I/    ( 1589): [524.227905][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[4].stride_uv = 128

      01-01 08:08:42.755 I/    ( 1589): [524.227905][PYM]:[pym_cfg_info_print_bl_gs][1735]bl_max_layer_en = 5

      01-01 08:08:42.755 I/    ( 1589): [524.227905][PYM]:[pym_cfg_info_print_bl_gs][1736]bl_en = 31

      01-01 08:08:42.755 I/    ( 1589): [524.227905][PYM]:[pym_cfg_info_print_bl_gs][1737]bl_bypass_uv = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[0].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[0].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[0].region_width = 1920

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[0].region_height = 1080

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[0].stride_y = 1920

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[0].stride_uv = 1920

      01-01 08:08:42.755 I/    ( 1589): [524.227966][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[1].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228027][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[1].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228027][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[1].region_width = 960

      01-01 08:08:42.755 I/    ( 1589): [524.228027][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[1].region_height = 540

      01-01 08:08:42.755 I/    ( 1589): [524.228027][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[1].stride_y = 960

      01-01 08:08:42.755 I/    ( 1589): [524.228088][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[1].stride_uv = 960

      01-01 08:08:42.755 I/    ( 1589): [524.228088][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[2].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228088][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[2].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228088][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[2].region_width = 480

      01-01 08:08:42.755 I/    ( 1589): [524.228149][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[2].region_height = 270

      01-01 08:08:42.755 I/    ( 1589): [524.228149][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[2].stride_y = 480

      01-01 08:08:42.755 I/    ( 1589): [524.228149][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[2].stride_uv = 480

      01-01 08:08:42.755 I/    ( 1589): [524.228149][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[3].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228149][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[3].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[3].region_width = 240

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[3].region_height = 134

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[3].stride_y = 240

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[3].stride_uv = 240

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[4].start_left = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[4].start_top = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228210][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[4].region_width = 120

      01-01 08:08:42.755 I/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[4].region_height = 60

      01-01 08:08:42.755 I/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[4].stride_y = 128

      01-01 08:08:42.755 I/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[4].stride_uv = 128

      01-01 08:08:42.755 D/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[0] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[1] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[2] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[3] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228271][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[4] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228333][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[5] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228333][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[6] = 0

      01-01 08:08:42.755 D/    ( 1589): [524.228333][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[7] = 0

      01-01 08:08:42.755 I/    ( 1589): [524.228333][PYM]:[pym_cfg_info_print][1789]--- pym_p_ctrl_info_print out ---

      01-01 08:08:42.755 D/    ( 1589): [524.228394][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.755 D/    ( 1589): [524.228394][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.755 D/    ( 1589): [524.228394][PYM]:[pym_coeff_info_check][798]pym_coeff_info_check done.

      01-01 08:08:42.755 D/    ( 1589): [524.228394][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228394][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228394][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228455][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228455][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228455][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228455][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228455][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228455][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228516][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228516][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228516][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228516][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 D/    ( 1589): [524.228516][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.756 I/    ( 1589): [524.228516][PYM]:[pym_entity_parser_config][1871]pym_entity_parser_config done. pym_cfg size(820)

      01-01 08:08:42.756 D/    ( 1589): [524.228516][VPM pipeline]:[vio_pym_entity_create][249]pipe(0)pym entity create done.

      01-01 08:08:42.756 I/    ( 1589): [524.228577][GDC]:[gdc_entity_parser_config][244]--- gdc info in ---

      01-01 08:08:42.756 W/    ( 1589): [524.228577][GDC]:[gdc_entity_parser_config][291]node is NULL error

      01-01 08:08:42.756 W/    ( 1589): [524.228638][GDC]:[gdc_entity_parser_config][297]node is NULL error

      01-01 08:08:42.756 W/    ( 1589): [524.228638][GDC]:[gdc_entity_parser_config][303]node is NULL error

      01-01 08:08:42.756 W/    ( 1589): [524.228638][GDC]:[gdc_entity_parser_config][309]node is NULL error

      01-01 08:08:42.756 W/    ( 1589): [524.228638][GDC]:[gdc_entity_parser_config][315]node is NULL error

      01-01 08:08:42.756 D/    ( 1589): [524.228699][VPM pipeline]:[vio_gdc_entity_create][273]pipe(0)gdc entity create done.

      01-01 08:08:42.757 I/    ( 1589): [524.230164][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 0, buffer_type = 21

      01-01 08:08:42.757 D/    ( 1589): [524.230164][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 6, buffer type = 21

      01-01 08:08:42.757 D/    ( 1589): [524.230347][VPM buf mgr]:[vpm_hb_mem_init][102]hb_mem_module_open success version: 0.2.0

      01-01 08:08:42.757 D/    ( 1589): [524.230347][PYM]:[calculate_src_offset][211]src_out wxh = 3840 x 2160 stride 3840 y_offset(0x0) c_offset(0x7e9000)

      01-01 08:08:42.757 D/    ( 1589): [524.230347][PYM]:[calculate_us_offset][245]us_roi wxh = 1920 x 1080 stride 1920 y_offset(0xbde000) c_offset(0xdd8400)

      01-01 08:08:42.757 D/    ( 1589): [524.230408][PYM]:[calculate_ds_offset][283]ds_roi[0] wxh= 1280x720 stride 1280 y_offset(0xed6000) c_offset(0xfb7000)

      01-01 08:08:42.757 D/    ( 1589): [524.230408][PYM]:[calculate_ds_offset][283]ds_roi[1] wxh= 1280x720 stride 1280 y_offset(0x1028000) c_offset(0x1109000)

      01-01 08:08:42.758 D/    ( 1589): [524.230408][PYM]:[calculate_ds_offset][283]ds_roi[2] wxh= 1280x720 stride 1280 y_offset(0x117a000) c_offset(0x125b000)

      01-01 08:08:42.758 D/    ( 1589): [524.230469][PYM]:[calculate_ds_offset][283]ds_roi[3] wxh= 1280x720 stride 1280 y_offset(0x12cc000) c_offset(0x13ad000)

      01-01 08:08:42.758 D/    ( 1589): [524.230469][PYM]:[calculate_ds_offset][283]ds_roi[4] wxh= 1280x720 stride 1280 y_offset(0x141e000) c_offset(0x14ff000)

      01-01 08:08:42.758 D/    ( 1589): [524.230469][PYM]:[calculate_ds_offset][283]ds_roi[5] wxh= 1280x720 stride 1280 y_offset(0x1570000) c_offset(0x1651000)

      01-01 08:08:42.758 D/    ( 1589): [524.230469][PYM]:[calculate_gs_offset][319]gs[0] wxh = 1920 x 1080 stride 1920 y_offset(0x16c2000) c_offset(0x18bc400)

      01-01 08:08:42.758 D/    ( 1589): [524.230469][PYM]:[calculate_gs_offset][319]gs[1] wxh = 960 x 540 stride 960 y_offset(0x19ba000) c_offset(0x1a38900)

      01-01 08:08:42.758 D/    ( 1589): [524.230530][PYM]:[calculate_gs_offset][319]gs[2] wxh = 480 x 270 stride 480 y_offset(0x1a78000) c_offset(0x1a97a40)

      01-01 08:08:42.758 D/    ( 1589): [524.230530][PYM]:[calculate_gs_offset][319]gs[3] wxh = 240 x 134 stride 240 y_offset(0x1aa8000) c_offset(0x1aafda0)

      01-01 08:08:42.758 D/    ( 1589): [524.230530][PYM]:[calculate_gs_offset][319]gs[4] wxh = 120 x 60 stride 128 y_offset(0x1ab4000) c_offset(0x1ab5e00)

      01-01 08:08:42.758 D/    ( 1589): [524.230530][PYM]:[calculate_bl_offset][356]bl[0] wxh = 1920 x 1080 stride 1920 y_offset(0x1ab7000) c_offset(0x1cb1400)

      01-01 08:08:42.758 D/    ( 1589): [524.230530][PYM]:[calculate_bl_offset][356]bl[1] wxh = 960 x 540 stride 960 y_offset(0x1daf000) c_offset(0x1e2d900)

      01-01 08:08:42.758 D/    ( 1589): [524.230591][PYM]:[calculate_bl_offset][356]bl[2] wxh = 480 x 270 stride 480 y_offset(0x1e6d000) c_offset(0x1e8ca40)

      01-01 08:08:42.758 D/    ( 1589): [524.230591][PYM]:[calculate_bl_offset][356]bl[3] wxh = 240 x 134 stride 240 y_offset(0x1e9d000) c_offset(0x1ea4da0)

      01-01 08:08:42.758 D/    ( 1589): [524.230652][PYM]:[calculate_bl_offset][356]bl[4] wxh = 120 x 60 stride 128 y_offset(0x1ea9000) c_offset(0x1eaae00)

      01-01 08:08:42.758 I/    ( 1589): [524.230652][PYM]:[pym_buf_size_calculate][395]pym size calculate out total : 32161792

      01-01 08:08:42.758 I/    ( 1589): [524.230835][PYM]:[pym_entity_init][634]Pipe(0) pym src out w x h = 3840 x 2160. offset size 0 8294400 total_size 32161792

      01-01 08:08:42.758 D/    ( 1589): [524.230835][VPM buf mgr]:[buffer_mgr_map][811]Pipe0 buf info index 0 planecont 1 size 32161792 paddr 0xc8977000.

      01-01 08:08:42.758 D/    ( 1589): [524.231079][VPM buf mgr]:[buffer_mgr_map][833]Pipe0 Pym buf index 0 paddr 0xc8977000 addr 0xffff7ff15000 size 32161792

      01-01 08:08:42.758 I/    ( 1589): [524.231079][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.758 D/    ( 1589): [524.231079][VPM buf mgr]:[buffer_mgr_map][811]Pipe0 buf info index 1 planecont 1 size 32161792 paddr 0xca823000.

      01-01 08:08:42.758 D/    ( 1589): [524.231262][VPM buf mgr]:[buffer_mgr_map][833]Pipe0 Pym buf index 1 paddr 0xca823000 addr 0xffff7e069000 size 32161792

      01-01 08:08:42.758 I/    ( 1589): [524.231323][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.758 D/    ( 1589): [524.231323][VPM buf mgr]:[buffer_mgr_map][811]Pipe0 buf info index 2 planecont 1 size 32161792 paddr 0xcc6cf000.

      01-01 08:08:42.759 D/    ( 1589): [524.231506][VPM buf mgr]:[buffer_mgr_map][833]Pipe0 Pym buf index 2 paddr 0xcc6cf000 addr 0xffff7c1bd000 size 32161792

      01-01 08:08:42.759 I/    ( 1589): [524.231506][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.759 D/    ( 1589): [524.231567][VPM buf mgr]:[buffer_mgr_map][811]Pipe0 buf info index 3 planecont 1 size 32161792 paddr 0xce57b000.

      01-01 08:08:42.759 D/    ( 1589): [524.231750][VPM buf mgr]:[buffer_mgr_map][833]Pipe0 Pym buf index 3 paddr 0xce57b000 addr 0xffff7a311000 size 32161792

      01-01 08:08:42.759 I/    ( 1589): [524.231750][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.759 D/    ( 1589): [524.231750][VPM buf mgr]:[buffer_mgr_map][811]Pipe0 buf info index 4 planecont 1 size 32161792 paddr 0xd0427000.

      01-01 08:08:42.759 D/    ( 1589): [524.231934][VPM buf mgr]:[buffer_mgr_map][833]Pipe0 Pym buf index 4 paddr 0xd0427000 addr 0xffff78465000 size 32161792

      01-01 08:08:42.759 I/    ( 1589): [524.231934][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.759 D/    ( 1589): [524.231995][VPM buf mgr]:[buffer_mgr_map][811]Pipe0 buf info index 5 planecont 1 size 32161792 paddr 0xd22d3000.

      01-01 08:08:42.759 D/    ( 1589): [524.232178][VPM buf mgr]:[buffer_mgr_map][833]Pipe0 Pym buf index 5 paddr 0xd22d3000 addr 0xffff765b9000 size 32161792

      01-01 08:08:42.759 I/    ( 1589): [524.232239][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.759 I/    ( 1589): [524.232239][PYM]:[pym_entity_init_req_buf][560]Pipe(0) Pym 0 otf mode 4 configed.

      01-01 08:08:42.759 I/    ( 1589): [524.232239][PYM]:[pym_entity_init][653]Pipe(0) Pym 0 entity init done.

      01-01 08:08:42.759 D/    ( 1589): [524.232239][ISP]:[isp_entity_init][280]Pipe(0)isp_calib_update isp_channel = 0, hw_id = 0, ctx_id = 0

      01-01 08:08:42.759 V/    ( 1589): hb_cal_open_lib -- 112

      01-01 08:08:42.763 V/    ( 1589): hb_cal_open_lib -- 122

      01-01 08:08:42.763 E/    ( 1589): calibration of the 69 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 70 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 132 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 133 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 134 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 135 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 136 is not existance

      01-01 08:08:42.763 E/    ( 1589): calibration of the 137 is not existance

      01-01 08:08:42.763 V/    ( 1589): hb_isp_calib_init--263 name lib_x8bRGGB_pwl12_PH_Fov120_v.0.22.4.29, pstr (nil), plut 0xaaaae12884e0,tsize 39192, port 0, num 138!

      01-01 08:08:42.763 V/    ( 1589): port0 hb_isp_update_calib done.

      01-01 08:08:42.785 D/    ( 1589): pipeline_id = 0, hw_id = 0, ctx_id = 0, open end!

      01-01 08:08:42.785 W/    ( 1589): [WARN][524.25768][1589:1589][MEM_MANAGER] Memory module has been opened.

      01-01 08:08:42.785 W/    ( 1589):

      01-01 08:08:42.785 D/    ( 1589): hb_mem_module_open success version: 0.2.0

      01-01 08:08:42.785 I/    ( 1589): [524.257751][ISP]:[isp_entity_init][297]Pipe(0) hw_id = 0, set isp_dev_sched_mode 1

      01-01 08:08:42.792 I/    ( 1589): [524.264587][ISP]:[isp_entity_init][307]Pipe(0) isp algo init done.

      01-01 08:08:42.792 I/    ( 1589): [524.264648][ISP]:[isp_entity_init][310]Pipe(0) isp entity init done.

      01-01 08:08:42.803 I/    ( 1589): [524.276062][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1088)size: y(2088960)total(3133440)

      01-01 08:08:42.803 I/    ( 1589): [524.276123][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 0, buffer_type = 12

      01-01 08:08:42.803 D/    ( 1589): [524.276123][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 8, buffer type = 12

      01-01 08:08:42.803 D/    ( 1589): [524.276123][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 2.

      01-01 08:08:42.803 I/    ( 1589): [524.276184][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.804 I/    ( 1589): [524.276733][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (22) vaddr 0xffff761e8000 paddr = d49bf000

      01-01 08:08:42.804 I/    ( 1589): [524.276978][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.805 I/    ( 1589): [524.277649][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (23) vaddr 0xffff75eeb000 paddr = d4cbc000

      01-01 08:08:42.805 I/    ( 1589): [524.277832][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.805 I/    ( 1589): [524.278381][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (24) vaddr 0xffff75bee000 paddr = d4fb9000

      01-01 08:08:42.806 I/    ( 1589): [524.278625][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.806 I/    ( 1589): [524.279175][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (25) vaddr 0xffff758f1000 paddr = d52b6000

      01-01 08:08:42.806 I/    ( 1589): [524.279419][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.807 I/    ( 1589): [524.279907][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (26) vaddr 0xffff755f4000 paddr = d55b3000

      01-01 08:08:42.807 I/    ( 1589): [524.280212][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.808 I/    ( 1589): [524.280762][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (27) vaddr 0xffff752f7000 paddr = d58b0000

      01-01 08:08:42.808 I/    ( 1589): [524.281006][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.809 I/    ( 1589): [524.281555][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (28) vaddr 0xffff74ffa000 paddr = d5bad000

      01-01 08:08:42.809 I/    ( 1589): [524.281738][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.809 I/    ( 1589): [524.282288][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (29) vaddr 0xffff74cfd000 paddr = d5eaa000

      01-01 08:08:42.810 D/    ( 1589): [524.282532][VPM buf mgr]:[buffer_mgr_ion_alloc][577]Pipe(0) buf type(12) alloc done.

      01-01 08:08:42.810 I/    ( 1589): [524.282593][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1080)size: y(2073600)total(3110400)

      01-01 08:08:42.810 I/    ( 1589): [524.282593][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 0, buffer_type = 15

      01-01 08:08:42.810 D/    ( 1589): [524.282593][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 8, buffer type = 15

      01-01 08:08:42.810 D/    ( 1589): [524.282654][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 3.

      01-01 08:08:42.810 I/    ( 1589): [524.282654][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.810 I/    ( 1589): [524.283142][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (30) vaddr 0xffff74a05000 paddr = d61a7000

      01-01 08:08:42.810 I/    ( 1589): [524.283142][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.811 I/    ( 1589): [524.283752][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (31) vaddr 0xffff7470d000 paddr = d649f000

      01-01 08:08:42.811 I/    ( 1589): [524.283752][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.811 I/    ( 1589): [524.284302][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (32) vaddr 0xffff74415000 paddr = d6797000

      01-01 08:08:42.811 I/    ( 1589): [524.284363][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.812 I/    ( 1589): [524.284973][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (33) vaddr 0xffff7411d000 paddr = d6a8f000

      01-01 08:08:42.812 I/    ( 1589): [524.284973][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.813 I/    ( 1589): [524.285522][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (34) vaddr 0xffff73e25000 paddr = d6d87000

      01-01 08:08:42.813 I/    ( 1589): [524.285583][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.813 I/    ( 1589): [524.286133][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (35) vaddr 0xffff73b2d000 paddr = d707f000

      01-01 08:08:42.813 I/    ( 1589): [524.286194][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.814 I/    ( 1589): [524.286743][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (36) vaddr 0xffff73835000 paddr = d7377000

      01-01 08:08:42.814 I/    ( 1589): [524.286804][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.814 I/    ( 1589): [524.287415][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (37) vaddr 0xffff7353d000 paddr = d766f000

      01-01 08:08:42.815 D/    ( 1589): [524.287415][VPM buf mgr]:[buffer_mgr_ion_alloc][577]Pipe(0) buf type(15) alloc done.

      01-01 08:08:42.815 I/    ( 1589): [524.287415][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.815 I/    ( 1589): [524.287476][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(40960) fd (38) vaddr 0xffff73533000 paddr = d7967000

      01-01 08:08:42.815 I/    ( 1589): [524.287537][GDC]:[gdc_entity_init][533]Pipe(0) Gdc entity init done.

      01-01 08:08:42.815 D/    ( 1589): [524.287537][VPM pipeline]:[vio_pipeline_entity_init][375]Pipe(0)vio_pipeline_entity_init done.

      01-01 08:08:42.815 I/    ( 1589): [524.287537][VPM pipeline]:[vio_pipeline_init][507]pipe(0) pipeline_init success out

      01-01 08:08:42.815 I/    ( 1589): [524.287537][VPM interface]:[hb_vpm_init_pipeline][117]pipeline(0) init done !

      01-01 08:08:42.815 D/    ( 1589): [524.287781][VPM UIILS]:[hb_utils_send_sfmu_msg][67]pipeID = 0,clear event count

      01-01 08:08:42.815 D/    ( 1589): [524.287842][VPM pipeline]:[vio_pipeline_parser_single][139]cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json , statbuf.st_size = 18564

      01-01 08:08:42.817 I/    ( 1589): [524.289551][VPM pipeline]:[vio_pipeline_create][538]pipe (1) create done!

      01-01 08:08:42.817 D/    ( 1589): [524.289612][VPM pipeline]:[vio_entity_parser][207]vio_entity_parser done.

      01-01 08:08:42.817 D/    ( 1589): [524.289612][VPM pipeline]:[vio_pipeline_init][493]pipe(1) vio_pipeline_init in

      01-01 08:08:42.817 I/    ( 1589): [524.289612][VPM pipeline]:[vio_pipeline_entity_create][292]pipe(1) vio_pipeline_entity_create in

      01-01 08:08:42.817 I/    ( 1589): [524.289612][ISP]:[isp_entity_parser_config][687]--- isp_entity_parser_config ---


      01-01 08:08:42.817 W/    ( 1589): [524.289612][ISP]:[isp_entity_parser_config][709]isp pattern control null. set as normal.

      01-01 08:08:42.817 W/    ( 1589): [524.289673][ISP]:[isp_entity_parser_config][807]isp in_buf_noclean null.set default 0

      01-01 08:08:42.817 W/    ( 1589): [524.289673][ISP]:[isp_entity_parser_config][814]isp in_buf_noncached null.set default 0

      01-01 08:08:42.817 W/    ( 1589): [524.289734][ISP]:[isp_entity_parser_config][821]isp out_buf_noinvalid null.set default 0

      01-01 08:08:42.817 W/    ( 1589): [524.289734][ISP]:[isp_entity_parser_config][828]isp out_buf_noncached null.set default 0

      01-01 08:08:42.817 W/    ( 1589): [524.289734][ISP]:[isp_entity_parser_config][835]isp_inner_module_bypass null.

      01-01 08:08:42.817 E/    ( 1589): [524.289734][ISP]:[cjson_string_dup][545]json file path /system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so length 46 limit 100

      01-01 08:08:42.817 I/    ( 1589): [524.289795][ISP]:[isp_pub_attr_info_print][18]Hw id = 0

      01-01 08:08:42.817 I/    ( 1589): Ctx id = 1

      01-01 08:08:42.817 I/    ( 1589): Test_pattern = 0

      01-01 08:08:42.817 I/    ( 1589): hdr_mode = 1

      01-01 08:08:42.817 I/    ( 1589): size width = 3840

      01-01 08:08:42.817 I/    ( 1589): size height = 2160

      01-01 08:08:42.817 I/    ( 1589): frame_rate = 30

      01-01 08:08:42.817 I/    ( 1589): input_crop enable = 0

      01-01 08:08:42.817 I/    ( 1589): input_crop rect x = 0

      01-01 08:08:42.817 I/    ( 1589): input_crop rect y = 0

      01-01 08:08:42.817 I/    ( 1589): input_crop rect w = 0

      01-01 08:08:42.817 I/    ( 1589): input_crop rect h = 0

      01-01 08:08:42.817 I/    ( 1589): output_crop enable = 0

      01-01 08:08:42.817 I/    ( 1589): output_crop rect x = 0

      01-01 08:08:42.817 I/    ( 1589): output_crop rect y = 0

      01-01 08:08:42.817 I/    ( 1589): output_crop rect w = 0

      01-01 08:08:42.817 I/    ( 1589): output_crop rect h = 0

      01-01 08:08:42.817 I/    ( 1589): [524.289795][ISP]:[isp_cfg_info_print][62]dev_sched_mode = 1

      01-01 08:08:42.817 I/    ( 1589): stream_output_mode = 1

      01-01 08:08:42.817 I/    ( 1589): axi_output_mode = 8

      01-01 08:08:42.817 I/    ( 1589): [524.289795][ISP]:[isp_cfg_info_print][68]isp_calib_type(1)

      01-01 08:08:42.817 I/    ( 1589): [524.289795][ISP]:[isp_cfg_info_print][69]isp_calib_lib_name(/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so)

      01-01 08:08:42.817 I/    ( 1589): [524.289795][ISP]:[isp_cfg_info_print][70]isp_algo_state(1)

      01-01 08:08:42.817 I/    ( 1589): [524.289795][ISP]:[isp_entity_parser_config][874]--- isp_entity_parser_config done ---

      01-01 08:08:42.817 D/    ( 1589): [524.289856][VPM pipeline]:[vio_isp_entity_create][225]pipe(1)isp entity create done.

      01-01 08:08:42.817 I/    ( 1589): [524.289856][PYM]:[pym_entity_create][406]pipe(1) pym entity_create done !

      01-01 08:08:42.817 I/    ( 1589): [524.289856][PYM]:[pym_entity_parser_config][1836]pym_entity_parser_config in.

      01-01 08:08:42.817 W/    ( 1589): [524.289917][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noinvalid has empty json value

      01-01 08:08:42.817 W/    ( 1589): [524.289917][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noncached has empty json value

      01-01 08:08:42.817 W/    ( 1589): [524.289917][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noclean has empty json value

      01-01 08:08:42.817 W/    ( 1589): [524.289917][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noncached has empty json value

      01-01 08:08:42.817 W/    ( 1589): [524.289917][VPM UIILS]:[hb_utils_get_json_value][50]pingpong_ring has empty json value

      01-01 08:08:42.817 W/    ( 1589): [524.289978][VPM UIILS]:[hb_utils_get_json_value][50]layer_num_transfer_gdc has empty json value

      01-01 08:08:42.817 W/    ( 1589): [524.290039][VPM UIILS]:[hb_utils_get_json_value][50]buf_consecutive has empty json value

      01-01 08:08:42.817 D/    ( 1589): [524.290161][PYM]:[pym_json_parse_ds_cfg][1437]ds_roi array size = 6

      01-01 08:08:42.817 D/    ( 1589): [524.290344][PYM]:[pym_json_parse_gs_cfg][1472]gauss_info array size = 5

      01-01 08:08:42.818 D/    ( 1589): [524.290466][PYM]:[pym_json_parse_bl_cfg][1504]bilinear_info array size = 5

      01-01 08:08:42.818 I/    ( 1589): [524.290527][PYM]:[pym_cfg_info_print][1754]--- pym_p_ctrl_info_print in ! ---

      01-01 08:08:42.818 I/    ( 1589): [524.290527][PYM]:[pym_cfg_info_print][1757]pym_id = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1758]pym_mode = 4

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1759]output_buf_num = 6

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1760]timeout = 2000

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1761]data_format = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1762]out_buf_noinvalid = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1763]out_buf_noncached = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290588][PYM]:[pym_cfg_info_print][1764]in_buf_noclean = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1765]in_buf_noncached = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1766]pingpong_ring = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1767]buf_consecutive = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1768]layer_num_transfer_gdc = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[0] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[0] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290649][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[0] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[0] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[1] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[1] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[1] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[1] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[2] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[2] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290710][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[2] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[2] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[3] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[3] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[3] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[3] = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[4] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290771][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[4] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[4] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[4] = 0

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print][1777]y_right_shift = 2

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print][1778]c_right_shift = 2

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print_us][1654]pixel_num_before_sol = 16

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print_us][1655]pic_width = 3840

      01-01 08:08:42.818 I/    ( 1589): [524.290833][PYM]:[pym_cfg_info_print_us][1656]pic_height = 2160

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1657]suffix_hb_val = 68

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1658]prefix_hb_val = 2

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1659]suffix_vb_val = 20

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1660]prefix_vb_val = 2

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1662]us_roi_en = 1

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1663]us_roi_uv_bypass= 0

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1664]us_roi_info.start_top= 0

      01-01 08:08:42.818 I/    ( 1589): [524.290894][PYM]:[pym_cfg_info_print_us][1665]us_roi_info.start_left= 0

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1666]us_roi_info.stride_uv= 1920

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1667]us_roi_info.stride_y= 1920

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1668]us_roi_info.step_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1669]us_roi_info.step_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1670]us_roi_info.out_width= 1920

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1671]us_roi_info.out_height= 1080

      01-01 08:08:42.818 I/    ( 1589): [524.290955][PYM]:[pym_cfg_info_print_us][1672]us_roi_info.phase_y_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_us][1673]us_roi_info.phase_y_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_ds][1681]ds_roi_en = 63

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_ds][1682]ds_roi_uv_bypass = 0

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[0]= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[0]= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[0].start_top= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291016][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[0].start_left= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[0].region_width= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[0].region_height= 720

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[0].stride_uv= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[0].stride_y= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[0].step_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[0].step_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291077][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[0].out_width= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[0].out_height= 720

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[0].phase_y_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[0].phase_y_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[1]= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[1]= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[1].start_top= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291138][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[1].start_left= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291199][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[1].region_width= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291199][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[1].region_height= 720

      01-01 08:08:42.818 I/    ( 1589): [524.291199][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[1].stride_uv= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291199][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[1].stride_y= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[1].step_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[1].step_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[1].out_width= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[1].out_height= 720

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[1].phase_y_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[1].phase_y_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291260][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[2]= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[2]= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[2].start_top= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[2].start_left= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[2].region_width= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[2].region_height= 720

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[2].stride_uv= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291321][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[2].stride_y= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[2].step_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[2].step_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[2].out_width= 1280

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[2].out_height= 720

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[2].phase_y_v= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[2].phase_y_h= 0

      01-01 08:08:42.818 I/    ( 1589): [524.291382][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[3]= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[3]= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[3].start_top= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[3].start_left= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[3].region_width= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[3].region_height= 720

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[3].stride_uv= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[3].stride_y= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291443][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[3].step_v= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[3].step_h= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[3].out_width= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[3].out_height= 720

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[3].phase_y_v= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[3].phase_y_h= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[4]= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291504][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[4]= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[4].start_top= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[4].start_left= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[4].region_width= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[4].region_height= 720

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[4].stride_uv= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[4].stride_y= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291565][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[4].step_v= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291626][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[4].step_h= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291626][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[4].out_width= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291626][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[4].out_height= 720

      01-01 08:08:42.819 I/    ( 1589): [524.291626][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[4].phase_y_v= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[4].phase_y_h= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[5]= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[5]= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[5].start_top= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[5].start_left= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[5].region_width= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291687][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[5].region_height= 720

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[5].stride_uv= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[5].stride_y= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[5].step_v= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[5].step_h= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[5].out_width= 1280

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[5].out_height= 720

      01-01 08:08:42.819 I/    ( 1589): [524.291748][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[5].phase_y_v= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291809][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[5].phase_y_h= 0

      01-01 08:08:42.819 I/    ( 1589): [524.291809][PYM]:[pym_cfg_info_print_src][1707]src_bypass_uv = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291809][PYM]:[pym_cfg_info_print_src][1708]src_en = 1

      01-01 08:08:42.819 I/    ( 1589): [524.291809][PYM]:[pym_cfg_info_print_src][1709]src_in_stride_y = 3840

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1710]src_in_stride_uv = 3840

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1711]src_info.start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1712]src_info.start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1713]src_info.region_width = 3840

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1714]src_info.region_height = 2160

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1715]src_info.stride_y = 3840

      01-01 08:08:42.819 I/    ( 1589): [524.291870][PYM]:[pym_cfg_info_print_src][1716]src_info.stride_uv = 3840

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1724]gs_max_layer_en = 5

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1725]gs_en = 31

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1726]gs_bypass_uv = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[0].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[0].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[0].region_width = 1920

      01-01 08:08:42.819 I/    ( 1589): [524.291931][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[0].region_height = 1080

      01-01 08:08:42.819 I/    ( 1589): [524.291992][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[0].stride_y = 1920

      01-01 08:08:42.819 I/    ( 1589): [524.291992][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[0].stride_uv = 1920

      01-01 08:08:42.819 I/    ( 1589): [524.291992][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[1].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291992][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[1].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.291992][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[1].region_width = 960

      01-01 08:08:42.819 I/    ( 1589): [524.292053][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[1].region_height = 540

      01-01 08:08:42.819 I/    ( 1589): [524.292053][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[1].stride_y = 960

      01-01 08:08:42.819 I/    ( 1589): [524.292053][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[1].stride_uv = 960

      01-01 08:08:42.819 I/    ( 1589): [524.292053][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[2].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292053][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[2].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[2].region_width = 480

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[2].region_height = 270

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[2].stride_y = 480

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[2].stride_uv = 480

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[3].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[3].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[3].region_width = 240

      01-01 08:08:42.819 I/    ( 1589): [524.292114][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[3].region_height = 134

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[3].stride_y = 240

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[3].stride_uv = 240

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[4].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[4].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[4].region_width = 120

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[4].region_height = 60

      01-01 08:08:42.819 I/    ( 1589): [524.292175][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[4].stride_y = 128

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[4].stride_uv = 128

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1735]bl_max_layer_en = 5

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1736]bl_en = 31

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1737]bl_bypass_uv = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[0].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[0].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292236][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[0].region_width = 1920

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[0].region_height = 1080

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[0].stride_y = 1920

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[0].stride_uv = 1920

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[1].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[1].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[1].region_width = 960

      01-01 08:08:42.819 I/    ( 1589): [524.292297][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[1].region_height = 540

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[1].stride_y = 960

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[1].stride_uv = 960

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[2].start_left = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[2].start_top = 0

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[2].region_width = 480

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[2].region_height = 270

      01-01 08:08:42.819 I/    ( 1589): [524.292358][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[2].stride_y = 480

      01-01 08:08:42.819 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[2].stride_uv = 480

      01-01 08:08:42.820 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[3].start_left = 0

      01-01 08:08:42.820 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[3].start_top = 0

      01-01 08:08:42.820 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[3].region_width = 240

      01-01 08:08:42.820 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[3].region_height = 134

      01-01 08:08:42.820 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[3].stride_y = 240

      01-01 08:08:42.820 I/    ( 1589): [524.292419][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[3].stride_uv = 240

      01-01 08:08:42.820 I/    ( 1589): [524.292480][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[4].start_left = 0

      01-01 08:08:42.820 I/    ( 1589): [524.292480][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[4].start_top = 0

      01-01 08:08:42.820 I/    ( 1589): [524.292480][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[4].region_width = 120

      01-01 08:08:42.820 I/    ( 1589): [524.292480][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[4].region_height = 60

      01-01 08:08:42.820 I/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[4].stride_y = 128

      01-01 08:08:42.820 I/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[4].stride_uv = 128

      01-01 08:08:42.820 D/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[0] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[1] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[2] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[3] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292542][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[4] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292603][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[5] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292603][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[6] = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292603][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[7] = 0

      01-01 08:08:42.820 I/    ( 1589): [524.292603][PYM]:[pym_cfg_info_print][1789]--- pym_p_ctrl_info_print out ---

      01-01 08:08:42.820 D/    ( 1589): [524.292603][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.820 D/    ( 1589): [524.292603][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.820 D/    ( 1589): [524.292603][PYM]:[pym_coeff_info_check][798]pym_coeff_info_check done.

      01-01 08:08:42.820 D/    ( 1589): [524.292664][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292664][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292664][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292664][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292664][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292725][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292725][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292725][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292725][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292725][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292786][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292786][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292786][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 D/    ( 1589): [524.292786][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.820 I/    ( 1589): [524.292786][PYM]:[pym_entity_parser_config][1871]pym_entity_parser_config done. pym_cfg size(820)

      01-01 08:08:42.820 D/    ( 1589): [524.292786][VPM pipeline]:[vio_pym_entity_create][249]pipe(1)pym entity create done.

      01-01 08:08:42.820 I/    ( 1589): [524.292847][GDC]:[gdc_entity_parser_config][244]--- gdc info in ---

      01-01 08:08:42.820 W/    ( 1589): [524.292847][GDC]:[gdc_entity_parser_config][291]node is NULL error

      01-01 08:08:42.820 W/    ( 1589): [524.292847][GDC]:[gdc_entity_parser_config][297]node is NULL error

      01-01 08:08:42.820 W/    ( 1589): [524.292847][GDC]:[gdc_entity_parser_config][303]node is NULL error

      01-01 08:08:42.820 W/    ( 1589): [524.292847][GDC]:[gdc_entity_parser_config][309]node is NULL error

      01-01 08:08:42.820 W/    ( 1589): [524.292908][GDC]:[gdc_entity_parser_config][315]node is NULL error

      01-01 08:08:42.820 D/    ( 1589): [524.292908][VPM pipeline]:[vio_gdc_entity_create][273]pipe(1)gdc entity create done.

      01-01 08:08:42.820 I/    ( 1589): [524.293091][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 1, buffer_type = 21

      01-01 08:08:42.820 D/    ( 1589): [524.293091][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 6, buffer type = 21

      01-01 08:08:42.820 D/    ( 1589): [524.293152][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 4.

      01-01 08:08:42.820 D/    ( 1589): [524.293152][PYM]:[calculate_src_offset][211]src_out wxh = 3840 x 2160 stride 3840 y_offset(0x0) c_offset(0x7e9000)

      01-01 08:08:42.820 D/    ( 1589): [524.293152][PYM]:[calculate_us_offset][245]us_roi wxh = 1920 x 1080 stride 1920 y_offset(0xbde000) c_offset(0xdd8400)

      01-01 08:08:42.820 D/    ( 1589): [524.293213][PYM]:[calculate_ds_offset][283]ds_roi[0] wxh= 1280x720 stride 1280 y_offset(0xed6000) c_offset(0xfb7000)

      01-01 08:08:42.820 D/    ( 1589): [524.293213][PYM]:[calculate_ds_offset][283]ds_roi[1] wxh= 1280x720 stride 1280 y_offset(0x1028000) c_offset(0x1109000)

      01-01 08:08:42.820 D/    ( 1589): [524.293213][PYM]:[calculate_ds_offset][283]ds_roi[2] wxh= 1280x720 stride 1280 y_offset(0x117a000) c_offset(0x125b000)

      01-01 08:08:42.820 D/    ( 1589): [524.293213][PYM]:[calculate_ds_offset][283]ds_roi[3] wxh= 1280x720 stride 1280 y_offset(0x12cc000) c_offset(0x13ad000)

      01-01 08:08:42.820 D/    ( 1589): [524.293213][PYM]:[calculate_ds_offset][283]ds_roi[4] wxh= 1280x720 stride 1280 y_offset(0x141e000) c_offset(0x14ff000)

      01-01 08:08:42.820 D/    ( 1589): [524.293274][PYM]:[calculate_ds_offset][283]ds_roi[5] wxh= 1280x720 stride 1280 y_offset(0x1570000) c_offset(0x1651000)

      01-01 08:08:42.820 D/    ( 1589): [524.293274][PYM]:[calculate_gs_offset][319]gs[0] wxh = 1920 x 1080 stride 1920 y_offset(0x16c2000) c_offset(0x18bc400)

      01-01 08:08:42.820 D/    ( 1589): [524.293274][PYM]:[calculate_gs_offset][319]gs[1] wxh = 960 x 540 stride 960 y_offset(0x19ba000) c_offset(0x1a38900)

      01-01 08:08:42.820 D/    ( 1589): [524.293274][PYM]:[calculate_gs_offset][319]gs[2] wxh = 480 x 270 stride 480 y_offset(0x1a78000) c_offset(0x1a97a40)

      01-01 08:08:42.820 D/    ( 1589): [524.293274][PYM]:[calculate_gs_offset][319]gs[3] wxh = 240 x 134 stride 240 y_offset(0x1aa8000) c_offset(0x1aafda0)

      01-01 08:08:42.820 D/    ( 1589): [524.293274][PYM]:[calculate_gs_offset][319]gs[4] wxh = 120 x 60 stride 128 y_offset(0x1ab4000) c_offset(0x1ab5e00)

      01-01 08:08:42.820 D/    ( 1589): [524.293335][PYM]:[calculate_bl_offset][356]bl[0] wxh = 1920 x 1080 stride 1920 y_offset(0x1ab7000) c_offset(0x1cb1400)

      01-01 08:08:42.820 D/    ( 1589): [524.293335][PYM]:[calculate_bl_offset][356]bl[1] wxh = 960 x 540 stride 960 y_offset(0x1daf000) c_offset(0x1e2d900)

      01-01 08:08:42.820 D/    ( 1589): [524.293335][PYM]:[calculate_bl_offset][356]bl[2] wxh = 480 x 270 stride 480 y_offset(0x1e6d000) c_offset(0x1e8ca40)

      01-01 08:08:42.820 D/    ( 1589): [524.293335][PYM]:[calculate_bl_offset][356]bl[3] wxh = 240 x 134 stride 240 y_offset(0x1e9d000) c_offset(0x1ea4da0)

      01-01 08:08:42.820 D/    ( 1589): [524.293335][PYM]:[calculate_bl_offset][356]bl[4] wxh = 120 x 60 stride 128 y_offset(0x1ea9000) c_offset(0x1eaae00)

      01-01 08:08:42.820 I/    ( 1589): [524.293335][PYM]:[pym_buf_size_calculate][395]pym size calculate out total : 32161792

      01-01 08:08:42.821 I/    ( 1589): [524.293518][PYM]:[pym_entity_init][634]Pipe(1) pym src out w x h = 3840 x 2160. offset size 0 8294400 total_size 32161792

      01-01 08:08:42.821 D/    ( 1589): [524.293518][VPM buf mgr]:[buffer_mgr_map][811]Pipe1 buf info index 0 planecont 1 size 32161792 paddr 0xd7971000.

      01-01 08:08:42.821 D/    ( 1589): [524.293701][VPM buf mgr]:[buffer_mgr_map][833]Pipe1 Pym buf index 0 paddr 0xd7971000 addr 0xffff71687000 size 32161792

      01-01 08:08:42.821 I/    ( 1589): [524.293701][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.821 D/    ( 1589): [524.293701][VPM buf mgr]:[buffer_mgr_map][811]Pipe1 buf info index 1 planecont 1 size 32161792 paddr 0xd981d000.

      01-01 08:08:42.821 D/    ( 1589): [524.293884][VPM buf mgr]:[buffer_mgr_map][833]Pipe1 Pym buf index 1 paddr 0xd981d000 addr 0xffff6f7db000 size 32161792

      01-01 08:08:42.821 I/    ( 1589): [524.293945][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.821 D/    ( 1589): [524.293945][VPM buf mgr]:[buffer_mgr_map][811]Pipe1 buf info index 2 planecont 1 size 32161792 paddr 0xdb6c9000.

      01-01 08:08:42.821 D/    ( 1589): [524.294067][VPM buf mgr]:[buffer_mgr_map][833]Pipe1 Pym buf index 2 paddr 0xdb6c9000 addr 0xffff6d92f000 size 32161792

      01-01 08:08:42.821 I/    ( 1589): [524.294128][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.821 D/    ( 1589): [524.294128][VPM buf mgr]:[buffer_mgr_map][811]Pipe1 buf info index 3 planecont 1 size 32161792 paddr 0xdd575000.

      01-01 08:08:42.821 D/    ( 1589): [524.294250][VPM buf mgr]:[buffer_mgr_map][833]Pipe1 Pym buf index 3 paddr 0xdd575000 addr 0xffff6ba83000 size 32161792

      01-01 08:08:42.821 I/    ( 1589): [524.294312][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.821 D/    ( 1589): [524.294312][VPM buf mgr]:[buffer_mgr_map][811]Pipe1 buf info index 4 planecont 1 size 32161792 paddr 0xdf421000.

      01-01 08:08:42.822 D/    ( 1589): [524.294434][VPM buf mgr]:[buffer_mgr_map][833]Pipe1 Pym buf index 4 paddr 0xdf421000 addr 0xffff69bd7000 size 32161792

      01-01 08:08:42.822 I/    ( 1589): [524.294495][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.822 D/    ( 1589): [524.294495][VPM buf mgr]:[buffer_mgr_map][811]Pipe1 buf info index 5 planecont 1 size 32161792 paddr 0xe12cd000.

      01-01 08:08:42.822 D/    ( 1589): [524.294678][VPM buf mgr]:[buffer_mgr_map][833]Pipe1 Pym buf index 5 paddr 0xe12cd000 addr 0xffff67d2b000 size 32161792

      01-01 08:08:42.822 I/    ( 1589): [524.294678][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.822 I/    ( 1589): [524.294678][PYM]:[pym_entity_init_req_buf][560]Pipe(1) Pym 0 otf mode 4 configed.

      01-01 08:08:42.822 I/    ( 1589): [524.294739][PYM]:[pym_entity_init][653]Pipe(1) Pym 0 entity init done.

      01-01 08:08:42.822 D/    ( 1589): [524.294739][ISP]:[isp_entity_init][280]Pipe(1)isp_calib_update isp_channel = 1, hw_id = 0, ctx_id = 1

      01-01 08:08:42.822 V/    ( 1589): hb_cal_open_lib -- 112

      01-01 08:08:42.822 V/    ( 1589): hb_cal_open_lib -- 122

      01-01 08:08:42.822 E/    ( 1589): calibration of the 69 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 70 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 132 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 133 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 134 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 135 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 136 is not existance

      01-01 08:08:42.822 E/    ( 1589): calibration of the 137 is not existance

      01-01 08:08:42.822 V/    ( 1589): hb_isp_calib_init--263 name lib_x8bRGGB_pwl12_PH_Fov120_v.0.22.4.29, pstr (nil), plut 0xaaaae12aa970,tsize 39192, port 1, num 138!

      01-01 08:08:42.823 V/    ( 1589): port1 hb_isp_update_calib done.

      01-01 08:08:42.823 D/    ( 1589): pipeline_id = 1, hw_id = 0, ctx_id = 1, open end!

      01-01 08:08:42.823 D/    ( 1589): skip hb mem open count 2.

      01-01 08:08:42.823 I/    ( 1589): [524.295471][ISP]:[isp_entity_init][297]Pipe(1) hw_id = 0, set isp_dev_sched_mode 1

      01-01 08:08:42.823 I/    ( 1589): [524.295532][ISP]:[isp_entity_init][307]Pipe(1) isp algo init done.

      01-01 08:08:42.823 I/    ( 1589): [524.295532][ISP]:[isp_entity_init][310]Pipe(1) isp entity init done.

      01-01 08:08:42.823 I/    ( 1589): [524.295593][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1088)size: y(2088960)total(3133440)

      01-01 08:08:42.823 I/    ( 1589): [524.295593][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 1, buffer_type = 12

      01-01 08:08:42.823 D/    ( 1589): [524.295593][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 8, buffer type = 12

      01-01 08:08:42.823 D/    ( 1589): [524.295593][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 5.

      01-01 08:08:42.823 I/    ( 1589): [524.295654][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.823 I/    ( 1589): [524.296265][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (50) vaddr 0xffff67a2e000 paddr = e3179000

      01-01 08:08:42.824 I/    ( 1589): [524.296509][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.824 I/    ( 1589): [524.297058][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (51) vaddr 0xffff67731000 paddr = e3476000

      01-01 08:08:42.824 I/    ( 1589): [524.297302][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.825 I/    ( 1589): [524.297852][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (52) vaddr 0xffff67434000 paddr = e3773000

      01-01 08:08:42.825 I/    ( 1589): [524.298035][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.826 I/    ( 1589): [524.298645][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (53) vaddr 0xffff67137000 paddr = e3a70000

      01-01 08:08:42.826 I/    ( 1589): [524.298828][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.826 I/    ( 1589): [524.299377][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (54) vaddr 0xffff66e3a000 paddr = e3d6d000

      01-01 08:08:42.827 I/    ( 1589): [524.299622][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.827 I/    ( 1589): [524.300171][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (55) vaddr 0xffff66b3d000 paddr = e406a000

      01-01 08:08:42.828 I/    ( 1589): [524.300415][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.828 I/    ( 1589): [524.300964][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (56) vaddr 0xffff66840000 paddr = e4367000

      01-01 08:08:42.828 I/    ( 1589): [524.301208][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.829 I/    ( 1589): [524.301758][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (57) vaddr 0xffff66543000 paddr = e4664000

      01-01 08:08:42.829 D/    ( 1589): [524.302002][VPM buf mgr]:[buffer_mgr_ion_alloc][577]Pipe(1) buf type(12) alloc done.

      01-01 08:08:42.829 I/    ( 1589): [524.302002][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1080)size: y(2073600)total(3110400)

      01-01 08:08:42.829 I/    ( 1589): [524.302002][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 1, buffer_type = 15

      01-01 08:08:42.829 D/    ( 1589): [524.302063][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 8, buffer type = 15

      01-01 08:08:42.829 D/    ( 1589): [524.302063][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 6.

      01-01 08:08:42.829 I/    ( 1589): [524.302063][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.830 I/    ( 1589): [524.302612][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (58) vaddr 0xffff6624b000 paddr = e4961000

      01-01 08:08:42.830 I/    ( 1589): [524.302612][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.830 I/    ( 1589): [524.303223][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (59) vaddr 0xffff65f53000 paddr = e4c59000

      01-01 08:08:42.830 I/    ( 1589): [524.303223][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.831 I/    ( 1589): [524.303772][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (60) vaddr 0xffff65c5b000 paddr = e4f51000

      01-01 08:08:42.831 I/    ( 1589): [524.303833][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.832 I/    ( 1589): [524.304443][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (61) vaddr 0xffff65963000 paddr = e5249000

      01-01 08:08:42.832 I/    ( 1589): [524.304443][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.832 I/    ( 1589): [524.304993][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (62) vaddr 0xffff6566b000 paddr = e5541000

      01-01 08:08:42.832 I/    ( 1589): [524.305054][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.833 I/    ( 1589): [524.305603][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (63) vaddr 0xffff65373000 paddr = e5839000

      01-01 08:08:42.833 I/    ( 1589): [524.305603][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.871 I/    ( 1589): [524.344055][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (64) vaddr 0xffff6487a000 paddr = e5b31000

      01-01 08:08:42.871 I/    ( 1589): [524.344116][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.872 I/    ( 1589): [524.344666][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (66) vaddr 0xffff64582000 paddr = e5e29000

      01-01 08:08:42.872 D/    ( 1589): [524.344727][VPM buf mgr]:[buffer_mgr_ion_alloc][577]Pipe(1) buf type(15) alloc done.

      01-01 08:08:42.872 I/    ( 1589): [524.344727][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.872 I/    ( 1589): [524.344788][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(40960) fd (67) vaddr 0xffff64578000 paddr = e6121000

      01-01 08:08:42.872 I/    ( 1589): [524.344849][GDC]:[gdc_entity_init][533]Pipe(1) Gdc entity init done.

      01-01 08:08:42.872 D/    ( 1589): [524.344849][VPM pipeline]:[vio_pipeline_entity_init][375]Pipe(1)vio_pipeline_entity_init done.

      01-01 08:08:42.872 I/    ( 1589): [524.344849][VPM pipeline]:[vio_pipeline_init][507]pipe(1) pipeline_init success out

      01-01 08:08:42.872 I/    ( 1589): [524.344849][VPM interface]:[hb_vpm_init_pipeline][117]pipeline(1) init done !

      01-01 08:08:42.872 D/    ( 1589): [524.345032][VPM UIILS]:[hb_utils_send_sfmu_msg][67]pipeID = 1,clear event count

      01-01 08:08:42.872 D/    ( 1589): [524.345093][VPM pipeline]:[vio_pipeline_parser_single][139]cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json , statbuf.st_size = 18564

      01-01 08:08:42.874 I/    ( 1589): [524.346802][VPM pipeline]:[vio_pipeline_create][538]pipe (2) create done!

      01-01 08:08:42.874 D/    ( 1589): [524.346802][VPM pipeline]:[vio_entity_parser][207]vio_entity_parser done.

      01-01 08:08:42.874 D/    ( 1589): [524.346863][VPM pipeline]:[vio_pipeline_init][493]pipe(2) vio_pipeline_init in

      01-01 08:08:42.874 I/    ( 1589): [524.346863][VPM pipeline]:[vio_pipeline_entity_create][292]pipe(2) vio_pipeline_entity_create in

      01-01 08:08:42.874 I/    ( 1589): [524.346863][ISP]:[isp_entity_parser_config][687]--- isp_entity_parser_config ---


      01-01 08:08:42.874 W/    ( 1589): [524.346863][ISP]:[isp_entity_parser_config][709]isp pattern control null. set as normal.

      01-01 08:08:42.874 W/    ( 1589): [524.346924][ISP]:[isp_entity_parser_config][807]isp in_buf_noclean null.set default 0

      01-01 08:08:42.874 W/    ( 1589): [524.346924][ISP]:[isp_entity_parser_config][814]isp in_buf_noncached null.set default 0

      01-01 08:08:42.874 W/    ( 1589): [524.346924][ISP]:[isp_entity_parser_config][821]isp out_buf_noinvalid null.set default 0

      01-01 08:08:42.874 W/    ( 1589): [524.346924][ISP]:[isp_entity_parser_config][828]isp out_buf_noncached null.set default 0

      01-01 08:08:42.874 W/    ( 1589): [524.346985][ISP]:[isp_entity_parser_config][835]isp_inner_module_bypass null.

      01-01 08:08:42.874 E/    ( 1589): [524.346985][ISP]:[cjson_string_dup][545]json file path /system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so length 46 limit 100

      01-01 08:08:42.874 I/    ( 1589): [524.346985][ISP]:[isp_pub_attr_info_print][18]Hw id = 0

      01-01 08:08:42.874 I/    ( 1589): Ctx id = 2

      01-01 08:08:42.874 I/    ( 1589): Test_pattern = 0

      01-01 08:08:42.874 I/    ( 1589): hdr_mode = 1

      01-01 08:08:42.874 I/    ( 1589): size width = 3840

      01-01 08:08:42.874 I/    ( 1589): size height = 2160

      01-01 08:08:42.874 I/    ( 1589): frame_rate = 30

      01-01 08:08:42.874 I/    ( 1589): input_crop enable = 0

      01-01 08:08:42.874 I/    ( 1589): input_crop rect x = 0

      01-01 08:08:42.874 I/    ( 1589): input_crop rect y = 0

      01-01 08:08:42.874 I/    ( 1589): input_crop rect w = 0

      01-01 08:08:42.874 I/    ( 1589): input_crop rect h = 0

      01-01 08:08:42.874 I/    ( 1589): output_crop enable = 0

      01-01 08:08:42.874 I/    ( 1589): output_crop rect x = 0

      01-01 08:08:42.874 I/    ( 1589): output_crop rect y = 0

      01-01 08:08:42.874 I/    ( 1589): output_crop rect w = 0

      01-01 08:08:42.874 I/    ( 1589): output_crop rect h = 0

      01-01 08:08:42.874 I/    ( 1589): [524.346985][ISP]:[isp_cfg_info_print][62]dev_sched_mode = 1

      01-01 08:08:42.874 I/    ( 1589): stream_output_mode = 1

      01-01 08:08:42.874 I/    ( 1589): axi_output_mode = 8

      01-01 08:08:42.874 I/    ( 1589): [524.347046][ISP]:[isp_cfg_info_print][68]isp_calib_type(1)

      01-01 08:08:42.874 I/    ( 1589): [524.347046][ISP]:[isp_cfg_info_print][69]isp_calib_lib_name(/system/etc/cam/lib_x8bRGGB_pwl12_PH_Fov120.so)

      01-01 08:08:42.874 I/    ( 1589): [524.347046][ISP]:[isp_cfg_info_print][70]isp_algo_state(1)

      01-01 08:08:42.874 I/    ( 1589): [524.347046][ISP]:[isp_entity_parser_config][874]--- isp_entity_parser_config done ---

      01-01 08:08:42.874 D/    ( 1589): [524.347046][VPM pipeline]:[vio_isp_entity_create][225]pipe(2)isp entity create done.

      01-01 08:08:42.874 I/    ( 1589): [524.347046][PYM]:[pym_entity_create][406]pipe(2) pym entity_create done !

      01-01 08:08:42.874 I/    ( 1589): [524.347046][PYM]:[pym_entity_parser_config][1836]pym_entity_parser_config in.

      01-01 08:08:42.874 W/    ( 1589): [524.347107][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noinvalid has empty json value

      01-01 08:08:42.874 W/    ( 1589): [524.347107][VPM UIILS]:[hb_utils_get_json_value][50]out_buf_noncached has empty json value

      01-01 08:08:42.874 W/    ( 1589): [524.347107][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noclean has empty json value

      01-01 08:08:42.874 W/    ( 1589): [524.347107][VPM UIILS]:[hb_utils_get_json_value][50]in_buf_noncached has empty json value

      01-01 08:08:42.874 W/    ( 1589): [524.347107][VPM UIILS]:[hb_utils_get_json_value][50]pingpong_ring has empty json value

      01-01 08:08:42.874 W/    ( 1589): [524.347168][VPM UIILS]:[hb_utils_get_json_value][50]layer_num_transfer_gdc has empty json value

      01-01 08:08:42.874 W/    ( 1589): [524.347229][VPM UIILS]:[hb_utils_get_json_value][50]buf_consecutive has empty json value

      01-01 08:08:42.875 D/    ( 1589): [524.347412][PYM]:[pym_json_parse_ds_cfg][1437]ds_roi array size = 6

      01-01 08:08:42.875 D/    ( 1589): [524.347595][PYM]:[pym_json_parse_gs_cfg][1472]gauss_info array size = 5

      01-01 08:08:42.875 D/    ( 1589): [524.347656][PYM]:[pym_json_parse_bl_cfg][1504]bilinear_info array size = 5

      2024-09-24
      0
    • szc回复szc:

      01-01 08:08:42.875 I/    ( 1589): [524.347717][PYM]:[pym_cfg_info_print][1754]--- pym_p_ctrl_info_print in ! ---

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1757]pym_id = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1758]pym_mode = 4

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1759]output_buf_num = 6

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1760]timeout = 2000

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1761]data_format = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1762]out_buf_noinvalid = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347778][PYM]:[pym_cfg_info_print][1763]out_buf_noncached = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347839][PYM]:[pym_cfg_info_print][1764]in_buf_noclean = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347839][PYM]:[pym_cfg_info_print][1765]in_buf_noncached = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347839][PYM]:[pym_cfg_info_print][1766]pingpong_ring = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347839][PYM]:[pym_cfg_info_print][1767]buf_consecutive = 1

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1768]layer_num_transfer_gdc = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[0] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[0] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[0] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[0] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[1] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347900][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[1] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[1] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[1] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[2] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[2] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[2] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[2] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.347961][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[3] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.348022][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[3] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.348022][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[3] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[3] = 1

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1771]y_hor_coeff[4] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1772]y_ver_coeff[4] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1773]c_hor_coeff[4] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1774]c_ver_coeff[4] = 0

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1777]y_right_shift = 2

      01-01 08:08:42.875 I/    ( 1589): [524.348083][PYM]:[pym_cfg_info_print][1778]c_right_shift = 2

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1654]pixel_num_before_sol = 16

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1655]pic_width = 3840

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1656]pic_height = 2160

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1657]suffix_hb_val = 68

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1658]prefix_hb_val = 2

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1659]suffix_vb_val = 20

      01-01 08:08:42.875 I/    ( 1589): [524.348145][PYM]:[pym_cfg_info_print_us][1660]prefix_vb_val = 2

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1662]us_roi_en = 1

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1663]us_roi_uv_bypass= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1664]us_roi_info.start_top= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1665]us_roi_info.start_left= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1666]us_roi_info.stride_uv= 1920

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1667]us_roi_info.stride_y= 1920

      01-01 08:08:42.875 I/    ( 1589): [524.348206][PYM]:[pym_cfg_info_print_us][1668]us_roi_info.step_v= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_us][1669]us_roi_info.step_h= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_us][1670]us_roi_info.out_width= 1920

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_us][1671]us_roi_info.out_height= 1080

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_us][1672]us_roi_info.phase_y_v= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_us][1673]us_roi_info.phase_y_h= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_ds][1681]ds_roi_en = 63

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_ds][1682]ds_roi_uv_bypass = 0

      01-01 08:08:42.875 I/    ( 1589): [524.348267][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[0]= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[0]= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[0].start_top= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[0].start_left= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[0].region_width= 1280

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[0].region_height= 720

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[0].stride_uv= 1280

      01-01 08:08:42.875 I/    ( 1589): [524.348328][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[0].stride_y= 1280

      01-01 08:08:42.875 I/    ( 1589): [524.348389][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[0].step_v= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348389][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[0].step_h= 0

      01-01 08:08:42.875 I/    ( 1589): [524.348389][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[0].out_width= 1280

      01-01 08:08:42.875 I/    ( 1589): [524.348389][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[0].out_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348389][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[0].phase_y_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348389][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[0].phase_y_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[1]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[1]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[1].start_top= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[1].start_left= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[1].region_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[1].region_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348450][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[1].stride_uv= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348511][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[1].stride_y= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348511][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[1].step_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[1].step_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[1].out_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[1].out_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[1].phase_y_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[1].phase_y_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[2]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348572][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[2]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[2].start_top= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[2].start_left= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[2].region_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[2].region_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[2].stride_uv= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[2].stride_y= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348633][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[2].step_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[2].step_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[2].out_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[2].out_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[2].phase_y_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[2].phase_y_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[3]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348694][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[3]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[3].start_top= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[3].start_left= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[3].region_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[3].region_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[3].stride_uv= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[3].stride_y= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348755][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[3].step_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[3].step_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[3].out_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[3].out_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[3].phase_y_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[3].phase_y_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[4]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348816][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[4]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[4].start_top= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[4].start_left= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[4].region_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[4].region_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[4].stride_uv= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[4].stride_y= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348877][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[4].step_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[4].step_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[4].out_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[4].out_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[4].phase_y_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[4].phase_y_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1685]ds_roi_sel[5]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348938][PYM]:[pym_cfg_info_print_ds][1686]ds_roi_layer[5]= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348999][PYM]:[pym_cfg_info_print_ds][1687]ds_roi_info[5].start_top= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348999][PYM]:[pym_cfg_info_print_ds][1688]ds_roi_info[5].start_left= 0

      01-01 08:08:42.876 I/    ( 1589): [524.348999][PYM]:[pym_cfg_info_print_ds][1689]ds_roi_info[5].region_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348999][PYM]:[pym_cfg_info_print_ds][1690]ds_roi_info[5].region_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.348999][PYM]:[pym_cfg_info_print_ds][1691]ds_roi_info[5].stride_uv= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.348999][PYM]:[pym_cfg_info_print_ds][1692]ds_roi_info[5].stride_y= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_ds][1693]ds_roi_info[5].step_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_ds][1694]ds_roi_info[5].step_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_ds][1695]ds_roi_info[5].out_width= 1280

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_ds][1696]ds_roi_info[5].out_height= 720

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_ds][1697]ds_roi_info[5].phase_y_v= 0

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_ds][1698]ds_roi_info[5].phase_y_h= 0

      01-01 08:08:42.876 I/    ( 1589): [524.349060][PYM]:[pym_cfg_info_print_src][1707]src_bypass_uv = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349121][PYM]:[pym_cfg_info_print_src][1708]src_en = 1

      01-01 08:08:42.876 I/    ( 1589): [524.349121][PYM]:[pym_cfg_info_print_src][1709]src_in_stride_y = 3840

      01-01 08:08:42.876 I/    ( 1589): [524.349121][PYM]:[pym_cfg_info_print_src][1710]src_in_stride_uv = 3840

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_src][1711]src_info.start_left = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_src][1712]src_info.start_top = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_src][1713]src_info.region_width = 3840

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_src][1714]src_info.region_height = 2160

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_src][1715]src_info.stride_y = 3840

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_src][1716]src_info.stride_uv = 3840

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_bl_gs][1724]gs_max_layer_en = 5

      01-01 08:08:42.876 I/    ( 1589): [524.349182][PYM]:[pym_cfg_info_print_bl_gs][1725]gs_en = 31

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1726]gs_bypass_uv = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[0].start_left = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[0].start_top = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[0].region_width = 1920

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[0].region_height = 1080

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[0].stride_y = 1920

      01-01 08:08:42.876 I/    ( 1589): [524.349243][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[0].stride_uv = 1920

      01-01 08:08:42.876 I/    ( 1589): [524.349304][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[1].start_left = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349304][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[1].start_top = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349304][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[1].region_width = 960

      01-01 08:08:42.876 I/    ( 1589): [524.349304][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[1].region_height = 540

      01-01 08:08:42.876 I/    ( 1589): [524.349304][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[1].stride_y = 960

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[1].stride_uv = 960

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[2].start_left = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[2].start_top = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[2].region_width = 480

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[2].region_height = 270

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[2].stride_y = 480

      01-01 08:08:42.876 I/    ( 1589): [524.349365][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[2].stride_uv = 480

      01-01 08:08:42.876 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[3].start_left = 0

      01-01 08:08:42.876 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[3].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[3].region_width = 240

      01-01 08:08:42.877 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[3].region_height = 134

      01-01 08:08:42.877 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[3].stride_y = 240

      01-01 08:08:42.877 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[3].stride_uv = 240

      01-01 08:08:42.877 I/    ( 1589): [524.349426][PYM]:[pym_cfg_info_print_bl_gs][1728]gs_info[4].start_left = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1729]gs_info[4].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1730]gs_info[4].region_width = 120

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1731]gs_info[4].region_height = 60

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1732]gs_info[4].stride_y = 128

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1733]gs_info[4].stride_uv = 128

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1735]bl_max_layer_en = 5

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1736]bl_en = 31

      01-01 08:08:42.877 I/    ( 1589): [524.349487][PYM]:[pym_cfg_info_print_bl_gs][1737]bl_bypass_uv = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349548][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[0].start_left = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349548][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[0].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349548][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[0].region_width = 1920

      01-01 08:08:42.877 I/    ( 1589): [524.349548][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[0].region_height = 1080

      01-01 08:08:42.877 I/    ( 1589): [524.349548][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[0].stride_y = 1920

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[0].stride_uv = 1920

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[1].start_left = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[1].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[1].region_width = 960

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[1].region_height = 540

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[1].stride_y = 960

      01-01 08:08:42.877 I/    ( 1589): [524.349609][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[1].stride_uv = 960

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[2].start_left = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[2].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[2].region_width = 480

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[2].region_height = 270

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[2].stride_y = 480

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[2].stride_uv = 480

      01-01 08:08:42.877 I/    ( 1589): [524.349670][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[3].start_left = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[3].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[3].region_width = 240

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[3].region_height = 134

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[3].stride_y = 240

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[3].stride_uv = 240

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1739]bl_info[4].start_left = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349731][PYM]:[pym_cfg_info_print_bl_gs][1740]bl_info[4].start_top = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349792][PYM]:[pym_cfg_info_print_bl_gs][1741]bl_info[4].region_width = 120

      01-01 08:08:42.877 I/    ( 1589): [524.349792][PYM]:[pym_cfg_info_print_bl_gs][1742]bl_info[4].region_height = 60

      01-01 08:08:42.877 I/    ( 1589): [524.349792][PYM]:[pym_cfg_info_print_bl_gs][1743]bl_info[4].stride_y = 128

      01-01 08:08:42.877 I/    ( 1589): [524.349792][PYM]:[pym_cfg_info_print_bl_gs][1744]bl_info[4].stride_uv = 128

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[0] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[1] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[2] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[3] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[4] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[5] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349854][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[6] = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349915][PYM]:[pym_cfg_info_print_bl_gs][1747]pre_int_set[7] = 0

      01-01 08:08:42.877 I/    ( 1589): [524.349915][PYM]:[pym_cfg_info_print][1789]--- pym_p_ctrl_info_print out ---

      01-01 08:08:42.877 D/    ( 1589): [524.349915][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.877 D/    ( 1589): [524.349915][PYM]:[pym_conv_calc][36]Pym coeff param total_v 2 total_h 2 coeff 4

      01-01 08:08:42.877 D/    ( 1589): [524.349915][PYM]:[pym_coeff_info_check][798]pym_coeff_info_check done.

      01-01 08:08:42.877 D/    ( 1589): [524.349915][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349976][PYM]:[pym_upscale_ratio][745]US tmp = 0, step = 65535, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349976][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349976][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349976][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349976][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.349976][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 D/    ( 1589): [524.350037][PYM]:[pym_downscale_ratio][770]DS tmp = 0, step = 0, phase = 0

      01-01 08:08:42.877 I/    ( 1589): [524.350098][PYM]:[pym_entity_parser_config][1871]pym_entity_parser_config done. pym_cfg size(820)

      01-01 08:08:42.877 D/    ( 1589): [524.350098][VPM pipeline]:[vio_pym_entity_create][249]pipe(2)pym entity create done.

      01-01 08:08:42.877 I/    ( 1589): [524.350098][GDC]:[gdc_entity_parser_config][244]--- gdc info in ---

      01-01 08:08:42.877 W/    ( 1589): [524.350098][GDC]:[gdc_entity_parser_config][291]node is NULL error

      01-01 08:08:42.877 W/    ( 1589): [524.350098][GDC]:[gdc_entity_parser_config][297]node is NULL error

      01-01 08:08:42.877 W/    ( 1589): [524.350159][GDC]:[gdc_entity_parser_config][303]node is NULL error

      01-01 08:08:42.877 W/    ( 1589): [524.350159][GDC]:[gdc_entity_parser_config][309]node is NULL error

      01-01 08:08:42.877 W/    ( 1589): [524.350159][GDC]:[gdc_entity_parser_config][315]node is NULL error

      01-01 08:08:42.877 D/    ( 1589): [524.350159][VPM pipeline]:[vio_gdc_entity_create][273]pipe(2)gdc entity create done.

      01-01 08:08:42.877 I/    ( 1589): [524.350342][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 2, buffer_type = 21

      01-01 08:08:42.877 D/    ( 1589): [524.350403][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 6, buffer type = 21

      01-01 08:08:42.878 D/    ( 1589): [524.350403][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 7.

      01-01 08:08:42.878 D/    ( 1589): [524.350403][PYM]:[calculate_src_offset][211]src_out wxh = 3840 x 2160 stride 3840 y_offset(0x0) c_offset(0x7e9000)

      01-01 08:08:42.878 D/    ( 1589): [524.350403][PYM]:[calculate_us_offset][245]us_roi wxh = 1920 x 1080 stride 1920 y_offset(0xbde000) c_offset(0xdd8400)

      01-01 08:08:42.878 D/    ( 1589): [524.350403][PYM]:[calculate_ds_offset][283]ds_roi[0] wxh= 1280x720 stride 1280 y_offset(0xed6000) c_offset(0xfb7000)

      01-01 08:08:42.878 D/    ( 1589): [524.350464][PYM]:[calculate_ds_offset][283]ds_roi[1] wxh= 1280x720 stride 1280 y_offset(0x1028000) c_offset(0x1109000)

      01-01 08:08:42.878 D/    ( 1589): [524.350464][PYM]:[calculate_ds_offset][283]ds_roi[2] wxh= 1280x720 stride 1280 y_offset(0x117a000) c_offset(0x125b000)

      01-01 08:08:42.878 D/    ( 1589): [524.350464][PYM]:[calculate_ds_offset][283]ds_roi[3] wxh= 1280x720 stride 1280 y_offset(0x12cc000) c_offset(0x13ad000)

      01-01 08:08:42.878 D/    ( 1589): [524.350525][PYM]:[calculate_ds_offset][283]ds_roi[4] wxh= 1280x720 stride 1280 y_offset(0x141e000) c_offset(0x14ff000)

      01-01 08:08:42.878 D/    ( 1589): [524.350525][PYM]:[calculate_ds_offset][283]ds_roi[5] wxh= 1280x720 stride 1280 y_offset(0x1570000) c_offset(0x1651000)

      01-01 08:08:42.878 D/    ( 1589): [524.350525][PYM]:[calculate_gs_offset][319]gs[0] wxh = 1920 x 1080 stride 1920 y_offset(0x16c2000) c_offset(0x18bc400)

      01-01 08:08:42.878 D/    ( 1589): [524.350525][PYM]:[calculate_gs_offset][319]gs[1] wxh = 960 x 540 stride 960 y_offset(0x19ba000) c_offset(0x1a38900)

      01-01 08:08:42.878 D/    ( 1589): [524.350525][PYM]:[calculate_gs_offset][319]gs[2] wxh = 480 x 270 stride 480 y_offset(0x1a78000) c_offset(0x1a97a40)

      01-01 08:08:42.878 D/    ( 1589): [524.350525][PYM]:[calculate_gs_offset][319]gs[3] wxh = 240 x 134 stride 240 y_offset(0x1aa8000) c_offset(0x1aafda0)

      01-01 08:08:42.878 D/    ( 1589): [524.350586][PYM]:[calculate_gs_offset][319]gs[4] wxh = 120 x 60 stride 128 y_offset(0x1ab4000) c_offset(0x1ab5e00)

      01-01 08:08:42.878 D/    ( 1589): [524.350586][PYM]:[calculate_bl_offset][356]bl[0] wxh = 1920 x 1080 stride 1920 y_offset(0x1ab7000) c_offset(0x1cb1400)

      01-01 08:08:42.878 D/    ( 1589): [524.350586][PYM]:[calculate_bl_offset][356]bl[1] wxh = 960 x 540 stride 960 y_offset(0x1daf000) c_offset(0x1e2d900)

      01-01 08:08:42.878 D/    ( 1589): [524.350586][PYM]:[calculate_bl_offset][356]bl[2] wxh = 480 x 270 stride 480 y_offset(0x1e6d000) c_offset(0x1e8ca40)

      01-01 08:08:42.878 D/    ( 1589): [524.350586][PYM]:[calculate_bl_offset][356]bl[3] wxh = 240 x 134 stride 240 y_offset(0x1e9d000) c_offset(0x1ea4da0)

      01-01 08:08:42.878 D/    ( 1589): [524.350586][PYM]:[calculate_bl_offset][356]bl[4] wxh = 120 x 60 stride 128 y_offset(0x1ea9000) c_offset(0x1eaae00)

      01-01 08:08:42.878 I/    ( 1589): [524.350647][PYM]:[pym_buf_size_calculate][395]pym size calculate out total : 32161792

      01-01 08:08:42.878 I/    ( 1589): [524.350830][PYM]:[pym_entity_init][634]Pipe(2) pym src out w x h = 3840 x 2160. offset size 0 8294400 total_size 32161792

      01-01 08:08:42.878 D/    ( 1589): [524.350830][VPM buf mgr]:[buffer_mgr_map][811]Pipe2 buf info index 0 planecont 1 size 32161792 paddr 0xe612b000.

      01-01 08:08:42.878 D/    ( 1589): [524.351013][VPM buf mgr]:[buffer_mgr_map][833]Pipe2 Pym buf index 0 paddr 0xe612b000 addr 0xffff5e154000 size 32161792

      01-01 08:08:42.878 I/    ( 1589): [524.351013][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.878 D/    ( 1589): [524.351013][VPM buf mgr]:[buffer_mgr_map][811]Pipe2 buf info index 1 planecont 1 size 32161792 paddr 0xe7fd7000.

      01-01 08:08:42.878 D/    ( 1589): [524.351196][VPM buf mgr]:[buffer_mgr_map][833]Pipe2 Pym buf index 1 paddr 0xe7fd7000 addr 0xffff5c2a8000 size 32161792

      01-01 08:08:42.878 I/    ( 1589): [524.351196][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.878 D/    ( 1589): [524.351257][VPM buf mgr]:[buffer_mgr_map][811]Pipe2 buf info index 2 planecont 1 size 32161792 paddr 0xe9e83000.

      01-01 08:08:42.878 D/    ( 1589): [524.351379][VPM buf mgr]:[buffer_mgr_map][833]Pipe2 Pym buf index 2 paddr 0xe9e83000 addr 0xffff5a3fc000 size 32161792

      01-01 08:08:42.878 I/    ( 1589): [524.351379][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.879 D/    ( 1589): [524.351440][VPM buf mgr]:[buffer_mgr_map][811]Pipe2 buf info index 3 planecont 1 size 32161792 paddr 0xebd2f000.

      01-01 08:08:42.879 D/    ( 1589): [524.351562][VPM buf mgr]:[buffer_mgr_map][833]Pipe2 Pym buf index 3 paddr 0xebd2f000 addr 0xffff58550000 size 32161792

      01-01 08:08:42.879 I/    ( 1589): [524.351624][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.879 D/    ( 1589): [524.351624][VPM buf mgr]:[buffer_mgr_map][811]Pipe2 buf info index 4 planecont 1 size 32161792 paddr 0xedbdb000.

      01-01 08:08:42.879 D/    ( 1589): [524.351746][VPM buf mgr]:[buffer_mgr_map][833]Pipe2 Pym buf index 4 paddr 0xedbdb000 addr 0xffff566a4000 size 32161792

      01-01 08:08:42.879 I/    ( 1589): [524.351746][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.879 D/    ( 1589): [524.351807][VPM buf mgr]:[buffer_mgr_map][811]Pipe2 buf info index 5 planecont 1 size 32161792 paddr 0xefa87000.

      01-01 08:08:42.879 D/    ( 1589): [524.351990][VPM buf mgr]:[buffer_mgr_map][833]Pipe2 Pym buf index 5 paddr 0xefa87000 addr 0xffff547f8000 size 32161792

      01-01 08:08:42.879 I/    ( 1589): [524.351990][VPM buf mgr]:[offset_conv_pym_address][434]check : src_out buffer 3840 x 2160  stride 3840

      01-01 08:08:42.879 I/    ( 1589): [524.351990][PYM]:[pym_entity_init_req_buf][560]Pipe(2) Pym 0 otf mode 4 configed.

      01-01 08:08:42.879 I/    ( 1589): [524.352051][PYM]:[pym_entity_init][653]Pipe(2) Pym 0 entity init done.

      01-01 08:08:42.879 D/    ( 1589): [524.352112][ISP]:[isp_entity_init][280]Pipe(2)isp_calib_update isp_channel = 2, hw_id = 0, ctx_id = 2

      01-01 08:08:42.879 V/    ( 1589): hb_cal_open_lib -- 112

      01-01 08:08:42.880 V/    ( 1589): hb_cal_open_lib -- 122

      01-01 08:08:42.880 E/    ( 1589): calibration of the 69 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 70 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 132 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 133 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 134 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 135 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 136 is not existance

      01-01 08:08:42.880 E/    ( 1589): calibration of the 137 is not existance

      01-01 08:08:42.880 V/    ( 1589): hb_isp_calib_init--263 name lib_x8bRGGB_pwl12_PH_Fov120_v.0.22.4.29, pstr (nil), plut 0xaaaae12a4140,tsize 39192, port 2, num 138!

      01-01 08:08:42.880 V/    ( 1589): port2 hb_isp_update_calib done.

      01-01 08:08:42.880 D/    ( 1589): pipeline_id = 2, hw_id = 0, ctx_id = 2, open end!

      01-01 08:08:42.880 D/    ( 1589): skip hb mem open count 3.

      01-01 08:08:42.880 I/    ( 1589): [524.352844][ISP]:[isp_entity_init][297]Pipe(2) hw_id = 0, set isp_dev_sched_mode 1

      01-01 08:08:42.880 I/    ( 1589): [524.352844][ISP]:[isp_entity_init][307]Pipe(2) isp algo init done.

      01-01 08:08:42.880 I/    ( 1589): [524.352844][ISP]:[isp_entity_init][310]Pipe(2) isp entity init done.

      01-01 08:08:42.880 I/    ( 1589): [524.352905][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1088)size: y(2088960)total(3133440)

      01-01 08:08:42.880 I/    ( 1589): [524.352905][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 2, buffer_type = 12

      01-01 08:08:42.880 D/    ( 1589): [524.352966][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 8, buffer type = 12

      01-01 08:08:42.880 D/    ( 1589): [524.352966][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 8.

      01-01 08:08:42.880 I/    ( 1589): [524.352966][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.881 I/    ( 1589): [524.353516][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (79) vaddr 0xffff6427b000 paddr = f1933000

      01-01 08:08:42.881 I/    ( 1589): [524.353760][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.881 I/    ( 1589): [524.354309][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (80) vaddr 0xffff544fb000 paddr = f1c30000

      01-01 08:08:42.882 I/    ( 1589): [524.354553][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.882 I/    ( 1589): [524.355164][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (81) vaddr 0xffff541fe000 paddr = f1f2d000

      01-01 08:08:42.882 I/    ( 1589): [524.355347][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.883 I/    ( 1589): [524.355896][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (82) vaddr 0xffff53f01000 paddr = f222a000

      01-01 08:08:42.883 I/    ( 1589): [524.356201][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.884 I/    ( 1589): [524.356750][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (83) vaddr 0xffff53c04000 paddr = f2527000

      01-01 08:08:42.884 I/    ( 1589): [524.356995][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.885 I/    ( 1589): [524.357544][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (84) vaddr 0xffff53907000 paddr = f2824000

      01-01 08:08:42.885 I/    ( 1589): [524.357788][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.885 I/    ( 1589): [524.358337][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (85) vaddr 0xffff5360a000 paddr = f2b21000

      01-01 08:08:42.886 I/    ( 1589): [524.358582][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.886 I/    ( 1589): [524.359131][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (86) vaddr 0xffff5330d000 paddr = f2e1e000

      01-01 08:08:42.886 D/    ( 1589): [524.359375][VPM buf mgr]:[buffer_mgr_ion_alloc][577]Pipe(2) buf type(12) alloc done.

      01-01 08:08:42.886 I/    ( 1589): [524.359375][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1080)size: y(2073600)total(3110400)

      01-01 08:08:42.886 I/    ( 1589): [524.359375][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 2, buffer_type = 15

      01-01 08:08:42.887 D/    ( 1589): [524.359436][VPM buf mgr]:[buffer_mgr_init][216]init mgr buf = 8, buffer type = 15

      01-01 08:08:42.887 D/    ( 1589): [524.359436][VPM buf mgr]:[vpm_hb_mem_init][106]skip hb mem open count 9.

      01-01 08:08:42.887 I/    ( 1589): [524.359436][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.887 I/    ( 1589): [524.359924][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (87) vaddr 0xffff53015000 paddr = f311b000

      01-01 08:08:42.887 I/    ( 1589): [524.359985][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.888 I/    ( 1589): [524.360596][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (88) vaddr 0xffff52d1d000 paddr = f3413000

      01-01 08:08:42.888 I/    ( 1589): [524.360596][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.888 I/    ( 1589): [524.361206][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (89) vaddr 0xffff52a25000 paddr = f370b000

      01-01 08:08:42.888 I/    ( 1589): [524.361206][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.889 I/    ( 1589): [524.361816][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (90) vaddr 0xffff5272d000 paddr = f3a03000

      01-01 08:08:42.889 I/    ( 1589): [524.361816][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.890 I/    ( 1589): [524.362427][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (91) vaddr 0xffff52435000 paddr = f3cfb000

      01-01 08:08:42.890 I/    ( 1589): [524.362427][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.890 I/    ( 1589): [524.363037][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (92) vaddr 0xffff5213d000 paddr = f3ff3000

      01-01 08:08:42.890 I/    ( 1589): [524.363098][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.891 I/    ( 1589): [524.363647][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (93) vaddr 0xffff51e45000 paddr = f42eb000

      01-01 08:08:42.891 I/    ( 1589): [524.363708][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.891 I/    ( 1589): [524.364319][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (94) vaddr 0xffff51b4d000 paddr = f45e3000

      01-01 08:08:42.891 D/    ( 1589): [524.364380][VPM buf mgr]:[buffer_mgr_ion_alloc][577]Pipe(2) buf type(15) alloc done.

      01-01 08:08:42.891 I/    ( 1589): [524.364380][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      01-01 08:08:42.892 I/    ( 1589): [524.364502][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(40960) fd (95) vaddr 0xffff64271000 paddr = f48db000

      01-01 08:08:42.892 I/    ( 1589): [524.364502][GDC]:[gdc_entity_init][533]Pipe(2) Gdc entity init done.

      01-01 08:08:42.892 D/    ( 1589): [524.364502][VPM pipeline]:[vio_pipeline_entity_init][375]Pipe(2)vio_pipeline_entity_init done.

      01-01 08:08:42.892 I/    ( 1589): [524.364502][VPM pipeline]:[vio_pipeline_init][507]pipe(2) pipeline_init success out

      01-01 08:08:42.892 I/    ( 1589): [524.364563][VPM interface]:[hb_vpm_init_pipeline][117]pipeline(2) init done !

      01-01 08:08:42.892 D/    ( 1589): [524.364746][VPM UIILS]:[hb_utils_send_sfmu_msg][67]pipeID = 2,clear event count

      01-01 08:08:42.892 D/    ( 1589): [524.364990][VPM interface]:[hb_vpm_init][57]hb_vio_init out

      01-01 08:08:42.892 I/    ( 1589): [524.365051][VIN]:[hb_vin_init][923]cam init begin cam_index 0 cfg_file /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_j5dev.json

      01-01 08:08:42.892 D/    ( 1589): [524.365051][VIN]:[hb_vin_board_parse_cfg][663]filename = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_j5dev.json

      01-01 08:08:42.893 I/    ( 1589): [524.365540][VIN]:[hb_vin_board_parse_cfg][693]config_number = 1

      01-01 08:08:42.893 I/    ( 1589): [524.365540][VIN]:[hb_vin_board_parse_cfg][706]board_name = j5dvb

      01-01 08:08:42.893 I/    ( 1589): [524.365601][VIN]:[hb_vin_board_parse_cfg][709]node is config_0

      01-01 08:08:42.893 I/    ( 1589): [524.365601][VIN]:[hb_vin_board_parse_cfg][716]interface_type = mipi

      01-01 08:08:42.893 I/    ( 1589): [524.365662][VIN]:[hb_vin_board_parse_cfg][738]deserial_num = 1

      01-01 08:08:42.893 I/    ( 1589): [524.365662][VIN]:[hb_vin_deserial_parse_cfg][262]deserial_index 0 bus_type = 0

      01-01 08:08:42.893 I/    ( 1589): [524.365662][VIN]:[hb_vin_deserial_parse_cfg][267]deserial_index 0 bus_num = 1

      01-01 08:08:42.893 I/    ( 1589): [524.365662][VIN]:[hb_vin_deserial_parse_cfg][278]deserial_index 0 serial_addr = 0x48

      01-01 08:08:42.893 I/    ( 1589): [524.365662][VIN]:[hb_vin_deserial_parse_cfg][283]deserial_index 0 deserial_name = max9296

      01-01 08:08:42.893 I/    ( 1589): [524.365723][VIN]:[hb_vin_deserial_parse_cfg][299]deserial_index 0 power_mode = 0

      01-01 08:08:42.893 D/    ( 1589): [524.365723][VIN]:[hb_vin_deserial_parse_cfg][308]arrayitem->valueint 453

      01-01 08:08:42.893 I/    ( 1589): [524.365723][VIN]:[hb_vin_deserial_parse_cfg][310]array_index 0 gpio_pin 453

      01-01 08:08:42.893 D/    ( 1589): [524.365723][VIN]:[hb_vin_deserial_parse_cfg][308]arrayitem->valueint 309

      01-01 08:08:42.893 I/    ( 1589): [524.365723][VIN]:[hb_vin_deserial_parse_cfg][310]array_index 1 gpio_pin 309

      01-01 08:08:42.893 D/    ( 1589): [524.365723][VIN]:[hb_vin_deserial_parse_cfg][320]arrayitem->valueint 0

      01-01 08:08:42.893 I/    ( 1589): [524.365784][VIN]:[hb_vin_deserial_parse_cfg][322]deserial_index 0 array_index 0 gpio_level 0

      01-01 08:08:42.893 D/    ( 1589): [524.365784][VIN]:[hb_vin_deserial_parse_cfg][320]arrayitem->valueint 0

      01-01 08:08:42.893 I/    ( 1589): [524.365784][VIN]:[hb_vin_deserial_parse_cfg][322]deserial_index 0 array_index 1 gpio_level 0

      01-01 08:08:42.893 D/    ( 1589): [524.365784][VIN]:[hb_vin_deserial_parse_cfg][334]deserial_index 0 board_name j5dvb deserial_name max9296

      01-01 08:08:42.893 I/    ( 1589): [524.365784][VIN]:[hb_vin_board_parse_cfg][757]port_number = 3

      01-01 08:08:42.893 I/    ( 1589): [524.365784][VIN]:[hb_vin_port_parse_cfg][359]port_index 0 bus_type = 0

      01-01 08:08:42.893 I/    ( 1589): [524.365845][VIN]:[hb_vin_port_parse_cfg][364]port 0 bus_num = 1

      01-01 08:08:42.893 I/    ( 1589): [524.365845][VIN]:[hb_vin_port_parse_cfg][374]port 0 dev_port = 0

      01-01 08:08:42.893 I/    ( 1589): [524.365845][VIN]:[hb_vin_port_parse_cfg][386]port_index 0 sensor_addr = 0x10

      01-01 08:08:42.893 I/    ( 1589): [524.365845][VIN]:[hb_vin_port_parse_cfg][398]port_index 0 serial_addr = 0x40

      01-01 08:08:42.893 I/    ( 1589): [524.365906][VIN]:[hb_vin_port_parse_cfg][421]port_index 0 sensor_name = ovx8b

      01-01 08:08:42.893 I/    ( 1589): [524.365906][VIN]:[hb_vin_port_parse_cfg][436]port_index 0 sensor_mode = 5

      01-01 08:08:42.893 I/    ( 1589): [524.365906][VIN]:[hb_vin_port_parse_cfg][441]port_index 0 config_index = 516

      01-01 08:08:42.893 I/    ( 1589): [524.365967][VIN]:[hb_vin_port_parse_cfg][451]port_index 0 entry_num = 0

      01-01 08:08:42.893 I/    ( 1589): [524.365967][VIN]:[hb_vin_port_parse_cfg][471]port_index 0 reg_width = 16

      01-01 08:08:42.893 I/    ( 1589): [524.365967][VIN]:[hb_vin_port_parse_cfg][477]port_index 0 config_path = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json

      01-01 08:08:42.893 I/    ( 1589): [524.365967][VIN]:[hb_vin_port_parse_cfg][482]port_index 0 data_path = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/cim_config.json

      01-01 08:08:42.893 I/    ( 1589): [524.365967][VIN]:[hb_vin_port_parse_cfg][490]port_index 0 fps = 30

      01-01 08:08:42.893 I/    ( 1589): [524.366028][VIN]:[hb_vin_port_parse_cfg][519]port_index 0 resolution = 2160

      01-01 08:08:42.893 I/    ( 1589): [524.366028][VIN]:[hb_vin_port_parse_cfg][525]port_index 0 extra_mode = 0

      01-01 08:08:42.893 I/    ( 1589): [524.366028][VIN]:[hb_vin_port_parse_cfg][535]port_index 0 deserial_index = 0

      01-01 08:08:42.893 I/    ( 1589): [524.366028][VIN]:[hb_vin_port_parse_cfg][542]port_index 0 deserial_port = 0

      01-01 08:08:42.893 D/    ( 1589): [524.366089][hb mipi]:filename /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json fps 30 resolution 2160

      01-01 08:08:42.893 I/    ( 1589): [524.366089][hb mipi]:mipi cfg: /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json

      01-01 08:08:42.894 I/    ( 1589): [524.366577][VIN]:[hb_vin_port_parse_cfg][359]port_index 1 bus_type = 0

      01-01 08:08:42.894 I/    ( 1589): [524.366638][VIN]:[hb_vin_port_parse_cfg][364]port 1 bus_num = 1

      01-01 08:08:42.894 I/    ( 1589): [524.366638][VIN]:[hb_vin_port_parse_cfg][374]port 1 dev_port = 1

      01-01 08:08:42.894 I/    ( 1589): [524.366638][VIN]:[hb_vin_port_parse_cfg][386]port_index 1 sensor_addr = 0x20

      01-01 08:08:42.894 I/    ( 1589): [524.366638][VIN]:[hb_vin_port_parse_cfg][398]port_index 1 serial_addr = 0x40

      01-01 08:08:42.894 I/    ( 1589): [524.366699][VIN]:[hb_vin_port_parse_cfg][421]port_index 1 sensor_name = ovx8b

      01-01 08:08:42.894 I/    ( 1589): [524.366699][VIN]:[hb_vin_port_parse_cfg][436]port_index 1 sensor_mode = 5

      01-01 08:08:42.894 I/    ( 1589): [524.366699][VIN]:[hb_vin_port_parse_cfg][441]port_index 1 config_index = 516

      01-01 08:08:42.894 I/    ( 1589): [524.366699][VIN]:[hb_vin_port_parse_cfg][451]port_index 1 entry_num = 0

      01-01 08:08:42.894 I/    ( 1589): [524.366760][VIN]:[hb_vin_port_parse_cfg][471]port_index 1 reg_width = 16

      01-01 08:08:42.894 I/    ( 1589): [524.366760][VIN]:[hb_vin_port_parse_cfg][477]port_index 1 config_path = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json

      01-01 08:08:42.894 I/    ( 1589): [524.366760][VIN]:[hb_vin_port_parse_cfg][482]port_index 1 data_path = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/cim_config.json

      01-01 08:08:42.894 I/    ( 1589): [524.366760][VIN]:[hb_vin_port_parse_cfg][490]port_index 1 fps = 30

      01-01 08:08:42.894 I/    ( 1589): [524.366760][VIN]:[hb_vin_port_parse_cfg][519]port_index 1 resolution = 2160

      01-01 08:08:42.894 I/    ( 1589): [524.366821][VIN]:[hb_vin_port_parse_cfg][525]port_index 1 extra_mode = 0

      01-01 08:08:42.894 I/    ( 1589): [524.366821][VIN]:[hb_vin_port_parse_cfg][535]port_index 1 deserial_index = 0

      01-01 08:08:42.894 I/    ( 1589): [524.366821][VIN]:[hb_vin_port_parse_cfg][542]port_index 1 deserial_port = 1

      01-01 08:08:42.894 D/    ( 1589): [524.366821][hb mipi]:filename /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json fps 30 resolution 2160

      01-01 08:08:42.894 I/    ( 1589): [524.366821][hb mipi]:mipi cfg: /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json

      01-01 08:08:42.894 I/    ( 1589): [524.367004][VIN]:[hb_vin_port_parse_cfg][359]port_index 2 bus_type = 0

      01-01 08:08:42.894 I/    ( 1589): [524.367004][VIN]:[hb_vin_port_parse_cfg][364]port 2 bus_num = 1

      01-01 08:08:42.894 I/    ( 1589): [524.367065][VIN]:[hb_vin_port_parse_cfg][374]port 2 dev_port = 2

      01-01 08:08:42.894 I/    ( 1589): [524.367065][VIN]:[hb_vin_port_parse_cfg][386]port_index 2 sensor_addr = 0x30

      01-01 08:08:42.894 I/    ( 1589): [524.367065][VIN]:[hb_vin_port_parse_cfg][398]port_index 2 serial_addr = 0x40

      01-01 08:08:42.894 I/    ( 1589): [524.367065][VIN]:[hb_vin_port_parse_cfg][421]port_index 2 sensor_name = ovx8b

      01-01 08:08:42.894 I/    ( 1589): [524.367126][VIN]:[hb_vin_port_parse_cfg][436]port_index 2 sensor_mode = 5

      01-01 08:08:42.894 I/    ( 1589): [524.367126][VIN]:[hb_vin_port_parse_cfg][441]port_index 2 config_index = 516

      01-01 08:08:42.894 I/    ( 1589): [524.367126][VIN]:[hb_vin_port_parse_cfg][451]port_index 2 entry_num = 0

      01-01 08:08:42.894 I/    ( 1589): [524.367126][VIN]:[hb_vin_port_parse_cfg][471]port_index 2 reg_width = 16

      01-01 08:08:42.894 I/    ( 1589): [524.367126][VIN]:[hb_vin_port_parse_cfg][477]port_index 2 config_path = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json

      01-01 08:08:42.894 I/    ( 1589): [524.367188][VIN]:[hb_vin_port_parse_cfg][482]port_index 2 data_path = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/cim_config.json

      01-01 08:08:42.894 I/    ( 1589): [524.367188][VIN]:[hb_vin_port_parse_cfg][490]port_index 2 fps = 30

      01-01 08:08:42.894 I/    ( 1589): [524.367188][VIN]:[hb_vin_port_parse_cfg][519]port_index 2 resolution = 2160

      01-01 08:08:42.894 I/    ( 1589): [524.367188][VIN]:[hb_vin_port_parse_cfg][525]port_index 2 extra_mode = 0

      01-01 08:08:42.894 I/    ( 1589): [524.367188][VIN]:[hb_vin_port_parse_cfg][535]port_index 2 deserial_index = 0

      01-01 08:08:42.894 I/    ( 1589): [524.367249][VIN]:[hb_vin_port_parse_cfg][542]port_index 2 deserial_port = 2

      01-01 08:08:42.894 D/    ( 1589): [524.367249][hb mipi]:filename /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json fps 30 resolution 2160

      01-01 08:08:42.894 I/    ( 1589): [524.367249][hb mipi]:mipi cfg: /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_mipi_ovx8b_raw12_30fps_2160P.json

      01-01 08:08:42.895 I/    ( 1589): [524.367432][hb_i2c]:[hb_vin_i2c_init][58]bus 1 cam_bus_cnt[bus] 1 cam_fd[bus] 96

      01-01 08:08:42.895 I/    ( 1589): [524.367920][hb cim]:filebuf read size : 1

      01-01 08:08:42.895 I/    ( 1589): [524.368164][cim hal]:pipe(0) cim_entity_create done !

      01-01 08:08:42.895 D/    ( 1589): [524.368164][cim hal]:no dvp node !!

      01-01 08:08:42.895 W/    ( 1589): [524.368225][hb cim utils]:skip_frame has empty json value

      01-01 08:08:42.895 W/    ( 1589): [524.368286][hb cim utils]:input_fps has empty json value

      01-01 08:08:42.895 W/    ( 1589): [524.368286][hb cim utils]:output_fps has empty json value

      01-01 08:08:42.895 I/    ( 1589): [524.368286][cim hal]:===cim cfg input info====

      01-01 08:08:42.895 I/    ( 1589): [524.368286][cim hal]:mipi.enable(1)

      01-01 08:08:42.895 I/    ( 1589): [524.368286][cim hal]:mipi.rx_index (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368286][cim hal]:mipi.vc_index (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.channels (1)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.tag_enable (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.height (2160)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.width (3840)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.format (44)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.raw16_splict (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.dbg_clear (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368347][cim hal]:mipi.y_uv_swap (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368408][cim hal]:func.enable_bypass (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368408][cim hal]:func.enable_frame_id (1)

      01-01 08:08:42.895 I/    ( 1589): [524.368408][cim hal]:func.enable_pattern (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368408][cim hal]:func.hdr_mode (0)

      01-01 08:08:42.895 I/    ( 1589): [524.368408][cim hal]:func.set_init_frame_id (1)

      01-01 08:08:42.895 I/    ( 1589): [524.368408][cim hal]:func.set_bypass_channels (1)

      01-01 08:08:42.896 I/    ( 1589): [524.368408][cim hal]:func.skip_frame (0)

      01-01 08:08:42.896 I/    ( 1589): [524.368408][cim hal]:func.input_fps (0)

      01-01 08:08:42.896 I/    ( 1589): [524.368408][cim hal]:func.output_fps (0)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:===cim cfg output info===

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out pym pym0_en (0)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out pym pym1_en (0)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out isp[0] isp_ch0(1)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out isp[0] isp_ch1(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out isp[0] isp_ch2(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out isp[0] isp_ch3(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368469][cim hal]:out isp[1] isp_ch0(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368530][cim hal]:out isp[1] isp_ch1(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368530][cim hal]:out isp[1] isp_ch2(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368530][cim hal]:out isp[1] isp_ch3(0)

      01-01 08:08:42.896 I/    ( 1589): [524.368530][cim hal]:--cim_entity_parser_config out--

      01-01 08:08:42.896 I/    ( 1589): [524.368530][cim hal]:cim_entity_init in.

      01-01 08:08:42.896 I/    ( 1589): [524.368713][cim hal]:pipe(0) cim_entity_init out.

      01-01 08:08:42.896 I/    ( 1589): [524.368774][hb_i2c]:[hb_vin_i2c_init][58]bus 1 cam_bus_cnt[bus] 2 cam_fd[bus] 96

      01-01 08:08:42.896 I/    ( 1589): [524.369324][cam utility]:/dev/port_0 success sensor_info->sen_devfd 98===

      01-01 08:08:42.897 I/    ( 1589): [524.369507][ovx8b]:deserial_serial_setting X3_config OK!

      01-01 08:08:42.897 I/    ( 1589): [524.369995][ovx8b]:write serdes 1@0x10: 0x0103=0x01

      01-01 08:08:42.898 I/    ( 1589): [524.370483][ovx8b]:write serdes 1@0x10: 0x3208=0x05

      01-01 08:08:42.898 I/    ( 1589): [524.370972][ovx8b]:write serdes 1@0x10: 0x4620=0x04

      01-01 08:08:42.898 I/    ( 1589): [524.371338][ovx8b]:write serdes 1@0x10: 0x3208=0x15

      01-01 08:08:42.899 I/    ( 1589): [524.371826][ovx8b]:write serdes 1@0x10: 0x0301=0x88

      01-01 08:08:42.899 I/    ( 1589): [524.372253][ovx8b]:write serdes 1@0x10: 0x0302=0x31

      01-01 08:08:42.900 I/    ( 1589): [524.372681][ovx8b]:write serdes 1@0x10: 0x0304=0x00

      01-01 08:08:42.900 I/    ( 1589): [524.373108][ovx8b]:write serdes 1@0x10: 0x0305=0x5c

      01-01 08:08:42.901 I/    ( 1589): [524.373596][ovx8b]:write serdes 1@0x10: 0x0307=0x00

      01-01 08:08:42.901 I/    ( 1589): [524.374023][ovx8b]:write serdes 1@0x10: 0x0309=0x03

      01-01 08:08:42.902 I/    ( 1589): [524.374451][ovx8b]:write serdes 1@0x10: 0x0316=0x00

      01-01 08:08:42.902 I/    ( 1589): [524.374878][ovx8b]:write serdes 1@0x10: 0x0317=0x00

      01-01 08:08:42.902 I/    ( 1589): [524.375305][ovx8b]:write serdes 1@0x10: 0x0318=0x00

      01-01 08:08:42.903 I/    ( 1589): [524.375793][ovx8b]:write serdes 1@0x10: 0x0320=0x12

      01-01 08:08:42.903 I/    ( 1589): [524.376221][ovx8b]:write serdes 1@0x10: 0x0321=0x31

      01-01 08:08:42.904 I/    ( 1589): [524.376648][ovx8b]:write serdes 1@0x10: 0x0322=0x02

      01-01 08:08:42.904 I/    ( 1589): [524.377075][ovx8b]:write serdes 1@0x10: 0x0323=0x02

      01-01 08:08:42.905 I/    ( 1589): [524.377563][ovx8b]:write serdes 1@0x10: 0x0324=0x01

      01-01 08:08:42.905 I/    ( 1589): [524.377930][ovx8b]:write serdes 1@0x10: 0x0325=0x95

      01-01 08:08:42.905 I/    ( 1589): [524.378418][ovx8b]:write serdes 1@0x10: 0x0326=0xce

      01-01 08:08:42.906 I/    ( 1589): [524.378845][ovx8b]:write serdes 1@0x10: 0x0327=0x04

      01-01 08:08:42.906 I/    ( 1589): [524.379272][ovx8b]:write serdes 1@0x10: 0x0329=0x02

      01-01 08:08:42.907 I/    ( 1589): [524.379700][ovx8b]:write serdes 1@0x10: 0x032a=0x04

      01-01 08:08:42.907 I/    ( 1589): [524.380127][ovx8b]:write serdes 1@0x10: 0x032b=0x04

      01-01 08:08:42.908 I/    ( 1589): [524.380554][ovx8b]:write serdes 1@0x10: 0x032c=0x02

      01-01 08:08:42.908 I/    ( 1589): [524.381042][ovx8b]:write serdes 1@0x10: 0x0331=0x04

      01-01 08:08:42.909 I/    ( 1589): [524.381470][ovx8b]:write serdes 1@0x10: 0x0405=0x22

      01-01 08:08:42.909 I/    ( 1589): [524.381897][ovx8b]:write serdes 1@0x10: 0x0406=0x5f

      01-01 08:08:42.909 I/    ( 1589): [524.382324][ovx8b]:write serdes 1@0x10: 0x0408=0xe7

      01-01 08:08:42.910 I/    ( 1589): [524.382812][ovx8b]:write serdes 1@0x10: 0x0409=0xff

      01-01 08:08:42.910 I/    ( 1589): [524.383240][ovx8b]:write serdes 1@0x10: 0x040a=0x2b

      01-01 08:08:42.911 I/    ( 1589): [524.383667][ovx8b]:write serdes 1@0x10: 0x040b=0x32

      01-01 08:08:42.911 I/    ( 1589): [524.384094][ovx8b]:write serdes 1@0x10: 0x040c=0x28

      01-01 08:08:42.912 I/    ( 1589): [524.384521][ovx8b]:write serdes 1@0x10: 0x040d=0x5a

      01-01 08:08:42.912 I/    ( 1589): [524.384949][ovx8b]:write serdes 1@0x10: 0x040e=0x0c

      01-01 08:08:42.913 I/    ( 1589): [524.385437][ovx8b]:write serdes 1@0x10: 0x0441=0x00

      01-01 08:08:42.913 I/    ( 1589): [524.385864][ovx8b]:write serdes 1@0x10: 0x280b=0x00

      01-01 08:08:42.913 I/    ( 1589): [524.386292][ovx8b]:write serdes 1@0x10: 0x3002=0xf8

      01-01 08:08:42.914 I/    ( 1589): [524.386719][ovx8b]:write serdes 1@0x10: 0x3012=0x41

      01-01 08:08:42.914 I/    ( 1589): [524.387146][ovx8b]:write serdes 1@0x10: 0x3015=0x08

      01-01 08:08:42.915 I/    ( 1589): [524.387634][ovx8b]:write serdes 1@0x10: 0x3016=0xd0

      01-01 08:08:42.915 I/    ( 1589): [524.388062][ovx8b]:write serdes 1@0x10: 0x3018=0xf0

      01-01 08:08:42.916 I/    ( 1589): [524.388489][ovx8b]:write serdes 1@0x10: 0x301a=0xb0

      01-01 08:08:42.916 I/    ( 1589): [524.388916][ovx8b]:write serdes 1@0x10: 0x301e=0x30

      01-01 08:08:42.916 I/    ( 1589): [524.389343][ovx8b]:write serdes 1@0x10: 0x301f=0x61

      01-01 08:08:42.917 I/    ( 1589): [524.389771][ovx8b]:write serdes 1@0x10: 0x3020=0x01

      01-01 08:08:42.917 I/    ( 1589): [524.390259][ovx8b]:write serdes 1@0x10: 0x3022=0x88

      01-01 08:08:42.918 I/    ( 1589): [524.390686][ovx8b]:write serdes 1@0x10: 0x3023=0x80

      01-01 08:08:42.918 I/    ( 1589): [524.391113][ovx8b]:write serdes 1@0x10: 0x3024=0x80

      01-01 08:08:42.919 I/    ( 1589): [524.391541][ovx8b]:write serdes 1@0x10: 0x3028=0x30

      01-01 08:08:42.919 I/    ( 1589): [524.391968][ovx8b]:write serdes 1@0x10: 0x3701=0x22

      01-01 08:08:42.920 I/    ( 1589): [524.392395][ovx8b]:write serdes 1@0x10: 0x3703=0x3c

      01-01 08:08:42.920 I/    ( 1589): [524.392822][ovx8b]:write serdes 1@0x10: 0x3705=0x00

      01-01 08:08:42.920 I/    ( 1589): [524.393250][ovx8b]:write serdes 1@0x10: 0x3706=0x2f

      01-01 08:08:42.921 I/    ( 1589): [524.393738][ovx8b]:write serdes 1@0x10: 0x3709=0x62

      01-01 08:08:42.921 I/    ( 1589): [524.394165][ovx8b]:write serdes 1@0x10: 0x370a=0x00

      01-01 08:08:42.922 I/    ( 1589): [524.394592][ovx8b]:write serdes 1@0x10: 0x370b=0x75

      01-01 08:08:42.922 I/    ( 1589): [524.395020][ovx8b]:write serdes 1@0x10: 0x370d=0x00

      01-01 08:08:42.923 I/    ( 1589): [524.395508][ovx8b]:write serdes 1@0x10: 0x3712=0x13

      01-01 08:08:42.923 I/    ( 1589): [524.395874][ovx8b]:write serdes 1@0x10: 0x3714=0x02

      01-01 08:08:42.923 I/    ( 1589): [524.396362][ovx8b]:write serdes 1@0x10: 0x3717=0x02

      01-01 08:08:42.924 I/    ( 1589): [524.396790][ovx8b]:write serdes 1@0x10: 0x3718=0x72

      01-01 08:08:42.924 I/    ( 1589): [524.397278][ovx8b]:write serdes 1@0x10: 0x371d=0x00

      01-01 08:08:42.925 I/    ( 1589): [524.397644][ovx8b]:write serdes 1@0x10: 0x3720=0x03

      01-01 08:08:42.925 I/    ( 1589): [524.398132][ovx8b]:write serdes 1@0x10: 0x372c=0x10

      01-01 08:08:42.926 I/    ( 1589): [524.398560][ovx8b]:write serdes 1@0x10: 0x3738=0x2c

      01-01 08:08:42.926 I/    ( 1589): [524.398987][ovx8b]:write serdes 1@0x10: 0x3739=0x2c

      01-01 08:08:42.927 I/    ( 1589): [524.399414][ovx8b]:write serdes 1@0x10: 0x373a=0x27

      01-01 08:08:42.927 I/    ( 1589): [524.399902][ovx8b]:write serdes 1@0x10: 0x373b=0x27

      01-01 08:08:42.927 I/    ( 1589): [524.400269][ovx8b]:write serdes 1@0x10: 0x373f=0x26

      01-01 08:08:42.928 I/    ( 1589): [524.400757][ovx8b]:write serdes 1@0x10: 0x3740=0x26

      01-01 08:08:42.928 I/    ( 1589): [524.401184][ovx8b]:write serdes 1@0x10: 0x3741=0x21

      01-01 08:08:42.929 I/    ( 1589): [524.401611][ovx8b]:write serdes 1@0x10: 0x3742=0x21

      01-01 08:08:42.929 I/    ( 1589): [524.402039][ovx8b]:write serdes 1@0x10: 0x374b=0x03

      01-01 08:08:42.930 I/    ( 1589): [524.402466][ovx8b]:write serdes 1@0x10: 0x3752=0x03

      01-01 08:08:42.930 I/    ( 1589): [524.402954][ovx8b]:write serdes 1@0x10: 0x3758=0x00

      01-01 08:08:42.930 I/    ( 1589): [524.403381][ovx8b]:write serdes 1@0x10: 0x3759=0x2f

      01-01 08:08:42.931 I/    ( 1589): [524.403809][ovx8b]:write serdes 1@0x10: 0x376c=0x07

      01-01 08:08:42.931 I/    ( 1589): [524.404236][ovx8b]:write serdes 1@0x10: 0x376d=0x08

      01-01 08:08:42.932 I/    ( 1589): [524.404724][ovx8b]:write serdes 1@0x10: 0x376e=0x08

      01-01 08:08:42.932 I/    ( 1589): [524.405090][ovx8b]:write serdes 1@0x10: 0x376f=0x08

      01-01 08:08:42.933 I/    ( 1589): [524.405579][ovx8b]:write serdes 1@0x10: 0x3777=0x00

      01-01 08:08:42.933 I/    ( 1589): [524.406006][ovx8b]:write serdes 1@0x10: 0x3779=0x02

      01-01 08:08:42.934 I/    ( 1589): [524.406494][ovx8b]:write serdes 1@0x10: 0x377a=0x00

      01-01 08:08:42.934 I/    ( 1589): [524.406921][ovx8b]:write serdes 1@0x10: 0x377b=0x00

      01-01 08:08:42.934 I/    ( 1589): [524.407349][ovx8b]:write serdes 1@0x10: 0x3781=0x02

      01-01 08:08:42.935 I/    ( 1589): [524.407776][ovx8b]:write serdes 1@0x10: 0x3782=0x05

      01-01 08:08:42.935 I/    ( 1589): [524.408203][ovx8b]:write serdes 1@0x10: 0x3783=0x02

      01-01 08:08:42.936 I/    ( 1589): [524.408691][ovx8b]:write serdes 1@0x10: 0x3785=0x10

      01-01 08:08:42.936 I/    ( 1589): [524.409058][ovx8b]:write serdes 1@0x10: 0x3797=0x00

      01-01 08:08:42.937 I/    ( 1589): [524.409546][ovx8b]:write serdes 1@0x10: 0x3798=0x00

      01-01 08:08:42.937 I/    ( 1589): [524.409973][ovx8b]:write serdes 1@0x10: 0x3799=0x00

      01-01 08:08:42.938 I/    ( 1589): [524.410461][ovx8b]:write serdes 1@0x10: 0x379c=0x58

      01-01 08:08:42.938 I/    ( 1589): [524.410828][ovx8b]:write serdes 1@0x10: 0x379e=0x00

      01-01 08:08:42.938 I/    ( 1589): [524.411316][ovx8b]:write serdes 1@0x10: 0x379f=0x00

      01-01 08:08:42.939 I/    ( 1589): [524.411743][ovx8b]:write serdes 1@0x10: 0x37a0=0x00

      01-01 08:08:42.939 I/    ( 1589): [524.412170][ovx8b]:write serdes 1@0x10: 0x37bc=0x22

      01-01 08:08:42.940 I/    ( 1589): [524.412659][ovx8b]:write serdes 1@0x10: 0x37bd=0x01

      01-01 08:08:42.940 I/    ( 1589): [524.413086][ovx8b]:write serdes 1@0x10: 0x37be=0x01

      01-01 08:08:42.941 I/    ( 1589): [524.413513][ovx8b]:write serdes 1@0x10: 0x37c0=0x01

      01-01 08:08:42.941 I/    ( 1589): [524.413940][ovx8b]:write serdes 1@0x10: 0x37c4=0x34

      01-01 08:08:42.941 I/    ( 1589): [524.414368][ovx8b]:write serdes 1@0x10: 0x37c5=0x34

      01-01 08:08:42.942 I/    ( 1589): [524.414795][ovx8b]:write serdes 1@0x10: 0x37c6=0x2f

      01-01 08:08:42.942 I/    ( 1589): [524.415283][ovx8b]:write serdes 1@0x10: 0x37c7=0x2f

      01-01 08:08:42.943 I/    ( 1589): [524.415710][ovx8b]:write serdes 1@0x10: 0x37d0=0x00

      01-01 08:08:42.943 I/    ( 1589): [524.416138][ovx8b]:write serdes 1@0x10: 0x37d1=0x2f

      01-01 08:08:42.944 I/    ( 1589): [524.416565][ovx8b]:write serdes 1@0x10: 0x37d2=0x00

      01-01 08:08:42.944 I/    ( 1589): [524.417053][ovx8b]:write serdes 1@0x10: 0x37d3=0x61

      01-01 08:08:42.945 I/    ( 1589): [524.417480][ovx8b]:write serdes 1@0x10: 0x37d4=0x00

      01-01 08:08:42.945 I/    ( 1589): [524.417908][ovx8b]:write serdes 1@0x10: 0x37d5=0x2f

      01-01 08:08:42.945 I/    ( 1589): [524.418335][ovx8b]:write serdes 1@0x10: 0x37d8=0x01

      01-01 08:08:42.946 I/    ( 1589): [524.418762][ovx8b]:write serdes 1@0x10: 0x37db=0x00

      01-01 08:08:42.946 I/    ( 1589): [524.419250][ovx8b]:write serdes 1@0x10: 0x3c0b=0x26

      01-01 08:08:42.947 I/    ( 1589): [524.419678][ovx8b]:write serdes 1@0x10: 0x3c12=0x88

      01-01 08:08:42.947 I/    ( 1589): [524.420105][ovx8b]:write serdes 1@0x10: 0x3c21=0x00

      01-01 08:08:42.949 I/    ( 1589): [524.421448][ovx8b]:write serdes 1@0x10: 0x3c3c=0x00

      01-01 08:08:42.950 I/    ( 1589): [524.422729][ovx8b]:write serdes 1@0x10: 0x3c55=0x20

      01-01 08:08:42.951 I/    ( 1589): [524.424072][ovx8b]:write serdes 1@0x10: 0x3c5b=0x20

      01-01 08:08:42.952 I/    ( 1589): [524.425354][ovx8b]:write serdes 1@0x10: 0x3c61=0x80

      01-01 08:08:42.954 I/    ( 1589): [524.426697][ovx8b]:write serdes 1@0x10: 0x3c6f=0x3a

      01-01 08:08:42.954 I/    ( 1589): [524.427124][ovx8b]:write serdes 1@0x10: 0x3c70=0x62

      01-01 08:08:42.955 I/    ( 1589): [524.427612][ovx8b]:write serdes 1@0x10: 0x3106=0x10

      01-01 08:08:42.955 I/    ( 1589): [524.428040][ovx8b]:write serdes 1@0x10: 0x320e=0x00

      01-01 08:08:42.956 I/    ( 1589): [524.428467][ovx8b]:write serdes 1@0x10: 0x320f=0x00

      01-01 08:08:42.956 I/    ( 1589): [524.428955][ovx8b]:write serdes 1@0x10: 0x3211=0x61

      01-01 08:08:42.956 I/    ( 1589): [524.429382][ovx8b]:write serdes 1@0x10: 0x3215=0xcd

      01-01 08:08:42.957 I/    ( 1589): [524.429810][ovx8b]:write serdes 1@0x10: 0x3304=0x04

      01-01 08:08:42.957 I/    ( 1589): [524.430237][ovx8b]:write serdes 1@0x10: 0x3306=0x03

      01-01 08:08:42.958 I/    ( 1589): [524.430664][ovx8b]:write serdes 1@0x10: 0x3307=0x00

      01-01 08:08:42.958 I/    ( 1589): [524.431152][ovx8b]:write serdes 1@0x10: 0x3308=0x00

      01-01 08:08:42.959 I/    ( 1589): [524.431580][ovx8b]:write serdes 1@0x10: 0x3309=0x00

      01-01 08:08:42.959 I/    ( 1589): [524.432007][ovx8b]:write serdes 1@0x10: 0x330a=0x00

      01-01 08:08:42.960 I/    ( 1589): [524.432495][ovx8b]:write serdes 1@0x10: 0x330b=0x00

      01-01 08:08:42.960 I/    ( 1589): [524.432922][ovx8b]:write serdes 1@0x10: 0x330c=0x00

      01-01 08:08:42.960 I/    ( 1589): [524.433350][ovx8b]:write serdes 1@0x10: 0x330d=0x00

      01-01 08:08:42.961 I/    ( 1589): [524.433777][ovx8b]:write serdes 1@0x10: 0x330e=0x00

      01-01 08:08:42.961 I/    ( 1589): [524.434265][ovx8b]:write serdes 1@0x10: 0x330f=0x00

      01-01 08:08:42.962 I/    ( 1589): [524.434692][ovx8b]:write serdes 1@0x10: 0x3310=0x06

      01-01 08:08:42.962 I/    ( 1589): [524.435120][ovx8b]:write serdes 1@0x10: 0x3311=0x05

      01-01 08:08:42.963 I/    ( 1589): [524.435547][ovx8b]:write serdes 1@0x10: 0x3312=0x55

      01-01 08:08:42.963 I/    ( 1589): [524.436035][ovx8b]:write serdes 1@0x10: 0x3313=0x02

      01-01 08:08:42.964 I/    ( 1589): [524.436462][ovx8b]:write serdes 1@0x10: 0x3314=0xaa

      01-01 08:08:42.964 I/    ( 1589): [524.436890][ovx8b]:write serdes 1@0x10: 0x3315=0x07

      01-01 08:08:42.964 I/    ( 1589): [524.437317][ovx8b]:write serdes 1@0x10: 0x3316=0xf0

      01-01 08:08:42.965 I/    ( 1589): [524.437805][ovx8b]:write serdes 1@0x10: 0x3317=0x00

      01-01 08:08:42.965 I/    ( 1589): [524.438232][ovx8b]:write serdes 1@0x10: 0x3318=0x00

      01-01 08:08:42.966 I/    ( 1589): [524.438660][ovx8b]:write serdes 1@0x10: 0x3400=0x08

      01-01 08:08:42.966 I/    ( 1589): [524.439087][ovx8b]:write serdes 1@0x10: 0x3408=0x01

      01-01 08:08:42.967 I/    ( 1589): [524.439575][ovx8b]:write serdes 1@0x10: 0x3501=0x00

      01-01 08:08:42.967 I/    ( 1589): [524.440002][ovx8b]:write serdes 1@0x10: 0x3502=0x08

      01-01 08:08:42.968 I/    ( 1589): [524.440491][ovx8b]:write serdes 1@0x10: 0x3508=0x01

      01-01 08:08:42.968 I/    ( 1589): [524.440918][ovx8b]:write serdes 1@0x10: 0x3509=0x00

      01-01 08:08:42.968 I/    ( 1589): [524.441345][ovx8b]:write serdes 1@0x10: 0x350a=0x01

      01-01 08:08:42.969 I/    ( 1589): [524.441772][ovx8b]:write serdes 1@0x10: 0x350b=0x00

      01-01 08:08:42.969 I/    ( 1589): [524.442261][ovx8b]:write serdes 1@0x10: 0x350c=0x00

      01-01 08:08:42.970 I/    ( 1589): [524.442688][ovx8b]:write serdes 1@0x10: 0x3588=0x01

      01-01 08:08:42.970 I/    ( 1589): [524.443115][ovx8b]:write serdes 1@0x10: 0x3589=0x00

      01-01 08:08:42.971 I/    ( 1589): [524.443542][ovx8b]:write serdes 1@0x10: 0x358a=0x01

      01-01 08:08:42.971 I/    ( 1589): [524.444031][ovx8b]:write serdes 1@0x10: 0x358b=0x00

      01-01 08:08:42.972 I/    ( 1589): [524.444458][ovx8b]:write serdes 1@0x10: 0x358c=0x00

      01-01 08:08:42.972 I/    ( 1589): [524.444946][ovx8b]:write serdes 1@0x10: 0x3541=0x00

      01-01 08:08:42.972 I/    ( 1589): [524.445374][ovx8b]:write serdes 1@0x10: 0x3542=0x04

      01-01 08:08:42.973 I/    ( 1589): [524.445801][ovx8b]:write serdes 1@0x10: 0x3548=0x01

      01-01 08:08:42.973 I/    ( 1589): [524.446228][ovx8b]:write serdes 1@0x10: 0x3549=0x00

      01-01 08:08:42.974 I/    ( 1589): [524.446716][ovx8b]:write serdes 1@0x10: 0x354a=0x01

      01-01 08:08:42.974 I/    ( 1589): [524.447083][ovx8b]:write serdes 1@0x10: 0x354b=0x00

      01-01 08:08:42.975 I/    ( 1589): [524.447571][ovx8b]:write serdes 1@0x10: 0x354c=0x00

      01-01 08:08:42.975 I/    ( 1589): [524.448059][ovx8b]:write serdes 1@0x10: 0x35c1=0x00

      01-01 08:08:42.976 I/    ( 1589): [524.448486][ovx8b]:write serdes 1@0x10: 0x35c2=0x02

      01-01 08:08:42.976 I/    ( 1589): [524.448914][ovx8b]:write serdes 1@0x10: 0x35c7=0x00

      01-01 08:08:42.976 I/    ( 1589): [524.449341][ovx8b]:write serdes 1@0x10: 0x35c8=0x01

      01-01 08:08:42.977 I/    ( 1589): [524.449768][ovx8b]:write serdes 1@0x10: 0x35c9=0x00

      01-01 08:08:42.977 I/    ( 1589): [524.450256][ovx8b]:write serdes 1@0x10: 0x35ca=0x01

      01-01 08:08:42.978 I/    ( 1589): [524.450745][ovx8b]:write serdes 1@0x10: 0x35cb=0x00

      01-01 08:08:42.978 I/    ( 1589): [524.451172][ovx8b]:write serdes 1@0x10: 0x35cc=0x00

      01-01 08:08:42.979 I/    ( 1589): [524.451599][ovx8b]:write serdes 1@0x10: 0x3600=0xff

      01-01 08:08:42.979 I/    ( 1589): [524.452026][ovx8b]:write serdes 1@0x10: 0x3604=0x91

      01-01 08:08:42.980 I/    ( 1589): [524.452454][ovx8b]:write serdes 1@0x10: 0x3605=0x2c

      01-01 08:08:42.980 I/    ( 1589): [524.452942][ovx8b]:write serdes 1@0x10: 0x3607=0x0a

      01-01 08:08:42.980 I/    ( 1589): [524.453369][ovx8b]:write serdes 1@0x10: 0x3609=0x00

      01-01 08:08:42.981 I/    ( 1589): [524.453796][ovx8b]:write serdes 1@0x10: 0x360a=0x00

      01-01 08:08:42.981 I/    ( 1589): [524.454224][ovx8b]:write serdes 1@0x10: 0x360e=0x1b

      01-01 08:08:42.982 I/    ( 1589): [524.454712][ovx8b]:write serdes 1@0x10: 0x3611=0x3f

      01-01 08:08:42.982 I/    ( 1589): [524.455139][ovx8b]:write serdes 1@0x10: 0x3613=0x00

      01-01 08:08:42.983 I/    ( 1589): [524.455566][ovx8b]:write serdes 1@0x10: 0x3616=0x8a

      01-01 08:08:42.983 I/    ( 1589): [524.456055][ovx8b]:write serdes 1@0x10: 0x361a=0x01

      01-01 08:08:42.984 I/    ( 1589): [524.456482][ovx8b]:write serdes 1@0x10: 0x361c=0x70

      01-01 08:08:42.984 I/    ( 1589): [524.456909][ovx8b]:write serdes 1@0x10: 0x361d=0x00

      01-01 08:08:42.984 I/    ( 1589): [524.457336][ovx8b]:write serdes 1@0x10: 0x361e=0xdc

      01-01 08:08:42.985 I/    ( 1589): [524.457764][ovx8b]:write serdes 1@0x10: 0x361f=0x42

      01-01 08:08:42.985 I/    ( 1589): [524.458252][ovx8b]:write serdes 1@0x10: 0x362c=0x82

      01-01 08:08:42.986 I/    ( 1589): [524.458679][ovx8b]:write serdes 1@0x10: 0x3639=0x7b

      01-01 08:08:42.986 I/    ( 1589): [524.459106][ovx8b]:write serdes 1@0x10: 0x363f=0x20

      01-01 08:08:42.987 I/    ( 1589): [524.459534][ovx8b]:write serdes 1@0x10: 0x3643=0x2a

      01-01 08:08:42.987 I/    ( 1589): [524.460022][ovx8b]:write serdes 1@0x10: 0x3646=0x0c

      01-01 08:08:42.988 I/    ( 1589): [524.460510][ovx8b]:write serdes 1@0x10: 0x3647=0xa0

      01-01 08:08:42.988 I/    ( 1589): [524.460938][ovx8b]:write serdes 1@0x10: 0x3648=0x00

      01-01 08:08:42.988 I/    ( 1589): [524.461365][ovx8b]:write serdes 1@0x10: 0x3649=0x00

      01-01 08:08:42.989 I/    ( 1589): [524.461792][ovx8b]:write serdes 1@0x10: 0x364a=0x00

      01-01 08:08:42.989 I/    ( 1589): [524.462219][ovx8b]:write serdes 1@0x10: 0x364b=0x00

      01-01 08:08:42.990 I/    ( 1589): [524.462708][ovx8b]:write serdes 1@0x10: 0x364e=0x12

      01-01 08:08:42.990 I/    ( 1589): [524.463135][ovx8b]:write serdes 1@0x10: 0x364f=0x12

      01-01 08:08:42.991 I/    ( 1589): [524.463562][ovx8b]:write serdes 1@0x10: 0x3653=0x07

      01-01 08:08:42.991 I/    ( 1589): [524.463989][ovx8b]:write serdes 1@0x10: 0x3654=0x07

      01-01 08:08:42.992 I/    ( 1589): [524.464478][ovx8b]:write serdes 1@0x10: 0x3655=0x07

      01-01 08:08:42.992 I/    ( 1589): [524.464905][ovx8b]:write serdes 1@0x10: 0x3656=0x07

      01-01 08:08:42.992 I/    ( 1589): [524.465332][ovx8b]:write serdes 1@0x10: 0x3657=0x04

      01-01 08:08:42.993 I/    ( 1589): [524.465820][ovx8b]:write serdes 1@0x10: 0x3658=0x04

      01-01 08:08:42.993 I/    ( 1589): [524.466248][ovx8b]:write serdes 1@0x10: 0x3659=0x04

      01-01 08:08:42.994 I/    ( 1589): [524.466675][ovx8b]:write serdes 1@0x10: 0x365a=0x04

      01-01 08:08:42.994 I/    ( 1589): [524.467102][ovx8b]:write serdes 1@0x10: 0x365c=0x12

      01-01 08:08:42.995 I/    ( 1589): [524.467529][ovx8b]:write serdes 1@0x10: 0x365f=0x01

      01-01 08:08:42.995 I/    ( 1589): [524.468018][ovx8b]:write serdes 1@0x10: 0x3661=0x1c

      01-01 08:08:42.996 I/    ( 1589): [524.468445][ovx8b]:write serdes 1@0x10: 0x3663=0x00

      01-01 08:08:42.996 I/    ( 1589): [524.468872][ovx8b]:write serdes 1@0x10: 0x3664=0x00

      01-01 08:08:42.996 I/    ( 1589): [524.469360][ovx8b]:write serdes 1@0x10: 0x3668=0x08

      01-01 08:08:42.997 I/    ( 1589): [524.469788][ovx8b]:write serdes 1@0x10: 0x3669=0x08

      01-01 08:08:42.997 I/    ( 1589): [524.470215][ovx8b]:write serdes 1@0x10: 0x366b=0x00

      01-01 08:08:42.998 I/    ( 1589): [524.470642][ovx8b]:write serdes 1@0x10: 0x3800=0x00

      01-01 08:08:42.998 I/    ( 1589): [524.471130][ovx8b]:write serdes 1@0x10: 0x3801=0x00

      01-01 08:08:42.999 I/    ( 1589): [524.471558][ovx8b]:write serdes 1@0x10: 0x3802=0x00

      01-01 08:08:42.999 I/    ( 1589): [524.471985][ovx8b]:write serdes 1@0x10: 0x3803=0x04

      01-01 08:08:43.000 I/    ( 1589): [524.472473][ovx8b]:write serdes 1@0x10: 0x3804=0x0f

      01-01 08:08:43.000 I/    ( 1589): [524.472900][ovx8b]:write serdes 1@0x10: 0x3805=0x1f

      01-01 08:08:43.000 I/    ( 1589): [524.473328][ovx8b]:write serdes 1@0x10: 0x3806=0x08

      01-01 08:08:43.001 I/    ( 1589): [524.473816][ovx8b]:write serdes 1@0x10: 0x3807=0x7b

      01-01 08:08:43.001 I/    ( 1589): [524.474243][ovx8b]:write serdes 1@0x10: 0x3808=0x0f

      01-01 08:08:43.002 I/    ( 1589): [524.474670][ovx8b]:write serdes 1@0x10: 0x3809=0x00

      01-01 08:08:43.002 I/    ( 1589): [524.475098][ovx8b]:write serdes 1@0x10: 0x380a=0x08

      01-01 08:08:43.003 I/    ( 1589): [524.475525][ovx8b]:write serdes 1@0x10: 0x380b=0x70

      01-01 08:08:43.003 I/    ( 1589): [524.476013][ovx8b]:write serdes 1@0x10: 0x380c=0x03

      01-01 08:08:43.004 I/    ( 1589): [524.476440][ovx8b]:write serdes 1@0x10: 0x380d=0xdc

      01-01 08:08:43.004 I/    ( 1589): [524.476868][ovx8b]:write serdes 1@0x10: 0x380e=0x04

      01-01 08:08:43.004 I/    ( 1589): [524.477356][ovx8b]:write serdes 1@0x10: 0x380f=0x66

      01-01 08:08:43.005 I/    ( 1589): [524.477783][ovx8b]:write serdes 1@0x10: 0x3810=0x00

      01-01 08:08:43.005 I/    ( 1589): [524.478210][ovx8b]:write serdes 1@0x10: 0x3811=0x08

      01-01 08:08:43.006 I/    ( 1589): [524.478638][ovx8b]:write serdes 1@0x10: 0x3812=0x00

      01-01 08:08:43.006 I/    ( 1589): [524.479126][ovx8b]:write serdes 1@0x10: 0x3813=0x04

      01-01 08:08:43.007 I/    ( 1589): [524.479553][ovx8b]:write serdes 1@0x10: 0x3816=0x01

      01-01 08:08:43.007 I/    ( 1589): [524.479980][ovx8b]:write serdes 1@0x10: 0x3817=0x01

      01-01 08:08:43.008 I/    ( 1589): [524.480469][ovx8b]:write serdes 1@0x10: 0x381c=0x18

      01-01 08:08:43.008 I/    ( 1589): [524.480896][ovx8b]:write serdes 1@0x10: 0x381e=0x01

      01-01 08:08:43.008 I/    ( 1589): [524.481323][ovx8b]:write serdes 1@0x10: 0x381f=0x01

      01-01 08:08:43.009 I/    ( 1589): [524.481812][ovx8b]:write serdes 1@0x10: 0x3820=0x00

      01-01 08:08:43.009 I/    ( 1589): [524.482239][ovx8b]:write serdes 1@0x10: 0x3821=0x19

      01-01 08:08:43.010 I/    ( 1589): [524.482666][ovx8b]:write serdes 1@0x10: 0x3822=0x03

      01-01 08:08:43.010 I/    ( 1589): [524.483093][ovx8b]:write serdes 1@0x10: 0x3828=0x36

      01-01 08:08:43.011 I/    ( 1589): [524.483582][ovx8b]:write serdes 1@0x10: 0x3832=0x00

      01-01 08:08:43.011 I/    ( 1589): [524.484009][ovx8b]:write serdes 1@0x10: 0x3834=0x00

      01-01 08:08:43.012 I/    ( 1589): [524.484436][ovx8b]:write serdes 1@0x10: 0x383d=0x00

      01-01 08:08:43.012 I/    ( 1589): [524.484924][ovx8b]:write serdes 1@0x10: 0x3847=0x04

      01-01 08:08:43.012 I/    ( 1589): [524.485352][ovx8b]:write serdes 1@0x10: 0x3848=0x60

      01-01 08:08:43.013 I/    ( 1589): [524.485779][ovx8b]:write serdes 1@0x10: 0x384c=0x01

      01-01 08:08:43.013 I/    ( 1589): [524.486267][ovx8b]:write serdes 1@0x10: 0x384d=0xee

      01-01 08:08:43.014 I/    ( 1589): [524.486633][ovx8b]:write serdes 1@0x10: 0x3850=0x00

      01-01 08:08:43.014 I/    ( 1589): [524.487122][ovx8b]:write serdes 1@0x10: 0x3851=0x42

      01-01 08:08:43.015 I/    ( 1589): [524.487549][ovx8b]:write serdes 1@0x10: 0x3852=0x00

      01-01 08:08:43.015 I/    ( 1589): [524.487976][ovx8b]:write serdes 1@0x10: 0x3853=0x40

      01-01 08:08:43.016 I/    ( 1589): [524.488464][ovx8b]:write serdes 1@0x10: 0x3858=0x04

      01-01 08:08:43.016 I/    ( 1589): [524.488892][ovx8b]:write serdes 1@0x10: 0x385b=0x04

      01-01 08:08:43.016 I/    ( 1589): [524.489319][ovx8b]:write serdes 1@0x10: 0x385c=0x60

      01-01 08:08:43.017 I/    ( 1589): [524.489807][ovx8b]:write serdes 1@0x10: 0x388c=0x01

      01-01 08:08:43.017 I/    ( 1589): [524.490234][ovx8b]:write serdes 1@0x10: 0x388d=0xee

      01-01 08:08:43.018 I/    ( 1589): [524.490662][ovx8b]:write serdes 1@0x10: 0x3b40=0x0f

      01-01 08:08:43.018 I/    ( 1589): [524.491089][ovx8b]:write serdes 1@0x10: 0x3b41=0x80

      01-01 08:08:43.019 I/    ( 1589): [524.491577][ovx8b]:write serdes 1@0x10: 0x3b42=0x00

      01-01 08:08:43.019 I/    ( 1589): [524.492004][ovx8b]:write serdes 1@0x10: 0x3b43=0x80

      01-01 08:08:43.020 I/    ( 1589): [524.492432][ovx8b]:write serdes 1@0x10: 0x3b4b=0x27

      01-01 08:08:43.020 I/    ( 1589): [524.492920][ovx8b]:write serdes 1@0x10: 0x3b4c=0x00

      01-01 08:08:43.020 I/    ( 1589): [524.493347][ovx8b]:write serdes 1@0x10: 0x3b4d=0x00

      01-01 08:08:43.021 I/    ( 1589): [524.493774][ovx8b]:write serdes 1@0x10: 0x3b82=0xe8

      01-01 08:08:43.021 I/    ( 1589): [524.494263][ovx8b]:write serdes 1@0x10: 0x3b85=0xe8

      01-01 08:08:43.022 I/    ( 1589): [524.494629][ovx8b]:write serdes 1@0x10: 0x3d8a=0x03

      01-01 08:08:43.022 I/    ( 1589): [524.495117][ovx8b]:write serdes 1@0x10: 0x3d8b=0xff

      01-01 08:08:43.023 I/    ( 1589): [524.495544][ovx8b]:write serdes 1@0x10: 0x4307=0x03

      01-01 08:08:43.023 I/    ( 1589): [524.495972][ovx8b]:write serdes 1@0x10: 0x4308=0x13

      01-01 08:08:43.024 I/    ( 1589): [524.496460][ovx8b]:write serdes 1@0x10: 0x430a=0x13

      01-01 08:08:43.024 I/    ( 1589): [524.496887][ovx8b]:write serdes 1@0x10: 0x430d=0x93

      01-01 08:08:43.024 I/    ( 1589): [524.497314][ovx8b]:write serdes 1@0x10: 0x430e=0x14

      01-01 08:08:43.025 I/    ( 1589): [524.497803][ovx8b]:write serdes 1@0x10: 0x430f=0x57

      01-01 08:08:43.025 I/    ( 1589): [524.498230][ovx8b]:write serdes 1@0x10: 0x4310=0x95

      01-01 08:08:43.026 I/    ( 1589): [524.498657][ovx8b]:write serdes 1@0x10: 0x4311=0x16

      01-01 08:08:43.026 I/    ( 1589): [524.499084][ovx8b]:write serdes 1@0x10: 0x4316=0x00

      01-01 08:08:43.027 I/    ( 1589): [524.499573][ovx8b]:write serdes 1@0x10: 0x4317=0x38

      01-01 08:08:43.027 I/    ( 1589): [524.499939][ovx8b]:write serdes 1@0x10: 0x4318=0x12

      01-01 08:08:43.028 I/    ( 1589): [524.500427][ovx8b]:write serdes 1@0x10: 0x4319=0x03

      01-01 08:08:43.028 I/    ( 1589): [524.500916][ovx8b]:write serdes 1@0x10: 0x431b=0x00

      01-01 08:08:43.028 I/    ( 1589): [524.501343][ovx8b]:write serdes 1@0x10: 0x431d=0x2a

      01-01 08:08:43.029 I/    ( 1589): [524.501770][ovx8b]:write serdes 1@0x10: 0x431e=0x11

      01-01 08:08:43.029 I/    ( 1589): [524.502258][ovx8b]:write serdes 1@0x10: 0x431f=0x20

      01-01 08:08:43.030 I/    ( 1589): [524.502686][ovx8b]:write serdes 1@0x10: 0x4320=0x01

      01-01 08:08:43.030 I/    ( 1589): [524.503113][ovx8b]:write serdes 1@0x10: 0x4323=0x80

      01-01 08:08:43.031 I/    ( 1589): [524.503540][ovx8b]:write serdes 1@0x10: 0x4502=0xf2

      01-01 08:08:43.031 I/    ( 1589): [524.504028][ovx8b]:write serdes 1@0x10: 0x4503=0x4e

      01-01 08:08:43.032 I/    ( 1589): [524.504456][ovx8b]:write serdes 1@0x10: 0x4505=0x00

      01-01 08:08:43.032 I/    ( 1589): [524.504883][ovx8b]:write serdes 1@0x10: 0x4506=0x64

      01-01 08:08:43.032 I/    ( 1589): [524.505371][ovx8b]:write serdes 1@0x10: 0x4508=0x10

      01-01 08:08:43.033 I/    ( 1589): [524.505798][ovx8b]:write serdes 1@0x10: 0x4509=0x00

      01-01 08:08:43.033 I/    ( 1589): [524.506226][ovx8b]:write serdes 1@0x10: 0x450a=0x00

      01-01 08:08:43.034 I/    ( 1589): [524.506653][ovx8b]:write serdes 1@0x10: 0x4581=0xc7

      01-01 08:08:43.034 I/    ( 1589): [524.507080][ovx8b]:write serdes 1@0x10: 0x4583=0x07

      01-01 08:08:43.035 I/    ( 1589): [524.507568][ovx8b]:write serdes 1@0x10: 0x4584=0xec

      01-01 08:08:43.035 I/    ( 1589): [524.507996][ovx8b]:write serdes 1@0x10: 0x4585=0x09

      01-01 08:08:43.036 I/    ( 1589): [524.508423][ovx8b]:write serdes 1@0x10: 0x4586=0xae

      01-01 08:08:43.036 I/    ( 1589): [524.508911][ovx8b]:write serdes 1@0x10: 0x458f=0x00

      01-01 08:08:43.036 I/    ( 1589): [524.509338][ovx8b]:write serdes 1@0x10: 0x4590=0x20

      01-01 08:08:43.037 I/    ( 1589): [524.509766][ovx8b]:write serdes 1@0x10: 0x4597=0x00

      01-01 08:08:43.037 I/    ( 1589): [524.510254][ovx8b]:write serdes 1@0x10: 0x4599=0x0f

      01-01 08:08:43.038 I/    ( 1589): [524.510681][ovx8b]:write serdes 1@0x10: 0x459a=0x0f

      01-01 08:08:43.038 I/    ( 1589): [524.511108][ovx8b]:write serdes 1@0x10: 0x4602=0x00

      01-01 08:08:43.039 I/    ( 1589): [524.511536][ovx8b]:write serdes 1@0x10: 0x4603=0x13

      01-01 08:08:43.039 I/    ( 1589): [524.512024][ovx8b]:write serdes 1@0x10: 0x4604=0x00

      01-01 08:08:43.040 I/    ( 1589): [524.512451][ovx8b]:write serdes 1@0x10: 0x460a=0x30

      01-01 08:08:43.040 I/    ( 1589): [524.512878][ovx8b]:write serdes 1@0x10: 0x4610=0x00

      01-01 08:08:43.040 I/    ( 1589): [524.513367][ovx8b]:write serdes 1@0x10: 0x4611=0xe0

      01-01 08:08:43.041 I/    ( 1589): [524.513794][ovx8b]:write serdes 1@0x10: 0x4612=0x01

      01-01 08:08:43.041 I/    ( 1589): [524.514221][ovx8b]:write serdes 1@0x10: 0x4613=0x00

      01-01 08:08:43.042 I/    ( 1589): [524.514648][ovx8b]:write serdes 1@0x10: 0x4614=0x00

      01-01 08:08:43.042 I/    ( 1589): [524.515076][ovx8b]:write serdes 1@0x10: 0x4615=0xe0

      01-01 08:08:43.043 I/    ( 1589): [524.515564][ovx8b]:write serdes 1@0x10: 0x4616=0x01

      01-01 08:08:43.043 I/    ( 1589): [524.515991][ovx8b]:write serdes 1@0x10: 0x4617=0x00

      01-01 08:08:43.044 I/    ( 1589): [524.516418][ovx8b]:write serdes 1@0x10: 0x4700=0xe0

      01-01 08:08:43.045 I/    ( 1589): [524.517822][ovx8b]:write serdes 1@0x10: 0x4800=0x04

      01-01 08:08:43.046 I/    ( 1589): [524.519104][ovx8b]:write serdes 1@0x10: 0x480a=0x22

      01-01 08:08:43.048 I/    ( 1589): [524.520447][ovx8b]:write serdes 1@0x10: 0x480e=0x04

      01-01 08:08:43.049 I/    ( 1589): [524.521790][ovx8b]:write serdes 1@0x10: 0x4813=0xe4

      01-01 08:08:43.050 I/    ( 1589): [524.523071][ovx8b]:write serdes 1@0x10: 0x4814=0x2a

      01-01 08:08:43.051 I/    ( 1589): [524.523499][ovx8b]:write serdes 1@0x10: 0x481f=0x30

      01-01 08:08:43.051 I/    ( 1589): [524.523926][ovx8b]:write serdes 1@0x10: 0x4833=0x15

      01-01 08:08:43.051 I/    ( 1589): [524.524414][ovx8b]:write serdes 1@0x10: 0x4837=0x07

      01-01 08:08:43.052 I/    ( 1589): [524.524841][ovx8b]:write serdes 1@0x10: 0x484b=0x47

      01-01 08:08:43.052 I/    ( 1589): [524.525269][ovx8b]:write serdes 1@0x10: 0x484f=0x00

      01-01 08:08:43.053 I/    ( 1589): [524.525757][ovx8b]:write serdes 1@0x10: 0x4850=0x47

      01-01 08:08:43.053 I/    ( 1589): [524.526123][ovx8b]:write serdes 1@0x10: 0x4861=0xcc

      01-01 08:08:43.054 I/    ( 1589): [524.526611][ovx8b]:write serdes 1@0x10: 0x4884=0x08

      01-01 08:08:43.054 I/    ( 1589): [524.527039][ovx8b]:write serdes 1@0x10: 0x4889=0x00

      01-01 08:08:43.055 I/    ( 1589): [524.527466][ovx8b]:write serdes 1@0x10: 0x4d00=0x4a

      01-01 08:08:43.055 I/    ( 1589): [524.527893][ovx8b]:write serdes 1@0x10: 0x4d01=0x18

      01-01 08:08:43.055 I/    ( 1589): [524.528381][ovx8b]:write serdes 1@0x10: 0x4d05=0xff

      01-01 08:08:43.056 I/    ( 1589): [524.528809][ovx8b]:write serdes 1@0x10: 0x4d06=0x88

      01-01 08:08:43.056 I/    ( 1589): [524.529236][ovx8b]:write serdes 1@0x10: 0x4d08=0x23

      01-01 08:08:43.057 I/    ( 1589): [524.529724][ovx8b]:write serdes 1@0x10: 0x4d09=0xdf

      01-01 08:08:43.057 I/    ( 1589): [524.530090][ovx8b]:write serdes 1@0x10: 0x4d15=0x7d

      01-01 08:08:43.058 I/    ( 1589): [524.530579][ovx8b]:write serdes 1@0x10: 0x4d1a=0x20

      01-01 08:08:43.058 I/    ( 1589): [524.531006][ovx8b]:write serdes 1@0x10: 0x4d34=0x7d

      01-01 08:08:43.059 I/    ( 1589): [524.531433][ovx8b]:write serdes 1@0x10: 0x4d3c=0x7d

      01-01 08:08:43.059 I/    ( 1589): [524.531860][ovx8b]:write serdes 1@0x10: 0x4d3e=0x4a

      01-01 08:08:43.059 I/    ( 1589): [524.532349][ovx8b]:write serdes 1@0x10: 0x4d3f=0x18

      01-01 08:08:43.060 I/    ( 1589): [524.532776][ovx8b]:write serdes 1@0x10: 0x4d40=0xbb

      01-01 08:08:43.060 I/    ( 1589): [524.533203][ovx8b]:write serdes 1@0x10: 0x4d41=0xde

      01-01 08:08:43.061 I/    ( 1589): [524.533691][ovx8b]:write serdes 1@0x10: 0x4d42=0x93

      01-01 08:08:43.061 I/    ( 1589): [524.534058][ovx8b]:write serdes 1@0x10: 0x4d43=0xff

      01-01 08:08:43.062 I/    ( 1589): [524.534546][ovx8b]:write serdes 1@0x10: 0x4d5a=0x10

      01-01 08:08:43.062 I/    ( 1589): [524.534973][ovx8b]:write serdes 1@0x10: 0x4f00=0x3f

      01-01 08:08:43.063 I/    ( 1589): [524.535400][ovx8b]:write serdes 1@0x10: 0x4f01=0xff

      01-01 08:08:43.063 I/    ( 1589): [524.535828][ovx8b]:write serdes 1@0x10: 0x4f02=0xff

      01-01 08:08:43.063 I/    ( 1589): [524.536316][ovx8b]:write serdes 1@0x10: 0x4f03=0x2d

      01-01 08:08:43.064 I/    ( 1589): [524.536743][ovx8b]:write serdes 1@0x10: 0x4f04=0x00

      01-01 08:08:43.064 I/    ( 1589): [524.537170][ovx8b]:write serdes 1@0x10: 0x6a00=0x00

      01-01 08:08:43.065 I/    ( 1589): [524.537659][ovx8b]:write serdes 1@0x10: 0x6a01=0x20

      01-01 08:08:43.065 I/    ( 1589): [524.538025][ovx8b]:write serdes 1@0x10: 0x6a02=0x00

      01-01 08:08:43.066 I/    ( 1589): [524.538513][ovx8b]:write serdes 1@0x10: 0x6a03=0x20

      01-01 08:08:43.066 I/    ( 1589): [524.538940][ovx8b]:write serdes 1@0x10: 0x6a04=0x02

      01-01 08:08:43.066 I/    ( 1589): [524.539368][ovx8b]:write serdes 1@0x10: 0x6a05=0x80

      01-01 08:08:43.067 I/    ( 1589): [524.539795][ovx8b]:write serdes 1@0x10: 0x6a06=0x01

      01-01 08:08:43.067 I/    ( 1589): [524.540283][ovx8b]:write serdes 1@0x10: 0x6a07=0xe0

      01-01 08:08:43.068 I/    ( 1589): [524.540710][ovx8b]:write serdes 1@0x10: 0x6a08=0xcf

      01-01 08:08:43.068 I/    ( 1589): [524.541138][ovx8b]:write serdes 1@0x10: 0x6a09=0x01

      01-01 08:08:43.069 I/    ( 1589): [524.541626][ovx8b]:write serdes 1@0x10: 0x6a0a=0x40

      01-01 08:08:43.069 I/    ( 1589): [524.542053][ovx8b]:write serdes 1@0x10: 0x6a20=0x00

      01-01 08:08:43.070 I/    ( 1589): [524.542480][ovx8b]:write serdes 1@0x10: 0x6a21=0x02

      01-01 08:08:43.070 I/    ( 1589): [524.542908][ovx8b]:write serdes 1@0x10: 0x6a22=0x00

      01-01 08:08:43.070 I/    ( 1589): [524.543335][ovx8b]:write serdes 1@0x10: 0x6a23=0x00

      01-01 08:08:43.071 I/    ( 1589): [524.543823][ovx8b]:write serdes 1@0x10: 0x6a24=0x00

      01-01 08:08:43.071 I/    ( 1589): [524.544250][ovx8b]:write serdes 1@0x10: 0x6a25=0x00

      01-01 08:08:43.072 I/    ( 1589): [524.544678][ovx8b]:write serdes 1@0x10: 0x6a26=0x00

      01-01 08:08:43.072 I/    ( 1589): [524.545105][ovx8b]:write serdes 1@0x10: 0x6a27=0x00

      01-01 08:08:43.073 I/    ( 1589): [524.545593][ovx8b]:write serdes 1@0x10: 0x6a28=0x00

      01-01 08:08:43.073 I/    ( 1589): [524.546021][ovx8b]:write serdes 1@0x10: 0x6a29=0x01

      01-01 08:08:43.074 I/    ( 1589): [524.546448][ovx8b]:write serdes 1@0x10: 0x5180=0x80

      01-01 08:08:43.074 I/    ( 1589): [524.546875][ovx8b]:write serdes 1@0x10: 0x5181=0x0b

      01-01 08:08:43.074 I/    ( 1589): [524.547302][ovx8b]:write serdes 1@0x10: 0x5182=0xf0

      01-01 08:08:43.075 I/    ( 1589): [524.547791][ovx8b]:write serdes 1@0x10: 0x5183=0x20

      01-01 08:08:43.075 I/    ( 1589): [524.548218][ovx8b]:write serdes 1@0x10: 0x5184=0x86

      01-01 08:08:43.076 I/    ( 1589): [524.548645][ovx8b]:write serdes 1@0x10: 0x5188=0x85

      01-01 08:08:43.076 I/    ( 1589): [524.549072][ovx8b]:write serdes 1@0x10: 0x518c=0x81

      01-01 08:08:43.077 I/    ( 1589): [524.549561][ovx8b]:write serdes 1@0x10: 0x5190=0x86

      01-01 08:08:43.077 I/    ( 1589): [524.549988][ovx8b]:write serdes 1@0x10: 0x5194=0x85

      01-01 08:08:43.078 I/    ( 1589): [524.550415][ovx8b]:write serdes 1@0x10: 0x5198=0x81

      01-01 08:08:43.078 I/    ( 1589): [524.550842][ovx8b]:write serdes 1@0x10: 0x519c=0x86

      01-01 08:08:43.078 I/    ( 1589): [524.551270][ovx8b]:write serdes 1@0x10: 0x51a0=0x85

      01-01 08:08:43.079 I/    ( 1589): [524.551758][ovx8b]:write serdes 1@0x10: 0x51a4=0x86

      01-01 08:08:43.079 I/    ( 1589): [524.552185][ovx8b]:write serdes 1@0x10: 0x51a8=0x82

      01-01 08:08:43.080 I/    ( 1589): [524.552612][ovx8b]:write serdes 1@0x10: 0x51ac=0x84

      01-01 08:08:43.080 I/    ( 1589): [524.553040][ovx8b]:write serdes 1@0x10: 0x5d0d=0x0a

      01-01 08:08:43.081 I/    ( 1589): [524.553528][ovx8b]:write serdes 1@0x10: 0x5d0e=0x0a

      01-01 08:08:43.081 I/    ( 1589): [524.553955][ovx8b]:write serdes 1@0x10: 0x5d0f=0x0a

      01-01 08:08:43.081 I/    ( 1589): [524.554382][ovx8b]:write serdes 1@0x10: 0x5d11=0x10

      01-01 08:08:43.082 I/    ( 1589): [524.554810][ovx8b]:write serdes 1@0x10: 0x5d12=0x10

      01-01 08:08:43.082 I/    ( 1589): [524.555237][ovx8b]:write serdes 1@0x10: 0x5d13=0x10

      01-01 08:08:43.083 I/    ( 1589): [524.555725][ovx8b]:write serdes 1@0x10: 0x5d15=0x05

      01-01 08:08:43.083 I/    ( 1589): [524.556152][ovx8b]:write serdes 1@0x10: 0x5d16=0x05

      01-01 08:08:43.084 I/    ( 1589): [524.556580][ovx8b]:write serdes 1@0x10: 0x5d17=0x05

      01-01 08:08:43.084 I/    ( 1589): [524.557007][ovx8b]:write serdes 1@0x10: 0x5d1f=0x81

      01-01 08:08:43.085 I/    ( 1589): [524.557495][ovx8b]:write serdes 1@0x10: 0x5300=0xc2

      01-01 08:08:43.085 I/    ( 1589): [524.557922][ovx8b]:write serdes 1@0x10: 0x5314=0x70

      01-01 08:08:43.085 I/    ( 1589): [524.558350][ovx8b]:write serdes 1@0x10: 0x5315=0x70

      01-01 08:08:43.086 I/    ( 1589): [524.558777][ovx8b]:write serdes 1@0x10: 0x5316=0x73

      01-01 08:08:43.086 I/    ( 1589): [524.559204][ovx8b]:write serdes 1@0x10: 0x5317=0xff

      01-01 08:08:43.087 I/    ( 1589): [524.559692][ovx8b]:write serdes 1@0x10: 0x5b80=0x00

      01-01 08:08:43.087 I/    ( 1589): [524.560120][ovx8b]:write serdes 1@0x10: 0x5b84=0x03

      01-01 08:08:43.088 I/    ( 1589): [524.560547][ovx8b]:write serdes 1@0x10: 0x5b85=0x9a

      01-01 08:08:43.088 I/    ( 1589): [524.560974][ovx8b]:write serdes 1@0x10: 0x5b8e=0x20

      01-01 08:08:43.089 I/    ( 1589): [524.561462][ovx8b]:write serdes 1@0x10: 0x5b92=0x60

      01-01 08:08:43.089 I/    ( 1589): [524.561890][ovx8b]:write serdes 1@0x10: 0x5b93=0x10

      01-01 08:08:43.089 I/    ( 1589): [524.562317][ovx8b]:write serdes 1@0x10: 0x5b96=0x60

      01-01 08:08:43.090 I/    ( 1589): [524.562744][ovx8b]:write serdes 1@0x10: 0x5b97=0x40

      01-01 08:08:43.090 I/    ( 1589): [524.563171][ovx8b]:write serdes 1@0x10: 0x5b98=0x00

      01-01 08:08:43.091 I/    ( 1589): [524.563660][ovx8b]:write serdes 1@0x10: 0x5b99=0x80

      01-01 08:08:43.091 I/    ( 1589): [524.564087][ovx8b]:write serdes 1@0x10: 0x5b9a=0x80

      01-01 08:08:43.092 I/    ( 1589): [524.564514][ovx8b]:write serdes 1@0x10: 0x5b9b=0x40

      01-01 08:08:43.092 I/    ( 1589): [524.564941][ovx8b]:write serdes 1@0x10: 0x5b9c=0x00

      01-01 08:08:43.093 I/    ( 1589): [524.565430][ovx8b]:write serdes 1@0x10: 0x5b9d=0x00

      01-01 08:08:43.093 I/    ( 1589): [524.565857][ovx8b]:write serdes 1@0x10: 0x5b9e=0x80

      01-01 08:08:43.093 I/    ( 1589): [524.566284][ovx8b]:write serdes 1@0x10: 0x5b9f=0x80

      01-01 08:08:43.094 I/    ( 1589): [524.566772][ovx8b]:write serdes 1@0x10: 0x5ba0=0x00

      01-01 08:08:43.094 I/    ( 1589): [524.567139][ovx8b]:write serdes 1@0x10: 0x5ba1=0x00

      01-01 08:08:43.095 I/    ( 1589): [524.567627][ovx8b]:write serdes 1@0x10: 0x5ba2=0x00

      01-01 08:08:43.095 I/    ( 1589): [524.568054][ovx8b]:write serdes 1@0x10: 0x5ba3=0x80

      01-01 08:08:43.096 I/    ( 1589): [524.568542][ovx8b]:write serdes 1@0x10: 0x5ba4=0x80

      01-01 08:08:43.096 I/    ( 1589): [524.568909][ovx8b]:write serdes 1@0x10: 0x5ba5=0x00

      01-01 08:08:43.096 I/    ( 1589): [524.569397][ovx8b]:write serdes 1@0x10: 0x5ba6=0x00

      01-01 08:08:43.097 I/    ( 1589): [524.569824][ovx8b]:write serdes 1@0x10: 0x5ba7=0x00

      01-01 08:08:43.097 I/    ( 1589): [524.570251][ovx8b]:write serdes 1@0x10: 0x5bae=0x02

      01-01 08:08:43.098 I/    ( 1589): [524.570740][ovx8b]:write serdes 1@0x10: 0x5baf=0x00

      01-01 08:08:43.098 I/    ( 1589): [524.571106][ovx8b]:write serdes 1@0x10: 0x5bb0=0x02

      01-01 08:08:43.099 I/    ( 1589): [524.571594][ovx8b]:write serdes 1@0x10: 0x5bb1=0x76

      01-01 08:08:43.099 I/    ( 1589): [524.572021][ovx8b]:write serdes 1@0x10: 0x5bb2=0x03

      01-01 08:08:43.100 I/    ( 1589): [524.572510][ovx8b]:write serdes 1@0x10: 0x5bb3=0x08

      01-01 08:08:43.100 I/    ( 1589): [524.572937][ovx8b]:write serdes 1@0x10: 0x5bb4=0x04

      01-01 08:08:43.100 I/    ( 1589): [524.573364][ovx8b]:write serdes 1@0x10: 0x5bb5=0x67

      01-01 08:08:43.101 I/    ( 1589): [524.573853][ovx8b]:write serdes 1@0x10: 0x5bba=0x10

      01-01 08:08:43.101 I/    ( 1589): [524.574219][ovx8b]:write serdes 1@0x10: 0x5bbe=0x0a

      01-01 08:08:43.102 I/    ( 1589): [524.574707][ovx8b]:write serdes 1@0x10: 0x5c00=0x00

      01-01 08:08:43.102 I/    ( 1589): [524.575134][ovx8b]:write serdes 1@0x10: 0x5c04=0x03

      01-01 08:08:43.103 I/    ( 1589): [524.575562][ovx8b]:write serdes 1@0x10: 0x5c05=0x9a

      01-01 08:08:43.103 I/    ( 1589): [524.576050][ovx8b]:write serdes 1@0x10: 0x5c0e=0x20

      01-01 08:08:43.104 I/    ( 1589): [524.576477][ovx8b]:write serdes 1@0x10: 0x5c12=0x60

      01-01 08:08:43.104 I/    ( 1589): [524.576904][ovx8b]:write serdes 1@0x10: 0x5c13=0x10

      01-01 08:08:43.104 I/    ( 1589): [524.577332][ovx8b]:write serdes 1@0x10: 0x5c16=0x60

      01-01 08:08:43.105 I/    ( 1589): [524.577820][ovx8b]:write serdes 1@0x10: 0x5c17=0x40

      01-01 08:08:43.105 I/    ( 1589): [524.578247][ovx8b]:write serdes 1@0x10: 0x5c18=0x00

      01-01 08:08:43.106 I/    ( 1589): [524.578674][ovx8b]:write serdes 1@0x10: 0x5c19=0x80

      01-01 08:08:43.106 I/    ( 1589): [524.579102][ovx8b]:write serdes 1@0x10: 0x5c1a=0x80

      01-01 08:08:43.107 I/    ( 1589): [524.579529][ovx8b]:write serdes 1@0x10: 0x5c1b=0x40

      01-01 08:08:43.107 I/    ( 1589): [524.580017][ovx8b]:write serdes 1@0x10: 0x5c1c=0x00

      01-01 08:08:43.108 I/    ( 1589): [524.580505][ovx8b]:write serdes 1@0x10: 0x5c1d=0x00

      01-01 08:08:43.108 I/    ( 1589): [524.580872][ovx8b]:write serdes 1@0x10: 0x5c1e=0x80

      01-01 08:08:43.108 I/    ( 1589): [524.581360][ovx8b]:write serdes 1@0x10: 0x5c1f=0x80

      01-01 08:08:43.109 I/    ( 1589): [524.581787][ovx8b]:write serdes 1@0x10: 0x5c20=0x00

      01-01 08:08:43.109 I/    ( 1589): [524.582214][ovx8b]:write serdes 1@0x10: 0x5c21=0x00

      01-01 08:08:43.110 I/    ( 1589): [524.582703][ovx8b]:write serdes 1@0x10: 0x5c22=0x00

      01-01 08:08:43.110 I/    ( 1589): [524.583130][ovx8b]:write serdes 1@0x10: 0x5c23=0x80

      01-01 08:08:43.111 I/    ( 1589): [524.583557][ovx8b]:write serdes 1@0x10: 0x5c24=0x80

      01-01 08:08:43.111 I/    ( 1589): [524.584045][ovx8b]:write serdes 1@0x10: 0x5c25=0x00

      01-01 08:08:43.112 I/    ( 1589): [524.584473][ovx8b]:write serdes 1@0x10: 0x5c26=0x00

      01-01 08:08:43.112 I/    ( 1589): [524.584900][ovx8b]:write serdes 1@0x10: 0x5c27=0x00

      01-01 08:08:43.112 I/    ( 1589): [524.585327][ovx8b]:write serdes 1@0x10: 0x5c2e=0x02

      01-01 08:08:43.113 I/    ( 1589): [524.585815][ovx8b]:write serdes 1@0x10: 0x5c2f=0x00

      01-01 08:08:43.113 I/    ( 1589): [524.586243][ovx8b]:write serdes 1@0x10: 0x5c30=0x02

      01-01 08:08:43.114 I/    ( 1589): [524.586670][ovx8b]:write serdes 1@0x10: 0x5c31=0x76

      01-01 08:08:43.114 I/    ( 1589): [524.587097][ovx8b]:write serdes 1@0x10: 0x5c32=0x03

      01-01 08:08:43.115 I/    ( 1589): [524.587524][ovx8b]:write serdes 1@0x10: 0x5c33=0x08

      01-01 08:08:43.115 I/    ( 1589): [524.588013][ovx8b]:write serdes 1@0x10: 0x5c34=0x04

      01-01 08:08:43.116 I/    ( 1589): [524.588440][ovx8b]:write serdes 1@0x10: 0x5c35=0x67

      01-01 08:08:43.116 I/    ( 1589): [524.588867][ovx8b]:write serdes 1@0x10: 0x5c3a=0x10

      01-01 08:08:43.116 I/    ( 1589): [524.589355][ovx8b]:write serdes 1@0x10: 0x5c3e=0x0a

      01-01 08:08:43.117 I/    ( 1589): [524.589783][ovx8b]:write serdes 1@0x10: 0x5c80=0x00

      01-01 08:08:43.117 I/    ( 1589): [524.590210][ovx8b]:write serdes 1@0x10: 0x5c84=0x03

      01-01 08:08:43.118 I/    ( 1589): [524.590698][ovx8b]:write serdes 1@0x10: 0x5c85=0x9a

      01-01 08:08:43.118 I/    ( 1589): [524.591125][ovx8b]:write serdes 1@0x10: 0x5c8e=0x20

      01-01 08:08:43.119 I/    ( 1589): [524.591553][ovx8b]:write serdes 1@0x10: 0x5c92=0x60

      01-01 08:08:43.119 I/    ( 1589): [524.591980][ovx8b]:write serdes 1@0x10: 0x5c93=0x10

      01-01 08:08:43.120 I/    ( 1589): [524.592468][ovx8b]:write serdes 1@0x10: 0x5c96=0x60

      01-01 08:08:43.120 I/    ( 1589): [524.592896][ovx8b]:write serdes 1@0x10: 0x5c97=0x40

      01-01 08:08:43.120 I/    ( 1589): [524.593323][ovx8b]:write serdes 1@0x10: 0x5c98=0x00

      01-01 08:08:43.121 I/    ( 1589): [524.593811][ovx8b]:write serdes 1@0x10: 0x5c99=0x80

      01-01 08:08:43.121 I/    ( 1589): [524.594238][ovx8b]:write serdes 1@0x10: 0x5c9a=0x80

      01-01 08:08:43.122 I/    ( 1589): [524.594666][ovx8b]:write serdes 1@0x10: 0x5c9b=0x40

      01-01 08:08:43.122 I/    ( 1589): [524.595093][ovx8b]:write serdes 1@0x10: 0x5c9c=0x00

      01-01 08:08:43.123 I/    ( 1589): [524.595581][ovx8b]:write serdes 1@0x10: 0x5c9d=0x00

      01-01 08:08:43.123 I/    ( 1589): [524.596008][ovx8b]:write serdes 1@0x10: 0x5c9e=0x80

      01-01 08:08:43.124 I/    ( 1589): [524.596436][ovx8b]:write serdes 1@0x10: 0x5c9f=0x80

      01-01 08:08:43.124 I/    ( 1589): [524.596924][ovx8b]:write serdes 1@0x10: 0x5ca0=0x00

      01-01 08:08:43.124 I/    ( 1589): [524.597351][ovx8b]:write serdes 1@0x10: 0x5ca1=0x00

      01-01 08:08:43.125 I/    ( 1589): [524.597778][ovx8b]:write serdes 1@0x10: 0x5ca2=0x00

      01-01 08:08:43.125 I/    ( 1589): [524.598267][ovx8b]:write serdes 1@0x10: 0x5ca3=0x80

      01-01 08:08:43.126 I/    ( 1589): [524.598633][ovx8b]:write serdes 1@0x10: 0x5ca4=0x80

      01-01 08:08:43.126 I/    ( 1589): [524.599121][ovx8b]:write serdes 1@0x10: 0x5ca5=0x00

      01-01 08:08:43.127 I/    ( 1589): [524.599548][ovx8b]:write serdes 1@0x10: 0x5ca6=0x00

      01-01 08:08:43.127 I/    ( 1589): [524.599976][ovx8b]:write serdes 1@0x10: 0x5ca7=0x00

      01-01 08:08:43.128 I/    ( 1589): [524.600464][ovx8b]:write serdes 1@0x10: 0x5cae=0x02

      01-01 08:08:43.128 I/    ( 1589): [524.600891][ovx8b]:write serdes 1@0x10: 0x5caf=0x00

      01-01 08:08:43.128 I/    ( 1589): [524.601318][ovx8b]:write serdes 1@0x10: 0x5cb0=0x02

      01-01 08:08:43.129 I/    ( 1589): [524.601807][ovx8b]:write serdes 1@0x10: 0x5cb1=0x76

      01-01 08:08:43.129 I/    ( 1589): [524.602234][ovx8b]:write serdes 1@0x10: 0x5cb2=0x03

      01-01 08:08:43.130 I/    ( 1589): [524.602661][ovx8b]:write serdes 1@0x10: 0x5cb3=0x08

      01-01 08:08:43.130 I/    ( 1589): [524.603088][ovx8b]:write serdes 1@0x10: 0x5cb4=0x04

      01-01 08:08:43.131 I/    ( 1589): [524.603577][ovx8b]:write serdes 1@0x10: 0x5cb5=0x67

      01-01 08:08:43.131 I/    ( 1589): [524.604004][ovx8b]:write serdes 1@0x10: 0x5cba=0x10

      01-01 08:08:43.132 I/    ( 1589): [524.604431][ovx8b]:write serdes 1@0x10: 0x5cbe=0x0a

      01-01 08:08:43.132 I/    ( 1589): [524.604919][ovx8b]:write serdes 1@0x10: 0x6006=0x00

      01-01 08:08:43.132 I/    ( 1589): [524.605347][ovx8b]:write serdes 1@0x10: 0x6007=0x3c

      01-01 08:08:43.133 I/    ( 1589): [524.605774][ovx8b]:write serdes 1@0x10: 0x6008=0x03

      01-01 08:08:43.133 I/    ( 1589): [524.606262][ovx8b]:write serdes 1@0x10: 0x6009=0x20

      01-01 08:08:43.134 I/    ( 1589): [524.606628][ovx8b]:write serdes 1@0x10: 0x600a=0x00

      01-01 08:08:43.134 I/    ( 1589): [524.607117][ovx8b]:write serdes 1@0x10: 0x600b=0x3c

      01-01 08:08:43.135 I/    ( 1589): [524.607544][ovx8b]:write serdes 1@0x10: 0x600c=0x03

      01-01 08:08:43.135 I/    ( 1589): [524.607971][ovx8b]:write serdes 1@0x10: 0x600d=0x20

      01-01 08:08:43.136 I/    ( 1589): [524.608459][ovx8b]:write serdes 1@0x10: 0x6016=0x00

      01-01 08:08:43.136 I/    ( 1589): [524.608887][ovx8b]:write serdes 1@0x10: 0x6026=0x00

      01-01 08:08:43.136 I/    ( 1589): [524.609314][ovx8b]:write serdes 1@0x10: 0x6027=0x3c

      01-01 08:08:43.137 I/    ( 1589): [524.609802][ovx8b]:write serdes 1@0x10: 0x6028=0x03

      01-01 08:08:43.137 I/    ( 1589): [524.610229][ovx8b]:write serdes 1@0x10: 0x6029=0x20

      01-01 08:08:43.138 I/    ( 1589): [524.610657][ovx8b]:write serdes 1@0x10: 0x602a=0x00

      01-01 08:08:43.138 I/    ( 1589): [524.611084][ovx8b]:write serdes 1@0x10: 0x602b=0x3c

      01-01 08:08:43.139 I/    ( 1589): [524.611572][ovx8b]:write serdes 1@0x10: 0x602c=0x03

      01-01 08:08:43.139 I/    ( 1589): [524.612000][ovx8b]:write serdes 1@0x10: 0x602d=0x20

      01-01 08:08:43.140 I/    ( 1589): [524.613342][ovx8b]:write serdes 1@0x10: 0x6036=0x01

      01-01 08:08:43.142 I/    ( 1589): [524.614685][ovx8b]:write serdes 1@0x10: 0x6046=0x00

      01-01 08:08:43.143 I/    ( 1589): [524.616089][ovx8b]:write serdes 1@0x10: 0x6047=0x3c

      01-01 08:08:43.145 I/    ( 1589): [524.617432][ovx8b]:write serdes 1@0x10: 0x6048=0x03

      01-01 08:08:43.146 I/    ( 1589): [524.618774][ovx8b]:write serdes 1@0x10: 0x6049=0x20

      01-01 08:08:43.146 I/    ( 1589): [524.619202][ovx8b]:write serdes 1@0x10: 0x604a=0x00

      01-01 08:08:43.147 I/    ( 1589): [524.619629][ovx8b]:write serdes 1@0x10: 0x604b=0x3c

      01-01 08:08:43.147 I/    ( 1589): [524.620117][ovx8b]:write serdes 1@0x10: 0x604c=0x03

      01-01 08:08:43.148 I/    ( 1589): [524.620544][ovx8b]:write serdes 1@0x10: 0x604d=0x20

      01-01 08:08:43.148 I/    ( 1589): [524.620972][ovx8b]:write serdes 1@0x10: 0x6056=0x02

      01-01 08:08:43.149 I/    ( 1589): [524.621399][ovx8b]:write serdes 1@0x10: 0x6067=0x3c

      01-01 08:08:43.149 I/    ( 1589): [524.621826][ovx8b]:write serdes 1@0x10: 0x6068=0x03

      01-01 08:08:43.149 I/    ( 1589): [524.622314][ovx8b]:write serdes 1@0x10: 0x6069=0x20

      01-01 08:08:43.150 I/    ( 1589): [524.622742][ovx8b]:write serdes 1@0x10: 0x606a=0x00

      01-01 08:08:43.150 I/    ( 1589): [524.623169][ovx8b]:write serdes 1@0x10: 0x606b=0x3c

      01-01 08:08:43.151 I/    ( 1589): [524.623596][ovx8b]:write serdes 1@0x10: 0x606c=0x03

      01-01 08:08:43.151 I/    ( 1589): [524.624084][ovx8b]:write serdes 1@0x10: 0x606d=0x20

      01-01 08:08:43.152 I/    ( 1589): [524.624512][ovx8b]:write serdes 1@0x10: 0x6076=0x03

      01-01 08:08:43.152 I/    ( 1589): [524.624939][ovx8b]:write serdes 1@0x10: 0x6086=0x00

      01-01 08:08:43.152 I/    ( 1589): [524.625366][ovx8b]:write serdes 1@0x10: 0x6087=0x3c

      01-01 08:08:43.153 I/    ( 1589): [524.625854][ovx8b]:write serdes 1@0x10: 0x6088=0x03

      01-01 08:08:43.153 I/    ( 1589): [524.626282][ovx8b]:write serdes 1@0x10: 0x6089=0x20

      01-01 08:08:43.154 I/    ( 1589): [524.626709][ovx8b]:write serdes 1@0x10: 0x608a=0x00

      01-01 08:08:43.154 I/    ( 1589): [524.627136][ovx8b]:write serdes 1@0x10: 0x608b=0x3c

      01-01 08:08:43.155 I/    ( 1589): [524.627563][ovx8b]:write serdes 1@0x10: 0x608c=0x03

      01-01 08:08:43.155 I/    ( 1589): [524.628052][ovx8b]:write serdes 1@0x10: 0x608d=0x20

      01-01 08:08:43.156 I/    ( 1589): [524.628479][ovx8b]:write serdes 1@0x10: 0x6096=0x04

      01-01 08:08:43.156 I/    ( 1589): [524.628906][ovx8b]:write serdes 1@0x10: 0x5e00=0x00

      01-01 08:08:43.156 I/    ( 1589): [524.629333][ovx8b]:write serdes 1@0x10: 0x5e01=0x08

      01-01 08:08:43.157 I/    ( 1589): [524.629822][ovx8b]:write serdes 1@0x10: 0x5e02=0x09

      01-01 08:08:43.157 I/    ( 1589): [524.630249][ovx8b]:write serdes 1@0x10: 0x5e03=0x0a

      01-01 08:08:43.158 I/    ( 1589): [524.630676][ovx8b]:write serdes 1@0x10: 0x5e04=0x0b

      01-01 08:08:43.158 I/    ( 1589): [524.631104][ovx8b]:write serdes 1@0x10: 0x5e05=0x0c

      01-01 08:08:43.159 I/    ( 1589): [524.631531][ovx8b]:write serdes 1@0x10: 0x5e06=0x0c

      01-01 08:08:43.159 I/    ( 1589): [524.632019][ovx8b]:write serdes 1@0x10: 0x5e07=0x0c

      01-01 08:08:43.160 I/    ( 1589): [524.632446][ovx8b]:write serdes 1@0x10: 0x5e08=0x0c

      01-01 08:08:43.160 I/    ( 1589): [524.632874][ovx8b]:write serdes 1@0x10: 0x5e09=0x0c

      01-01 08:08:43.160 I/    ( 1589): [524.633362][ovx8b]:write serdes 1@0x10: 0x5e0a=0x0d

      01-01 08:08:43.161 I/    ( 1589): [524.633789][ovx8b]:write serdes 1@0x10: 0x5e0b=0x0d

      01-01 08:08:43.161 I/    ( 1589): [524.634216][ovx8b]:write serdes 1@0x10: 0x5e0c=0x0d

      01-01 08:08:43.162 I/    ( 1589): [524.634644][ovx8b]:write serdes 1@0x10: 0x5e0d=0x0d

      01-01 08:08:43.162 I/    ( 1589): [524.635132][ovx8b]:write serdes 1@0x10: 0x5e0e=0x0d

      01-01 08:08:43.163 I/    ( 1589): [524.635559][ovx8b]:write serdes 1@0x10: 0x5e0f=0x0e

      01-01 08:08:43.163 I/    ( 1589): [524.635986][ovx8b]:write serdes 1@0x10: 0x5e10=0x0e

      01-01 08:08:43.164 I/    ( 1589): [524.636475][ovx8b]:write serdes 1@0x10: 0x5e11=0x0e

      01-01 08:08:43.164 I/    ( 1589): [524.636902][ovx8b]:write serdes 1@0x10: 0x5e12=0x0e

      01-01 08:08:43.164 I/    ( 1589): [524.637329][ovx8b]:write serdes 1@0x10: 0x5e13=0x0f

      01-01 08:08:43.165 I/    ( 1589): [524.637817][ovx8b]:write serdes 1@0x10: 0x5e14=0x0f

      01-01 08:08:43.165 I/    ( 1589): [524.638184][ovx8b]:write serdes 1@0x10: 0x5e15=0x10

      01-01 08:08:43.166 I/    ( 1589): [524.638672][ovx8b]:write serdes 1@0x10: 0x5e16=0x11

      01-01 08:08:43.166 I/    ( 1589): [524.639099][ovx8b]:write serdes 1@0x10: 0x5e17=0x11

      01-01 08:08:43.167 I/    ( 1589): [524.639526][ovx8b]:write serdes 1@0x10: 0x5e18=0x12

      01-01 08:08:43.167 I/    ( 1589): [524.639954][ovx8b]:write serdes 1@0x10: 0x5e19=0x12

      01-01 08:08:43.168 I/    ( 1589): [524.640503][ovx8b]:write serdes 1@0x10: 0x5e1a=0x13

      01-01 08:08:43.168 I/    ( 1589): [524.640930][ovx8b]:write serdes 1@0x10: 0x5e1b=0x13

      01-01 08:08:43.168 I/    ( 1589): [524.641357][ovx8b]:write serdes 1@0x10: 0x5e1c=0x14

      01-01 08:08:43.169 I/    ( 1589): [524.641785][ovx8b]:write serdes 1@0x10: 0x5e1d=0x14

      01-01 08:08:43.169 I/    ( 1589): [524.642212][ovx8b]:write serdes 1@0x10: 0x5e1e=0x16

      01-01 08:08:43.170 I/    ( 1589): [524.642700][ovx8b]:write serdes 1@0x10: 0x5e1f=0x16

      01-01 08:08:43.170 I/    ( 1589): [524.643127][ovx8b]:write serdes 1@0x10: 0x5e20=0x16

      01-01 08:08:43.171 I/    ( 1589): [524.643555][ovx8b]:write serdes 1@0x10: 0x5e21=0x08

      01-01 08:08:43.171 I/    ( 1589): [524.644043][ovx8b]:write serdes 1@0x10: 0x5e22=0x00

      01-01 08:08:43.172 I/    ( 1589): [524.644470][ovx8b]:write serdes 1@0x10: 0x5e23=0x01

      01-01 08:08:43.172 I/    ( 1589): [524.644897][ovx8b]:write serdes 1@0x10: 0x5e24=0x00

      01-01 08:08:43.172 I/    ( 1589): [524.645325][ovx8b]:write serdes 1@0x10: 0x5e25=0x00

      01-01 08:08:43.173 I/    ( 1589): [524.645813][ovx8b]:write serdes 1@0x10: 0x5e26=0x00

      01-01 08:08:43.173 I/    ( 1589): [524.646240][ovx8b]:write serdes 1@0x10: 0x5e27=0x40

      01-01 08:08:43.174 I/    ( 1589): [524.646667][ovx8b]:write serdes 1@0x10: 0x5e28=0x00

      01-01 08:08:43.174 I/    ( 1589): [524.647095][ovx8b]:write serdes 1@0x10: 0x5e29=0x00

      01-01 08:08:43.175 I/    ( 1589): [524.647522][ovx8b]:write serdes 1@0x10: 0x5e2a=0x40

      01-01 08:08:43.175 I/    ( 1589): [524.648010][ovx8b]:write serdes 1@0x10: 0x5e2b=0x00

      01-01 08:08:43.176 I/    ( 1589): [524.648438][ovx8b]:write serdes 1@0x10: 0x5e2c=0x00

      01-01 08:08:43.176 I/    ( 1589): [524.648926][ovx8b]:write serdes 1@0x10: 0x5e2d=0x40

      01-01 08:08:43.176 I/    ( 1589): [524.649353][ovx8b]:write serdes 1@0x10: 0x5e2e=0x00

      01-01 08:08:43.177 I/    ( 1589): [524.649780][ovx8b]:write serdes 1@0x10: 0x5e2f=0x00

      01-01 08:08:43.177 I/    ( 1589): [524.650208][ovx8b]:write serdes 1@0x10: 0x5e30=0x40

      01-01 08:08:43.178 I/    ( 1589): [524.650635][ovx8b]:write serdes 1@0x10: 0x5e31=0x00

      01-01 08:08:43.178 I/    ( 1589): [524.651123][ovx8b]:write serdes 1@0x10: 0x5e32=0x00

      01-01 08:08:43.179 I/    ( 1589): [524.651550][ovx8b]:write serdes 1@0x10: 0x5e33=0x40

      01-01 08:08:43.179 I/    ( 1589): [524.651978][ovx8b]:write serdes 1@0x10: 0x5e34=0x00

      01-01 08:08:43.180 I/    ( 1589): [524.652466][ovx8b]:write serdes 1@0x10: 0x5e35=0x00

      01-01 08:08:43.180 I/    ( 1589): [524.652893][ovx8b]:write serdes 1@0x10: 0x5e36=0x40

      01-01 08:08:43.180 I/    ( 1589): [524.653320][ovx8b]:write serdes 1@0x10: 0x5e37=0x00

      01-01 08:08:43.181 I/    ( 1589): [524.653748][ovx8b]:write serdes 1@0x10: 0x5e38=0x00

      01-01 08:08:43.181 I/    ( 1589): [524.654236][ovx8b]:write serdes 1@0x10: 0x5e39=0x40

      01-01 08:08:43.182 I/    ( 1589): [524.654663][ovx8b]:write serdes 1@0x10: 0x5e3a=0x00

      01-01 08:08:43.182 I/    ( 1589): [524.655090][ovx8b]:write serdes 1@0x10: 0x5e3b=0x00

      01-01 08:08:43.183 I/    ( 1589): [524.655518][ovx8b]:write serdes 1@0x10: 0x5e3c=0x40

      01-01 08:08:43.183 I/    ( 1589): [524.655945][ovx8b]:write serdes 1@0x10: 0x5e3d=0x00

      01-01 08:08:43.184 I/    ( 1589): [524.656433][ovx8b]:write serdes 1@0x10: 0x5e3e=0x00

      01-01 08:08:43.184 I/    ( 1589): [524.656860][ovx8b]:write serdes 1@0x10: 0x5e3f=0x40

      01-01 08:08:43.184 I/    ( 1589): [524.657288][ovx8b]:write serdes 1@0x10: 0x5e40=0x00

      01-01 08:08:43.185 I/    ( 1589): [524.657715][ovx8b]:write serdes 1@0x10: 0x5e41=0x00

      01-01 08:08:43.185 I/    ( 1589): [524.658203][ovx8b]:write serdes 1@0x10: 0x5e42=0x40

      01-01 08:08:43.186 I/    ( 1589): [524.658630][ovx8b]:write serdes 1@0x10: 0x5e43=0x00

      01-01 08:08:43.186 I/    ( 1589): [524.659058][ovx8b]:write serdes 1@0x10: 0x5e44=0x00

      01-01 08:08:43.187 I/    ( 1589): [524.659546][ovx8b]:write serdes 1@0x10: 0x5e45=0x40

      01-01 08:08:43.187 I/    ( 1589): [524.659912][ovx8b]:write serdes 1@0x10: 0x5e46=0x00

      01-01 08:08:43.188 I/    ( 1589): [524.660522][ovx8b]:write serdes 1@0x10: 0x5e47=0x00

      01-01 08:08:43.188 I/    ( 1589): [524.660950][ovx8b]:write serdes 1@0x10: 0x5e48=0x40

      01-01 08:08:43.188 I/    ( 1589): [524.661377][ovx8b]:write serdes 1@0x10: 0x5e49=0x00

      01-01 08:08:43.189 I/    ( 1589): [524.661804][ovx8b]:write serdes 1@0x10: 0x5e4a=0x00

      01-01 08:08:43.189 I/    ( 1589): [524.662292][ovx8b]:write serdes 1@0x10: 0x5e4b=0x40

      01-01 08:08:43.190 I/    ( 1589): [524.662720][ovx8b]:write serdes 1@0x10: 0x5e4c=0x00

      01-01 08:08:43.190 I/    ( 1589): [524.663147][ovx8b]:write serdes 1@0x10: 0x5e4d=0x00

      01-01 08:08:43.191 I/    ( 1589): [524.663574][ovx8b]:write serdes 1@0x10: 0x5e4e=0x40

      01-01 08:08:43.191 I/    ( 1589): [524.664062][ovx8b]:write serdes 1@0x10: 0x5e4f=0x00

      01-01 08:08:43.192 I/    ( 1589): [524.664490][ovx8b]:write serdes 1@0x10: 0x5e50=0x00

      01-01 08:08:43.192 I/    ( 1589): [524.664917][ovx8b]:write serdes 1@0x10: 0x5e51=0x40

      01-01 08:08:43.192 I/    ( 1589): [524.665344][ovx8b]:write serdes 1@0x10: 0x5e52=0x00

      01-01 08:08:43.193 I/    ( 1589): [524.665771][ovx8b]:write serdes 1@0x10: 0x5e53=0x00

      01-01 08:08:43.193 I/    ( 1589): [524.666260][ovx8b]:write serdes 1@0x10: 0x5e54=0x40

      01-01 08:08:43.194 I/    ( 1589): [524.666687][ovx8b]:write serdes 1@0x10: 0x5e55=0x00

      01-01 08:08:43.194 I/    ( 1589): [524.667114][ovx8b]:write serdes 1@0x10: 0x5e56=0x00

      01-01 08:08:43.195 I/    ( 1589): [524.667542][ovx8b]:write serdes 1@0x10: 0x5e57=0x40

      01-01 08:08:43.195 I/    ( 1589): [524.668030][ovx8b]:write serdes 1@0x10: 0x5e58=0x00

      01-01 08:08:43.196 I/    ( 1589): [524.668457][ovx8b]:write serdes 1@0x10: 0x5e59=0x00

      01-01 08:08:43.196 I/    ( 1589): [524.668884][ovx8b]:write serdes 1@0x10: 0x5e5a=0x80

      01-01 08:08:43.196 I/    ( 1589): [524.669373][ovx8b]:write serdes 1@0x10: 0x5e5b=0x00

      01-01 08:08:43.197 I/    ( 1589): [524.669800][ovx8b]:write serdes 1@0x10: 0x5e5c=0x00

      01-01 08:08:43.197 I/    ( 1589): [524.670227][ovx8b]:write serdes 1@0x10: 0x5e5d=0x80

      01-01 08:08:43.198 I/    ( 1589): [524.670654][ovx8b]:write serdes 1@0x10: 0x5e5e=0x00

      01-01 08:08:43.198 I/    ( 1589): [524.671082][ovx8b]:write serdes 1@0x10: 0x5e5f=0x01

      01-01 08:08:43.199 I/    ( 1589): [524.671570][ovx8b]:write serdes 1@0x10: 0x5e60=0x00

      01-01 08:08:43.199 I/    ( 1589): [524.671997][ovx8b]:write serdes 1@0x10: 0x5e61=0x00

      01-01 08:08:43.200 I/    ( 1589): [524.672424][ovx8b]:write serdes 1@0x10: 0x5e62=0x01

      01-01 08:08:43.200 I/    ( 1589): [524.672913][ovx8b]:write serdes 1@0x10: 0x5e63=0x00

      01-01 08:08:43.200 I/    ( 1589): [524.673340][ovx8b]:write serdes 1@0x10: 0x5e64=0x00

      01-01 08:08:43.201 I/    ( 1589): [524.673767][ovx8b]:write serdes 1@0x10: 0x5e65=0x01

      01-01 08:08:43.201 I/    ( 1589): [524.674194][ovx8b]:write serdes 1@0x10: 0x5e66=0x00

      01-01 08:08:43.202 I/    ( 1589): [524.674683][ovx8b]:write serdes 1@0x10: 0x5e67=0x00

      01-01 08:08:43.202 I/    ( 1589): [524.675110][ovx8b]:write serdes 1@0x10: 0x5e68=0x01

      01-01 08:08:43.203 I/    ( 1589): [524.675537][ovx8b]:write serdes 1@0x10: 0x5e69=0x00

      01-01 08:08:43.203 I/    ( 1589): [524.676025][ovx8b]:write serdes 1@0x10: 0x5e6a=0x00

      01-01 08:08:43.204 I/    ( 1589): [524.676453][ovx8b]:write serdes 1@0x10: 0x5e6b=0x01

      01-01 08:08:43.204 I/    ( 1589): [524.676880][ovx8b]:write serdes 1@0x10: 0x5e6c=0x00

      01-01 08:08:43.204 I/    ( 1589): [524.677368][ovx8b]:write serdes 1@0x10: 0x5e6d=0x00

      01-01 08:08:43.205 I/    ( 1589): [524.677795][ovx8b]:write serdes 1@0x10: 0x5e6e=0x01

      01-01 08:08:43.205 I/    ( 1589): [524.678223][ovx8b]:write serdes 1@0x10: 0x5e6f=0x00

      01-01 08:08:43.206 I/    ( 1589): [524.678650][ovx8b]:write serdes 1@0x10: 0x5e70=0x00

      01-01 08:08:43.206 I/    ( 1589): [524.679077][ovx8b]:write serdes 1@0x10: 0x5e71=0x01

      01-01 08:08:43.207 I/    ( 1589): [524.679565][ovx8b]:write serdes 1@0x10: 0x5e72=0x00

      01-01 08:08:43.207 I/    ( 1589): [524.679993][ovx8b]:write serdes 1@0x10: 0x5e73=0x00

      01-01 08:08:43.208 I/    ( 1589): [524.680420][ovx8b]:write serdes 1@0x10: 0x5e74=0x00

      01-01 08:08:43.208 I/    ( 1589): [524.680908][ovx8b]:write serdes 1@0x10: 0x5e75=0x80

      01-01 08:08:43.208 I/    ( 1589): [524.681335][ovx8b]:write serdes 1@0x10: 0x5e76=0x00

      01-01 08:08:43.209 I/    ( 1589): [524.681763][ovx8b]:write serdes 1@0x10: 0x5e77=0x00

      01-01 08:08:43.209 I/    ( 1589): [524.682251][ovx8b]:write serdes 1@0x10: 0x5e78=0x80

      01-01 08:08:43.210 I/    ( 1589): [524.682678][ovx8b]:write serdes 1@0x10: 0x5e79=0x00

      01-01 08:08:43.210 I/    ( 1589): [524.683105][ovx8b]:write serdes 1@0x10: 0x5e7a=0x00

      01-01 08:08:43.211 I/    ( 1589): [524.683533][ovx8b]:write serdes 1@0x10: 0x5e7b=0x80

      01-01 08:08:43.211 I/    ( 1589): [524.684021][ovx8b]:write serdes 1@0x10: 0x5e7c=0x00

      01-01 08:08:43.212 I/    ( 1589): [524.684448][ovx8b]:write serdes 1@0x10: 0x5e7d=0x00

      01-01 08:08:43.212 I/    ( 1589): [524.684875][ovx8b]:write serdes 1@0x10: 0x5e7e=0x80

      01-01 08:08:43.212 I/    ( 1589): [524.685364][ovx8b]:write serdes 1@0x10: 0x5e7f=0x00

      01-01 08:08:43.213 I/    ( 1589): [524.685791][ovx8b]:write serdes 1@0x10: 0x5e80=0x00

      01-01 08:08:43.213 I/    ( 1589): [524.686218][ovx8b]:write serdes 1@0x10: 0x5e81=0x80

      01-01 08:08:43.214 I/    ( 1589): [524.686646][ovx8b]:write serdes 1@0x10: 0x5e82=0x00

      01-01 08:08:43.214 I/    ( 1589): [524.687134][ovx8b]:write serdes 1@0x10: 0x5e83=0x00

      01-01 08:08:43.215 I/    ( 1589): [524.687561][ovx8b]:write serdes 1@0x10: 0x5e84=0x3f

      01-01 08:08:43.215 I/    ( 1589): [524.687988][ovx8b]:write serdes 1@0x10: 0x5f00=0x02

      01-01 08:08:43.216 I/    ( 1589): [524.688477][ovx8b]:write serdes 1@0x10: 0x5f01=0x08

      01-01 08:08:43.216 I/    ( 1589): [524.688904][ovx8b]:write serdes 1@0x10: 0x5f02=0x09

      01-01 08:08:43.216 I/    ( 1589): [524.689331][ovx8b]:write serdes 1@0x10: 0x5f03=0x0a

      01-01 08:08:43.217 I/    ( 1589): [524.689819][ovx8b]:write serdes 1@0x10: 0x5f04=0x0b

      01-01 08:08:43.217 I/    ( 1589): [524.690186][ovx8b]:write serdes 1@0x10: 0x5f05=0x0c

      01-01 08:08:43.218 I/    ( 1589): [524.690674][ovx8b]:write serdes 1@0x10: 0x5f06=0x0c

      01-01 08:08:43.218 I/    ( 1589): [524.691101][ovx8b]:write serdes 1@0x10: 0x5f07=0x0c

      01-01 08:08:43.219 I/    ( 1589): [524.691528][ovx8b]:write serdes 1@0x10: 0x5f08=0x0c

      01-01 08:08:43.219 I/    ( 1589): [524.692017][ovx8b]:write serdes 1@0x10: 0x5f09=0x0c

      01-01 08:08:43.220 I/    ( 1589): [524.692444][ovx8b]:write serdes 1@0x10: 0x5f0a=0x0d

      01-01 08:08:43.220 I/    ( 1589): [524.692871][ovx8b]:write serdes 1@0x10: 0x5f0b=0x0d

      01-01 08:08:43.220 I/    ( 1589): [524.693359][ovx8b]:write serdes 1@0x10: 0x5f0c=0x0d

      01-01 08:08:43.221 I/    ( 1589): [524.693787][ovx8b]:write serdes 1@0x10: 0x5f0d=0x0d

      01-01 08:08:43.221 I/    ( 1589): [524.694214][ovx8b]:write serdes 1@0x10: 0x5f0e=0x0d

      01-01 08:08:43.222 I/    ( 1589): [524.694641][ovx8b]:write serdes 1@0x10: 0x5f0f=0x0e

      01-01 08:08:43.222 I/    ( 1589): [524.695129][ovx8b]:write serdes 1@0x10: 0x5f10=0x0e

      01-01 08:08:43.223 I/    ( 1589): [524.695557][ovx8b]:write serdes 1@0x10: 0x5f11=0x0e

      01-01 08:08:43.223 I/    ( 1589): [524.695984][ovx8b]:write serdes 1@0x10: 0x5f12=0x0e

      01-01 08:08:43.224 I/    ( 1589): [524.696472][ovx8b]:write serdes 1@0x10: 0x5f13=0x0f

      01-01 08:08:43.224 I/    ( 1589): [524.696899][ovx8b]:write serdes 1@0x10: 0x5f14=0x0f

      01-01 08:08:43.224 I/    ( 1589): [524.697327][ovx8b]:write serdes 1@0x10: 0x5f15=0x10

      01-01 08:08:43.225 I/    ( 1589): [524.697815][ovx8b]:write serdes 1@0x10: 0x5f16=0x11

      01-01 08:08:43.225 I/    ( 1589): [524.698181][ovx8b]:write serdes 1@0x10: 0x5f17=0x11

      01-01 08:08:43.226 I/    ( 1589): [524.698669][ovx8b]:write serdes 1@0x10: 0x5f18=0x12

      01-01 08:08:43.226 I/    ( 1589): [524.699097][ovx8b]:write serdes 1@0x10: 0x5f19=0x12

      01-01 08:08:43.227 I/    ( 1589): [524.699524][ovx8b]:write serdes 1@0x10: 0x5f1a=0x13

      01-01 08:08:43.227 I/    ( 1589): [524.699951][ovx8b]:write serdes 1@0x10: 0x5f1b=0x13

      01-01 08:08:43.228 I/    ( 1589): [524.700500][ovx8b]:write serdes 1@0x10: 0x5f1c=0x14

      01-01 08:08:43.228 I/    ( 1589): [524.700928][ovx8b]:write serdes 1@0x10: 0x5f1d=0x14

      01-01 08:08:43.228 I/    ( 1589): [524.701355][ovx8b]:write serdes 1@0x10: 0x5f1e=0x16

      01-01 08:08:43.229 I/    ( 1589): [524.701782][ovx8b]:write serdes 1@0x10: 0x5f1f=0x16

      01-01 08:08:43.229 I/    ( 1589): [524.702271][ovx8b]:write serdes 1@0x10: 0x5f20=0x16

      01-01 08:08:43.230 I/    ( 1589): [524.702698][ovx8b]:write serdes 1@0x10: 0x5f21=0x08

      01-01 08:08:43.230 I/    ( 1589): [524.703125][ovx8b]:write serdes 1@0x10: 0x5f22=0x00

      01-01 08:08:43.231 I/    ( 1589): [524.703552][ovx8b]:write serdes 1@0x10: 0x5f23=0x01

      01-01 08:08:43.231 I/    ( 1589): [524.704041][ovx8b]:write serdes 1@0x10: 0x5f24=0x00

      01-01 08:08:43.232 I/    ( 1589): [524.704468][ovx8b]:write serdes 1@0x10: 0x5f25=0x00

      01-01 08:08:43.232 I/    ( 1589): [524.704895][ovx8b]:write serdes 1@0x10: 0x5f26=0x02

      01-01 08:08:43.232 I/    ( 1589): [524.705322][ovx8b]:write serdes 1@0x10: 0x5f27=0x00

      01-01 08:08:43.233 I/    ( 1589): [524.705811][ovx8b]:write serdes 1@0x10: 0x5f28=0x00

      01-01 08:08:43.233 I/    ( 1589): [524.706238][ovx8b]:write serdes 1@0x10: 0x5f29=0x02

      01-01 08:08:43.234 I/    ( 1589): [524.706665][ovx8b]:write serdes 1@0x10: 0x5f2a=0x00

      01-01 08:08:43.234 I/    ( 1589): [524.707092][ovx8b]:write serdes 1@0x10: 0x5f2b=0x00

      01-01 08:08:43.235 I/    ( 1589): [524.707581][ovx8b]:write serdes 1@0x10: 0x5f2c=0x02

      01-01 08:08:43.235 I/    ( 1589): [524.708008][ovx8b]:write serdes 1@0x10: 0x5f2d=0x00

      01-01 08:08:43.236 I/    ( 1589): [524.709351][ovx8b]:write serdes 1@0x10: 0x5f2e=0x00

      01-01 08:08:43.238 I/    ( 1589): [524.710632][ovx8b]:write serdes 1@0x10: 0x5f2f=0x02

      01-01 08:08:43.239 I/    ( 1589): [524.711975][ovx8b]:write serdes 1@0x10: 0x5f30=0x00

      01-01 08:08:43.240 I/    ( 1589): [524.713318][ovx8b]:write serdes 1@0x10: 0x5f31=0x00

      01-01 08:08:43.242 I/    ( 1589): [524.714600][ovx8b]:write serdes 1@0x10: 0x5f32=0x02

      01-01 08:08:43.242 I/    ( 1589): [524.715088][ovx8b]:write serdes 1@0x10: 0x5f33=0x00

      01-01 08:08:43.243 I/    ( 1589): [524.715515][ovx8b]:write serdes 1@0x10: 0x5f34=0x00

      01-01 08:08:43.243 I/    ( 1589): [524.715942][ovx8b]:write serdes 1@0x10: 0x5f35=0x02

      01-01 08:08:43.243 I/    ( 1589): [524.716370][ovx8b]:write serdes 1@0x10: 0x5f36=0x00

      01-01 08:08:43.244 I/    ( 1589): [524.716858][ovx8b]:write serdes 1@0x10: 0x5f37=0x00

      01-01 08:08:43.244 I/    ( 1589): [524.717224][ovx8b]:write serdes 1@0x10: 0x5f38=0x02

      01-01 08:08:43.245 I/    ( 1589): [524.717712][ovx8b]:write serdes 1@0x10: 0x5f39=0x00

      01-01 08:08:43.245 I/    ( 1589): [524.718140][ovx8b]:write serdes 1@0x10: 0x5f3a=0x00

      01-01 08:08:43.246 I/    ( 1589): [524.718567][ovx8b]:write serdes 1@0x10: 0x5f3b=0x02

      01-01 08:08:43.246 I/    ( 1589): [524.719055][ovx8b]:write serdes 1@0x10: 0x5f3c=0x00

      01-01 08:08:43.247 I/    ( 1589): [524.719482][ovx8b]:write serdes 1@0x10: 0x5f3d=0x00

      01-01 08:08:43.247 I/    ( 1589): [524.719910][ovx8b]:write serdes 1@0x10: 0x5f3e=0x02

      01-01 08:08:43.247 I/    ( 1589): [524.720337][ovx8b]:write serdes 1@0x10: 0x5f3f=0x00

      01-01 08:08:43.248 I/    ( 1589): [524.720825][ovx8b]:write serdes 1@0x10: 0x5f40=0x00

      01-01 08:08:43.248 I/    ( 1589): [524.721252][ovx8b]:write serdes 1@0x10: 0x5f41=0x02

      01-01 08:08:43.249 I/    ( 1589): [524.721680][ovx8b]:write serdes 1@0x10: 0x5f42=0x00

      01-01 08:08:43.249 I/    ( 1589): [524.722107][ovx8b]:write serdes 1@0x10: 0x5f43=0x00

      01-01 08:08:43.250 I/    ( 1589): [524.722534][ovx8b]:write serdes 1@0x10: 0x5f44=0x02

      01-01 08:08:43.250 I/    ( 1589): [524.723022][ovx8b]:write serdes 1@0x10: 0x5f45=0x00

      01-01 08:08:43.251 I/    ( 1589): [524.723450][ovx8b]:write serdes 1@0x10: 0x5f46=0x00

      01-01 08:08:43.251 I/    ( 1589): [524.723877][ovx8b]:write serdes 1@0x10: 0x5f47=0x04

      01-01 08:08:43.251 I/    ( 1589): [524.724304][ovx8b]:write serdes 1@0x10: 0x5f48=0x00

      01-01 08:08:43.252 I/    ( 1589): [524.724792][ovx8b]:write serdes 1@0x10: 0x5f49=0x00

      01-01 08:08:43.252 I/    ( 1589): [524.725220][ovx8b]:write serdes 1@0x10: 0x5f4a=0x04

      01-01 08:08:43.253 I/    ( 1589): [524.725647][ovx8b]:write serdes 1@0x10: 0x5f4b=0x00

      01-01 08:08:43.253 I/    ( 1589): [524.726074][ovx8b]:write serdes 1@0x10: 0x5f4c=0x00

      01-01 08:08:43.254 I/    ( 1589): [524.726501][ovx8b]:write serdes 1@0x10: 0x5f4d=0x04

      01-01 08:08:43.254 I/    ( 1589): [524.726990][ovx8b]:write serdes 1@0x10: 0x5f4e=0x00

      01-01 08:08:43.255 I/    ( 1589): [524.727417][ovx8b]:write serdes 1@0x10: 0x5f4f=0x00

      01-01 08:08:43.255 I/    ( 1589): [524.727844][ovx8b]:write serdes 1@0x10: 0x5f50=0x04

      01-01 08:08:43.255 I/    ( 1589): [524.728271][ovx8b]:write serdes 1@0x10: 0x5f51=0x00

      01-01 08:08:43.256 I/    ( 1589): [524.728760][ovx8b]:write serdes 1@0x10: 0x5f52=0x00

      01-01 08:08:43.256 I/    ( 1589): [524.729187][ovx8b]:write serdes 1@0x10: 0x5f53=0x04

      01-01 08:08:43.257 I/    ( 1589): [524.729614][ovx8b]:write serdes 1@0x10: 0x5f54=0x00

      01-01 08:08:43.257 I/    ( 1589): [524.730103][ovx8b]:write serdes 1@0x10: 0x5f55=0x00

      01-01 08:08:43.258 I/    ( 1589): [524.730469][ovx8b]:write serdes 1@0x10: 0x5f56=0x04

      01-01 08:08:43.258 I/    ( 1589): [524.730957][ovx8b]:write serdes 1@0x10: 0x5f57=0x00

      01-01 08:08:43.258 I/    ( 1589): [524.731384][ovx8b]:write serdes 1@0x10: 0x5f58=0x00

      01-01 08:08:43.259 I/    ( 1589): [524.731812][ovx8b]:write serdes 1@0x10: 0x5f59=0x04

      01-01 08:08:43.259 I/    ( 1589): [524.732300][ovx8b]:write serdes 1@0x10: 0x5f5a=0x00

      01-01 08:08:43.260 I/    ( 1589): [524.732727][ovx8b]:write serdes 1@0x10: 0x5f5b=0x00

      01-01 08:08:43.260 I/    ( 1589): [524.733154][ovx8b]:write serdes 1@0x10: 0x5f5c=0x04

      01-01 08:08:43.261 I/    ( 1589): [524.733582][ovx8b]:write serdes 1@0x10: 0x5f5d=0x00

      01-01 08:08:43.261 I/    ( 1589): [524.734070][ovx8b]:write serdes 1@0x10: 0x5f5e=0x00

      01-01 08:08:43.262 I/    ( 1589): [524.734497][ovx8b]:write serdes 1@0x10: 0x5f5f=0x08

      01-01 08:08:43.262 I/    ( 1589): [524.734924][ovx8b]:write serdes 1@0x10: 0x5f60=0x00

      01-01 08:08:43.262 I/    ( 1589): [524.735352][ovx8b]:write serdes 1@0x10: 0x5f61=0x00

      01-01 08:08:43.263 I/    ( 1589): [524.735779][ovx8b]:write serdes 1@0x10: 0x5f62=0x08

      01-01 08:08:43.263 I/    ( 1589): [524.736267][ovx8b]:write serdes 1@0x10: 0x5f63=0x00

      01-01 08:08:43.264 I/    ( 1589): [524.736694][ovx8b]:write serdes 1@0x10: 0x5f64=0x00

      01-01 08:08:43.264 I/    ( 1589): [524.737122][ovx8b]:write serdes 1@0x10: 0x5f65=0x08

      01-01 08:08:43.265 I/    ( 1589): [524.737549][ovx8b]:write serdes 1@0x10: 0x5f66=0x00

      01-01 08:08:43.265 I/    ( 1589): [524.738037][ovx8b]:write serdes 1@0x10: 0x5f67=0x00

      01-01 08:08:43.266 I/    ( 1589): [524.738464][ovx8b]:write serdes 1@0x10: 0x5f68=0x08

      01-01 08:08:43.266 I/    ( 1589): [524.738892][ovx8b]:write serdes 1@0x10: 0x5f69=0x00

      01-01 08:08:43.266 I/    ( 1589): [524.739319][ovx8b]:write serdes 1@0x10: 0x5f6a=0x00

      01-01 08:08:43.267 I/    ( 1589): [524.739746][ovx8b]:write serdes 1@0x10: 0x5f6b=0x08

      01-01 08:08:43.267 I/    ( 1589): [524.740234][ovx8b]:write serdes 1@0x10: 0x5f6c=0x00

      01-01 08:08:43.268 I/    ( 1589): [524.740662][ovx8b]:write serdes 1@0x10: 0x5f6d=0x00

      01-01 08:08:43.268 I/    ( 1589): [524.741089][ovx8b]:write serdes 1@0x10: 0x5f6e=0x10

      01-01 08:08:43.269 I/    ( 1589): [524.741516][ovx8b]:write serdes 1@0x10: 0x5f6f=0x00

      01-01 08:08:43.269 I/    ( 1589): [524.742004][ovx8b]:write serdes 1@0x10: 0x5f70=0x00

      01-01 08:08:43.270 I/    ( 1589): [524.742432][ovx8b]:write serdes 1@0x10: 0x5f71=0x10

      01-01 08:08:43.270 I/    ( 1589): [524.742859][ovx8b]:write serdes 1@0x10: 0x5f72=0x00

      01-01 08:08:43.270 I/    ( 1589): [524.743286][ovx8b]:write serdes 1@0x10: 0x5f73=0x00

      01-01 08:08:43.271 I/    ( 1589): [524.743774][ovx8b]:write serdes 1@0x10: 0x5f74=0x10

      01-01 08:08:43.271 I/    ( 1589): [524.744202][ovx8b]:write serdes 1@0x10: 0x5f75=0x00

      01-01 08:08:43.272 I/    ( 1589): [524.744629][ovx8b]:write serdes 1@0x10: 0x5f76=0x00

      01-01 08:08:43.272 I/    ( 1589): [524.745117][ovx8b]:write serdes 1@0x10: 0x5f77=0x10

      01-01 08:08:43.273 I/    ( 1589): [524.745483][ovx8b]:write serdes 1@0x10: 0x5f78=0x00

      01-01 08:08:43.273 I/    ( 1589): [524.745972][ovx8b]:write serdes 1@0x10: 0x5f79=0x00

      01-01 08:08:43.273 I/    ( 1589): [524.746399][ovx8b]:write serdes 1@0x10: 0x5f7a=0x20

      01-01 08:08:43.274 I/    ( 1589): [524.746826][ovx8b]:write serdes 1@0x10: 0x5f7b=0x00

      01-01 08:08:43.274 I/    ( 1589): [524.747253][ovx8b]:write serdes 1@0x10: 0x5f7c=0x00

      01-01 08:08:43.275 I/    ( 1589): [524.747742][ovx8b]:write serdes 1@0x10: 0x5f7d=0x20

      01-01 08:08:43.275 I/    ( 1589): [524.748169][ovx8b]:write serdes 1@0x10: 0x5f7e=0x00

      01-01 08:08:43.276 I/    ( 1589): [524.748596][ovx8b]:write serdes 1@0x10: 0x5f7f=0x00

      01-01 08:08:43.276 I/    ( 1589): [524.749084][ovx8b]:write serdes 1@0x10: 0x5f80=0x20

      01-01 08:08:43.277 I/    ( 1589): [524.749451][ovx8b]:write serdes 1@0x10: 0x5f81=0x00

      01-01 08:08:43.277 I/    ( 1589): [524.749939][ovx8b]:write serdes 1@0x10: 0x5f82=0x00

      01-01 08:08:43.277 I/    ( 1589): [524.750366][ovx8b]:write serdes 1@0x10: 0x5f83=0x00

      01-01 08:08:43.278 I/    ( 1589): [524.750793][ovx8b]:write serdes 1@0x10: 0x5f84=0xff

      01-01 08:08:43.278 I/    ( 1589): [524.751221][ovx8b]:write serdes 1@0x10: 0x5240=0x0f

      01-01 08:08:43.279 I/    ( 1589): [524.751709][ovx8b]:write serdes 1@0x10: 0x5241=0x00

      01-01 08:08:43.279 I/    ( 1589): [524.752136][ovx8b]:write serdes 1@0x10: 0x5242=0x00

      01-01 08:08:43.280 I/    ( 1589): [524.752563][ovx8b]:write serdes 1@0x10: 0x5243=0x00

      01-01 08:08:43.280 I/    ( 1589): [524.753052][ovx8b]:write serdes 1@0x10: 0x5244=0x00

      01-01 08:08:43.281 I/    ( 1589): [524.753418][ovx8b]:write serdes 1@0x10: 0x5245=0x00

      01-01 08:08:43.281 I/    ( 1589): [524.753906][ovx8b]:write serdes 1@0x10: 0x5246=0x00

      01-01 08:08:43.281 I/    ( 1589): [524.754333][ovx8b]:write serdes 1@0x10: 0x5247=0x00

      01-01 08:08:43.282 I/    ( 1589): [524.754761][ovx8b]:write serdes 1@0x10: 0x5248=0x00

      01-01 08:08:43.282 I/    ( 1589): [524.755188][ovx8b]:write serdes 1@0x10: 0x5249=0x00

      01-01 08:08:43.283 I/    ( 1589): [524.755676][ovx8b]:write serdes 1@0x10: 0x5440=0x0f

      01-01 08:08:43.283 I/    ( 1589): [524.756104][ovx8b]:write serdes 1@0x10: 0x5441=0x00

      01-01 08:08:43.284 I/    ( 1589): [524.756531][ovx8b]:write serdes 1@0x10: 0x5442=0x00

      01-01 08:08:43.284 I/    ( 1589): [524.757019][ovx8b]:write serdes 1@0x10: 0x5443=0x00

      01-01 08:08:43.285 I/    ( 1589): [524.757385][ovx8b]:write serdes 1@0x10: 0x5444=0x00

      01-01 08:08:43.285 I/    ( 1589): [524.757874][ovx8b]:write serdes 1@0x10: 0x5445=0x00

      01-01 08:08:43.285 I/    ( 1589): [524.758301][ovx8b]:write serdes 1@0x10: 0x5446=0x00

      01-01 08:08:43.286 I/    ( 1589): [524.758728][ovx8b]:write serdes 1@0x10: 0x5447=0x00

      01-01 08:08:43.286 I/    ( 1589): [524.759155][ovx8b]:write serdes 1@0x10: 0x5448=0x00

      01-01 08:08:43.287 I/    ( 1589): [524.759644][ovx8b]:write serdes 1@0x10: 0x5449=0x00

      01-01 08:08:43.287 I/    ( 1589): [524.760071][ovx8b]:write serdes 1@0x10: 0x5640=0x0f

      01-01 08:08:43.288 I/    ( 1589): [524.760498][ovx8b]:write serdes 1@0x10: 0x5641=0x00

      01-01 08:08:43.288 I/    ( 1589): [524.760925][ovx8b]:write serdes 1@0x10: 0x5642=0x00

      01-01 08:08:43.288 I/    ( 1589): [524.761353][ovx8b]:write serdes 1@0x10: 0x5643=0x00

      01-01 08:08:43.289 I/    ( 1589): [524.761841][ovx8b]:write serdes 1@0x10: 0x5644=0x00

      01-01 08:08:43.289 I/    ( 1589): [524.762268][ovx8b]:write serdes 1@0x10: 0x5645=0x00

      01-01 08:08:43.290 I/    ( 1589): [524.762695][ovx8b]:write serdes 1@0x10: 0x5646=0x00

      01-01 08:08:43.290 I/    ( 1589): [524.763123][ovx8b]:write serdes 1@0x10: 0x5647=0x00

      01-01 08:08:43.291 I/    ( 1589): [524.763611][ovx8b]:write serdes 1@0x10: 0x5648=0x00

      01-01 08:08:43.291 I/    ( 1589): [524.764038][ovx8b]:write serdes 1@0x10: 0x5649=0x00

      01-01 08:08:43.292 I/    ( 1589): [524.764465][ovx8b]:write serdes 1@0x10: 0x5840=0x0f

      01-01 08:08:43.292 I/    ( 1589): [524.764893][ovx8b]:write serdes 1@0x10: 0x5841=0x00

      01-01 08:08:43.292 I/    ( 1589): [524.765320][ovx8b]:write serdes 1@0x10: 0x5842=0x00

      01-01 08:08:43.293 I/    ( 1589): [524.765808][ovx8b]:write serdes 1@0x10: 0x5843=0x00

      01-01 08:08:43.293 I/    ( 1589): [524.766235][ovx8b]:write serdes 1@0x10: 0x5844=0x00

      01-01 08:08:43.294 I/    ( 1589): [524.766663][ovx8b]:write serdes 1@0x10: 0x5845=0x00

      01-01 08:08:43.294 I/    ( 1589): [524.767090][ovx8b]:write serdes 1@0x10: 0x5846=0x00

      01-01 08:08:43.295 I/    ( 1589): [524.767578][ovx8b]:write serdes 1@0x10: 0x5847=0x00

      01-01 08:08:43.295 I/    ( 1589): [524.768005][ovx8b]:write serdes 1@0x10: 0x5848=0x00

      01-01 08:08:43.296 I/    ( 1589): [524.768433][ovx8b]:write serdes 1@0x10: 0x5849=0x00

      01-01 08:08:43.296 I/    ( 1589): [524.768921][ovx8b]:write serdes 1@0x10: 0x5000=0x8f

      01-01 08:08:43.296 I/    ( 1589): [524.769348][ovx8b]:write serdes 1@0x10: 0x5001=0x75

      01-01 08:08:43.297 I/    ( 1589): [524.769775][ovx8b]:write serdes 1@0x10: 0x5002=0x7f

      01-01 08:08:43.297 I/    ( 1589): [524.770203][ovx8b]:write serdes 1@0x10: 0x5003=0x3e

      01-01 08:08:43.298 I/    ( 1589): [524.770630][ovx8b]:write serdes 1@0x10: 0x5004=0x1e

      01-01 08:08:43.298 I/    ( 1589): [524.771118][ovx8b]:write serdes 1@0x10: 0x5005=0x1e

      01-01 08:08:43.299 I/    ( 1589): [524.771545][ovx8b]:write serdes 1@0x10: 0x5006=0x1e

      01-01 08:08:43.299 I/    ( 1589): [524.771973][ovx8b]:write serdes 1@0x10: 0x5007=0x1e

      01-01 08:08:43.300 I/    ( 1589): [524.772461][ovx8b]:write serdes 1@0x10: 0x5008=0x00

      01-01 08:08:43.300 I/    ( 1589): [524.772949][ovx8b]:write serdes 1@0x10: 0x500c=0x00

      01-01 08:08:43.300 I/    ( 1589): [524.773315][ovx8b]:write serdes 1@0x10: 0x5019=0x00

      01-01 08:08:43.301 I/    ( 1589): [524.773804][ovx8b]:write serdes 1@0x10: 0x501a=0xff

      01-01 08:08:43.301 I/    ( 1589): [524.774231][ovx8b]:write serdes 1@0x10: 0x501b=0xff

      01-01 08:08:43.302 I/    ( 1589): [524.774658][ovx8b]:write serdes 1@0x10: 0x501d=0x00

      01-01 08:08:43.302 I/    ( 1589): [524.775085][ovx8b]:write serdes 1@0x10: 0x501e=0x40

      01-01 08:08:43.303 I/    ( 1589): [524.775574][ovx8b]:write serdes 1@0x10: 0x501f=0x00

      01-01 08:08:43.303 I/    ( 1589): [524.776001][ovx8b]:write serdes 1@0x10: 0x5021=0x00

      01-01 08:08:43.304 I/    ( 1589): [524.776428][ovx8b]:write serdes 1@0x10: 0x5022=0x01

      01-01 08:08:43.304 I/    ( 1589): [524.776917][ovx8b]:write serdes 1@0x10: 0x5023=0x74

      01-01 08:08:43.304 I/    ( 1589): [524.777344][ovx8b]:write serdes 1@0x10: 0x5025=0x00

      01-01 08:08:43.305 I/    ( 1589): [524.777771][ovx8b]:write serdes 1@0x10: 0x5026=0x40

      01-01 08:08:43.305 I/    ( 1589): [524.778259][ovx8b]:write serdes 1@0x10: 0x5027=0x00

      01-01 08:08:43.306 I/    ( 1589): [524.778625][ovx8b]:write serdes 1@0x10: 0x5070=0x00

      01-01 08:08:43.306 I/    ( 1589): [524.779114][ovx8b]:write serdes 1@0x10: 0x5074=0x04

      01-01 08:08:43.307 I/    ( 1589): [524.779541][ovx8b]:write serdes 1@0x10: 0x4001=0x2b

      01-01 08:08:43.307 I/    ( 1589): [524.780029][ovx8b]:write serdes 1@0x10: 0x4009=0x07

      01-01 08:08:43.308 I/    ( 1589): [524.780457][ovx8b]:write serdes 1@0x10: 0x400a=0x08

      01-01 08:08:43.308 I/    ( 1589): [524.780884][ovx8b]:write serdes 1@0x10: 0x400b=0x04

      01-01 08:08:43.308 I/    ( 1589): [524.781372][ovx8b]:write serdes 1@0x10: 0x400c=0x1b

      01-01 08:08:43.309 I/    ( 1589): [524.781799][ovx8b]:write serdes 1@0x10: 0x400d=0x18

      01-01 08:08:43.309 I/    ( 1589): [524.782227][ovx8b]:write serdes 1@0x10: 0x4012=0x00

      01-01 08:08:43.310 I/    ( 1589): [524.782654][ovx8b]:write serdes 1@0x10: 0x4014=0x0f

      01-01 08:08:43.310 I/    ( 1589): [524.783081][ovx8b]:write serdes 1@0x10: 0x4015=0xff

      01-01 08:08:43.311 I/    ( 1589): [524.783569][ovx8b]:write serdes 1@0x10: 0x4018=0x12

      01-01 08:08:43.311 I/    ( 1589): [524.783997][ovx8b]:write serdes 1@0x10: 0x4021=0x05

      01-01 08:08:43.312 I/    ( 1589): [524.784424][ovx8b]:write serdes 1@0x10: 0x4026=0x00

      01-01 08:08:43.312 I/    ( 1589): [524.784912][ovx8b]:write serdes 1@0x10: 0x4027=0x40

      01-01 08:08:43.312 I/    ( 1589): [524.785339][ovx8b]:write serdes 1@0x10: 0x4028=0x00

      01-01 08:08:43.313 I/    ( 1589): [524.785767][ovx8b]:write serdes 1@0x10: 0x4029=0x40

      01-01 08:08:43.313 I/    ( 1589): [524.786255][ovx8b]:write serdes 1@0x10: 0x402a=0x00

      01-01 08:08:43.314 I/    ( 1589): [524.786682][ovx8b]:write serdes 1@0x10: 0x402b=0x40

      01-01 08:08:43.314 I/    ( 1589): [524.787109][ovx8b]:write serdes 1@0x10: 0x402c=0x00

      01-01 08:08:43.315 I/    ( 1589): [524.787537][ovx8b]:write serdes 1@0x10: 0x402d=0x40

      01-01 08:08:43.315 I/    ( 1589): [524.788025][ovx8b]:write serdes 1@0x10: 0x402e=0x00

      01-01 08:08:43.316 I/    ( 1589): [524.788452][ovx8b]:write serdes 1@0x10: 0x402f=0x00

      01-01 08:08:43.316 I/    ( 1589): [524.788879][ovx8b]:write serdes 1@0x10: 0x4030=0x00

      01-01 08:08:43.316 I/    ( 1589): [524.789368][ovx8b]:write serdes 1@0x10: 0x4031=0x00

      01-01 08:08:43.317 I/    ( 1589): [524.789795][ovx8b]:write serdes 1@0x10: 0x407e=0xcc

      01-01 08:08:43.317 I/    ( 1589): [524.790222][ovx8b]:write serdes 1@0x10: 0x407f=0x18

      01-01 08:08:43.318 I/    ( 1589): [524.790649][ovx8b]:write serdes 1@0x10: 0x4640=0x40

      01-01 08:08:43.318 I/    ( 1589): [524.791077][ovx8b]:write serdes 1@0x10: 0x4641=0x11

      01-01 08:08:43.319 I/    ( 1589): [524.791565][ovx8b]:write serdes 1@0x10: 0x4642=0x0e

      01-01 08:08:43.319 I/    ( 1589): [524.791992][ovx8b]:write serdes 1@0x10: 0x4643=0xee

      01-01 08:08:43.320 I/    ( 1589): [524.792419][ovx8b]:write serdes 1@0x10: 0x4646=0x0f

      01-01 08:08:43.320 I/    ( 1589): [524.792908][ovx8b]:write serdes 1@0x10: 0x4648=0x00

      01-01 08:08:43.320 I/    ( 1589): [524.793335][ovx8b]:write serdes 1@0x10: 0x4649=0x03

      01-01 08:08:43.321 I/    ( 1589): [524.793762][ovx8b]:write serdes 1@0x10: 0x380e=0x04

      01-01 08:08:43.321 I/    ( 1589): [524.794189][ovx8b]:write serdes 1@0x10: 0x380f=0x66

      01-01 08:08:43.322 I/    ( 1589): [524.794678][ovx8b]:write serdes 1@0x10: 0x380c=0x09

      01-01 08:08:43.322 I/    ( 1589): [524.795044][ovx8b]:write serdes 1@0x10: 0x380d=0xc8

      01-01 08:08:43.323 I/    ( 1589): [524.795532][ovx8b]:write serdes 1@0x10: 0x384c=0x05

      01-01 08:08:43.323 I/    ( 1589): [524.795959][ovx8b]:write serdes 1@0x10: 0x384d=0xf0

      01-01 08:08:43.323 I/    ( 1589): [524.796387][ovx8b]:write serdes 1@0x10: 0x388c=0x03

      01-01 08:08:43.324 I/    ( 1589): [524.796875][ovx8b]:write serdes 1@0x10: 0x388d=0xf0

      01-01 08:08:43.324 I/    ( 1589): [524.797302][ovx8b]:write serdes 1@0x10: 0x0305=0x42

      01-01 08:08:43.325 I/    ( 1589): [524.797729][ovx8b]:write serdes 1@0x10: 0x0307=0x03

      01-01 08:08:43.325 I/    ( 1589): [524.798157][ovx8b]:write serdes 1@0x10: 0x0325=0x54

      01-01 08:08:43.326 I/    ( 1589): [524.798645][ovx8b]:write serdes 1@0x10: 0x0326=0xde

      01-01 08:08:43.326 I/    ( 1589): [524.799011][ovx8b]:write serdes 1@0x10: 0x0327=0x09

      01-01 08:08:43.327 I/    ( 1589): [524.799500][ovx8b]:write serdes 1@0x10: 0x032a=0x09

      01-01 08:08:43.327 I/    ( 1589): [524.799927][ovx8b]:write serdes 1@0x10: 0x4837=0x28

      01-01 08:08:43.327 I/    ( 1589): [524.800354][ovx8b]:write serdes 1@0x10: 0x4603=0x11

      01-01 08:08:43.328 I/    ( 1589): [524.800842][ovx8b]:write serdes 1@0x10: 0x3501=0x04

      01-01 08:08:43.328 I/    ( 1589): [524.801270][ovx8b]:write serdes 1@0x10: 0x3502=0x00

      01-01 08:08:43.329 I/    ( 1589): [524.801697][ovx8b]:write serdes 1@0x10: 0x3541=0x00

      01-01 08:08:43.329 I/    ( 1589): [524.802124][ovx8b]:write serdes 1@0x10: 0x3542=0x0f

      01-01 08:08:43.330 I/    ( 1589): [524.802612][ovx8b]:write serdes 1@0x10: 0x35c1=0x00

      01-01 08:08:43.330 I/    ( 1589): [524.802979][ovx8b]:write serdes 1@0x10: 0x35c2=0x02

      01-01 08:08:43.331 I/    ( 1589): [524.803467][ovx8b]:write serdes 1@0x10: 0x350a=0x0f

      01-01 08:08:43.331 I/    ( 1589): [524.803894][ovx8b]:write serdes 1@0x10: 0x350b=0x00

      01-01 08:08:43.331 I/    ( 1589): [524.804382][ovx8b]:write serdes 1@0x10: 0x4317=0x08

      01-01 08:08:43.333 I/    ( 1589): [524.805664][ovx8b]:write serdes 1@0x10: 0x430f=0x27

      01-01 08:08:43.589 D/    ( 1589): [525.061462][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x380e value 0x466

      01-01 08:08:43.589 D/    ( 1589): [525.062134][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x380c value 0x9c8

      01-01 08:08:43.590 D/    ( 1589): [525.062744][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x384c value 0x5f0

      01-01 08:08:43.590 D/    ( 1589): [525.063416][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x388c value 0x3f0

      01-01 08:08:43.591 D/    ( 1589): [525.064087][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x3808 value 0xf00

      01-01 08:08:43.592 D/    ( 1589): [525.064697][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x380a value 0x870

      01-01 08:08:43.592 D/    ( 1589): [525.065247][hb_i2c]:[hb_vin_i2c_read_reg16_data8][182]r16d8 read 1@0x10 0x326 value 0xde

      01-01 08:08:43.593 D/    ( 1589): [525.065796][hb_i2c]:[hb_vin_i2c_read_reg16_data8][182]r16d8 read 1@0x10 0x323 value 0x2

      01-01 08:08:43.594 D/    ( 1589): [525.066406][hb_i2c]:[hb_vin_i2c_read_reg16_data16][144]r16d16 read 1@0x10 0x324 value 0x154

      01-01 08:08:43.594 D/    ( 1589): [525.066956][hb_i2c]:[hb_vin_i2c_read_reg16_data8][182]r16d8 read 1@0x10 0x32a value 0x9

      01-01 08:08:43.595 D/    ( 1589): [525.067505][hb_i2c]:[hb_vin_i2c_read_reg16_data8][182]r16d8 read 1@0x10 0x32b value 0x4

      01-01 08:08:43.595 I/    ( 1589): [525.067566][ovx8b]:HMAX = 5032, VMAX = 1126, width = 3840, height = 2160, lines_per_second = 6756, xclk = 24, fps = 6.000672

      01-01 08:08:43.595 I/    ( 1589): [525.067566][ovx8b]:sensor data bits fill pwl 20bit

      01-01 08:08:43.595 I/    ( 1589): [525.067749][ovx8b]:enter userspace_control enalbe = 64

      01-01 08:08:43.595 I/    ( 1589): [525.067871][cam utility]:start ptf 281472052543936

      01-01 08:08:43.595 I/    ( 1589): [525.067932][mipi host]:mipi host0 init begin

      01-01 08:08:43.595 I/    ( 1589): [525.067932][cam utility]: start fe pthread 0

      01-01 08:08:43.596 I/    ( 1589): [525.069336][mipi host]:mipi host0 init end

      01-01 08:08:43.596 I/    ( 1589): [525.069336][mipi dev]:mipi dev0 init begin

      01-01 08:08:43.598 I/    ( 1589): [525.070557][mipi dev]:mipi dev0 init end

      01-01 08:08:43.698 I/    ( 1589): [525.170654][hb mipi]:hb_vin_mipi_init 0 end

      01-01 08:08:43.698 I/    ( 1589): [525.170715][hb cim]:filebuf read size : 1

      01-01 08:08:43.698 I/    ( 1589): [525.170898][cim hal]:pipe(1) cim_entity_create done !

      01-01 08:08:43.698 D/    ( 1589): [525.170959][cim hal]:no dvp node !!

      01-01 08:08:43.698 W/    ( 1589): [525.170959][hb cim utils]:skip_frame has empty json value

      01-01 08:08:43.698 W/    ( 1589): [525.170959][hb cim utils]:input_fps has empty json value

      01-01 08:08:43.698 W/    ( 1589): [525.170959][hb cim utils]:output_fps has empty json value

      01-01 08:08:43.698 I/    ( 1589): [525.171021][cim hal]:===cim cfg input info====

      01-01 08:08:43.698 I/    ( 1589): [525.171021][cim hal]:mipi.enable(1)

      01-01 08:08:43.698 I/    ( 1589): [525.171021][cim hal]:mipi.rx_index (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171021][cim hal]:mipi.vc_index (1)

      01-01 08:08:43.698 I/    ( 1589): [525.171021][cim hal]:mipi.channels (1)

      01-01 08:08:43.698 I/    ( 1589): [525.171021][cim hal]:mipi.tag_enable (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:mipi.height (2160)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:mipi.width (3840)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:mipi.format (44)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:mipi.raw16_splict (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:mipi.dbg_clear (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:mipi.y_uv_swap (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:func.enable_bypass (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171082][cim hal]:func.enable_frame_id (1)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.enable_pattern (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.hdr_mode (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.set_init_frame_id (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.set_bypass_channels (1)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.skip_frame (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.input_fps (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:func.output_fps (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:===cim cfg output info===

      01-01 08:08:43.698 I/    ( 1589): [525.171143][cim hal]:out pym pym0_en (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out pym pym1_en (0)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out isp[0] isp_ch0(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out isp[0] isp_ch1(1)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out isp[0] isp_ch2(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out isp[0] isp_ch3(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out isp[1] isp_ch0(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171204][cim hal]:out isp[1] isp_ch1(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171265][cim hal]:out isp[1] isp_ch2(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171265][cim hal]:out isp[1] isp_ch3(0)

      01-01 08:08:43.698 I/    ( 1589): [525.171265][cim hal]:--cim_entity_parser_config out--

      01-01 08:08:43.698 I/    ( 1589): [525.171265][cim hal]:cim_entity_init in.

      01-01 08:08:43.698 I/    ( 1589): [525.171326][cim hal]:pipe(1) cim_entity_init out.

      01-01 08:08:43.698 I/    ( 1589): [525.171387][hb_i2c]:[hb_vin_i2c_init][58]bus 1 cam_bus_cnt[bus] 3 cam_fd[bus] 96

      01-01 08:08:43.699 I/    ( 1589): [525.171448][cam utility]:/dev/port_1 success sensor_info->sen_devfd 103===

      01-01 08:08:43.699 I/    ( 1589): [525.171875][ovx8b]:write serdes 1@0x20: 0x0103=0x01

      01-01 08:08:43.699 I/    ( 1589): [525.172363][ovx8b]:write serdes 1@0x20: 0x3208=0x05

      01-01 08:08:43.700 I/    ( 1589): [525.172791][ovx8b]:write serdes 1@0x20: 0x4620=0x04

      01-01 08:08:43.700 I/    ( 1589): [525.173218][ovx8b]:write serdes 1@0x20: 0x3208=0x15

      01-01 08:08:43.701 I/    ( 1589): [525.173706][ovx8b]:write serdes 1@0x20: 0x0301=0x88

      01-01 08:08:43.701 I/    ( 1589): [525.174133][ovx8b]:write serdes 1@0x20: 0x0302=0x31

      01-01 08:08:43.702 I/    ( 1589): [525.174561][ovx8b]:write serdes 1@0x20: 0x0304=0x00

      01-01 08:08:43.702 I/    ( 1589): [525.174988][ovx8b]:write serdes 1@0x20: 0x0305=0x5c

      01-01 08:08:43.703 I/    ( 1589): [525.175476][ovx8b]:write serdes 1@0x20: 0x0307=0x00

      01-01 08:08:43.703 I/    ( 1589): [525.175842][ovx8b]:write serdes 1@0x20: 0x0309=0x03

      01-01 08:08:43.703 I/    ( 1589): [525.176331][ovx8b]:write serdes 1@0x20: 0x0316=0x00

      01-01 08:08:43.704 I/    ( 1589): [525.176758][ovx8b]:write serdes 1@0x20: 0x0317=0x00

      01-01 08:08:43.704 I/    ( 1589): [525.177246][ovx8b]:write serdes 1@0x20: 0x0318=0x00

      01-01 08:08:43.705 I/    ( 1589): [525.177612][ovx8b]:write serdes 1@0x20: 0x0320=0x12

      01-01 08:08:43.705 I/    ( 1589): [525.178101][ovx8b]:write serdes 1@0x20: 0x0321=0x31

      01-01 08:08:43.706 I/    ( 1589): [525.178528][ovx8b]:write serdes 1@0x20: 0x0322=0x02

      01-01 08:08:43.706 I/    ( 1589): [525.178955][ovx8b]:write serdes 1@0x20: 0x0323=0x02

      01-01 08:08:43.706 I/    ( 1589): [525.179382][ovx8b]:write serdes 1@0x20: 0x0324=0x01

      01-01 08:08:43.707 I/    ( 1589): [525.179810][ovx8b]:write serdes 1@0x20: 0x0325=0x95

      01-01 08:08:43.707 I/    ( 1589): [525.180298][ovx8b]:write serdes 1@0x20: 0x0326=0xce

      01-01 08:08:43.708 I/    ( 1589): [525.180725][ovx8b]:write serdes 1@0x20: 0x0327=0x04

      01-01 08:08:43.708 I/    ( 1589): [525.181152][ovx8b]:write serdes 1@0x20: 0x0329=0x02

      01-01 08:08:43.709 I/    ( 1589): [525.181580][ovx8b]:write serdes 1@0x20: 0x032a=0x04

      01-01 08:08:43.709 I/    ( 1589): [525.182068][ovx8b]:write serdes 1@0x20: 0x032b=0x04

      01-01 08:08:43.710 I/    ( 1589): [525.182434][ovx8b]:write serdes 1@0x20: 0x032c=0x02

      01-01 08:08:43.710 I/    ( 1589): [525.182922][ovx8b]:write serdes 1@0x20: 0x0331=0x04

      01-01 08:08:43.710 I/    ( 1589): [525.183350][ovx8b]:write serdes 1@0x20: 0x0405=0x22

      01-01 08:08:43.711 I/    ( 1589): [525.183777][ovx8b]:write serdes 1@0x20: 0x0406=0x5f

      01-01 08:08:43.711 I/    ( 1589): [525.184204][ovx8b]:write serdes 1@0x20: 0x0408=0xe7

      01-01 08:08:43.712 I/    ( 1589): [525.184692][ovx8b]:write serdes 1@0x20: 0x0409=0xff

      01-01 08:08:43.712 I/    ( 1589): [525.185059][ovx8b]:write serdes 1@0x20: 0x040a=0x2b

      01-01 08:08:43.713 I/    ( 1589): [525.185547][ovx8b]:write serdes 1@0x20: 0x040b=0x32

      01-01 08:08:43.713 I/    ( 1589): [525.185974][ovx8b]:write serdes 1@0x20: 0x040c=0x28

      01-01 08:08:43.714 I/    ( 1589): [525.186462][ovx8b]:write serdes 1@0x20: 0x040d=0x5a

      01-01 08:08:43.714 I/    ( 1589): [525.186829][ovx8b]:write serdes 1@0x20: 0x040e=0x0c

      01-01 08:08:43.714 I/    ( 1589): [525.187317][ovx8b]:write serdes 1@0x20: 0x0441=0x00

      01-01 08:08:43.715 I/    ( 1589): [525.187683][ovx8b]:write serdes 1@0x20: 0x280b=0x00

      01-01 08:08:43.715 I/    ( 1589): [525.188171][ovx8b]:write serdes 1@0x20: 0x3002=0xf8

      01-01 08:08:43.717 I/    ( 1589): [525.189514][ovx8b]:write serdes 1@0x20: 0x3012=0x41

      01-01 08:08:43.718 I/    ( 1589): [525.190796][ovx8b]:write serdes 1@0x20: 0x3015=0x08

      01-01 08:08:43.719 I/    ( 1589): [525.192139][ovx8b]:write serdes 1@0x20: 0x3016=0xd0

      01-01 08:08:43.721 I/    ( 1589): [525.193481][ovx8b]:write serdes 1@0x20: 0x3018=0xf0

      01-01 08:08:43.722 I/    ( 1589): [525.194824][ovx8b]:write serdes 1@0x20: 0x301a=0xb0

      01-01 08:08:43.722 I/    ( 1589): [525.195251][ovx8b]:write serdes 1@0x20: 0x301e=0x30

      01-01 08:08:43.723 I/    ( 1589): [525.195679][ovx8b]:write serdes 1@0x20: 0x301f=0x61

      01-01 08:08:43.723 I/    ( 1589): [525.196106][ovx8b]:write serdes 1@0x20: 0x3020=0x01

      01-01 08:08:43.724 I/    ( 1589): [525.196594][ovx8b]:write serdes 1@0x20: 0x3022=0x88

      01-01 08:08:43.724 I/    ( 1589): [525.197021][ovx8b]:write serdes 1@0x20: 0x3023=0x80

      01-01 08:08:43.725 I/    ( 1589): [525.197449][ovx8b]:write serdes 1@0x20: 0x3024=0x80

      01-01 08:08:43.725 I/    ( 1589): [525.197876][ovx8b]:write serdes 1@0x20: 0x3028=0x30

      01-01 08:08:43.725 I/    ( 1589): [525.198364][ovx8b]:write serdes 1@0x20: 0x3701=0x22

      01-01 08:08:43.726 I/    ( 1589): [525.198792][ovx8b]:write serdes 1@0x20: 0x3703=0x3c

      01-01 08:08:43.726 I/    ( 1589): [525.199219][ovx8b]:write serdes 1@0x20: 0x3705=0x00

      01-01 08:08:43.727 I/    ( 1589): [525.199646][ovx8b]:write serdes 1@0x20: 0x3706=0x2f

      01-01 08:08:43.727 I/    ( 1589): [525.200073][ovx8b]:write serdes 1@0x20: 0x3709=0x62

      01-01 08:08:43.728 I/    ( 1589): [525.200562][ovx8b]:write serdes 1@0x20: 0x370a=0x00

      01-01 08:08:43.728 I/    ( 1589): [525.200989][ovx8b]:write serdes 1@0x20: 0x370b=0x75

      01-01 08:08:43.729 I/    ( 1589): [525.201416][ovx8b]:write serdes 1@0x20: 0x370d=0x00

      01-01 08:08:43.729 I/    ( 1589): [525.201843][ovx8b]:write serdes 1@0x20: 0x3712=0x13

      01-01 08:08:43.729 I/    ( 1589): [525.202332][ovx8b]:write serdes 1@0x20: 0x3714=0x02

      01-01 08:08:43.730 I/    ( 1589): [525.202759][ovx8b]:write serdes 1@0x20: 0x3717=0x02

      01-01 08:08:43.730 I/    ( 1589): [525.203186][ovx8b]:write serdes 1@0x20: 0x3718=0x72

      01-01 08:08:43.731 I/    ( 1589): [525.203613][ovx8b]:write serdes 1@0x20: 0x371d=0x00

      01-01 08:08:43.731 I/    ( 1589): [525.204041][ovx8b]:write serdes 1@0x20: 0x3720=0x03

      01-01 08:08:43.732 I/    ( 1589): [525.204529][ovx8b]:write serdes 1@0x20: 0x372c=0x10

      01-01 08:08:43.732 I/    ( 1589): [525.204956][ovx8b]:write serdes 1@0x20: 0x3738=0x2c

      01-01 08:08:43.732 I/    ( 1589): [525.205383][ovx8b]:write serdes 1@0x20: 0x3739=0x2c

      01-01 08:08:43.733 I/    ( 1589): [525.205811][ovx8b]:write serdes 1@0x20: 0x373a=0x27

      01-01 08:08:43.733 I/    ( 1589): [525.206299][ovx8b]:write serdes 1@0x20: 0x373b=0x27

      01-01 08:08:43.734 I/    ( 1589): [525.206726][ovx8b]:write serdes 1@0x20: 0x373f=0x26

      01-01 08:08:43.734 I/    ( 1589): [525.207153][ovx8b]:write serdes 1@0x20: 0x3740=0x26

      01-01 08:08:43.735 I/    ( 1589): [525.207581][ovx8b]:write serdes 1@0x20: 0x3741=0x21

      01-01 08:08:43.735 I/    ( 1589): [525.208008][ovx8b]:write serdes 1@0x20: 0x3742=0x21

      01-01 08:08:43.736 I/    ( 1589): [525.208496][ovx8b]:write serdes 1@0x20: 0x374b=0x03

      01-01 08:08:43.736 I/    ( 1589): [525.208923][ovx8b]:write serdes 1@0x20: 0x3752=0x03

      01-01 08:08:43.736 I/    ( 1589): [525.209351][ovx8b]:write serdes 1@0x20: 0x3758=0x00

      01-01 08:08:43.737 I/    ( 1589): [525.209778][ovx8b]:write serdes 1@0x20: 0x3759=0x2f

      01-01 08:08:43.737 I/    ( 1589): [525.210266][ovx8b]:write serdes 1@0x20: 0x376c=0x07

      01-01 08:08:43.738 I/    ( 1589): [525.210693][ovx8b]:write serdes 1@0x20: 0x376d=0x08

      01-01 08:08:43.738 I/    ( 1589): [525.211121][ovx8b]:write serdes 1@0x20: 0x376e=0x08

      01-01 08:08:43.739 I/    ( 1589): [525.211548][ovx8b]:write serdes 1@0x20: 0x376f=0x08

      01-01 08:08:43.739 I/    ( 1589): [525.212036][ovx8b]:write serdes 1@0x20: 0x3777=0x00

      01-01 08:08:43.740 I/    ( 1589): [525.212463][ovx8b]:write serdes 1@0x20: 0x3779=0x02

      01-01 08:08:43.740 I/    ( 1589): [525.212891][ovx8b]:write serdes 1@0x20: 0x377a=0x00

      01-01 08:08:43.740 I/    ( 1589): [525.213318][ovx8b]:write serdes 1@0x20: 0x377b=0x00

      01-01 08:08:43.741 I/    ( 1589): [525.213806][ovx8b]:write serdes 1@0x20: 0x3781=0x02

      01-01 08:08:43.741 I/    ( 1589): [525.214233][ovx8b]:write serdes 1@0x20: 0x3782=0x05

      01-01 08:08:43.742 I/    ( 1589): [525.214661][ovx8b]:write serdes 1@0x20: 0x3783=0x02

      01-01 08:08:43.742 I/    ( 1589): [525.215088][ovx8b]:write serdes 1@0x20: 0x3785=0x10

      01-01 08:08:43.743 I/    ( 1589): [525.215576][ovx8b]:write serdes 1@0x20: 0x3797=0x00

      01-01 08:08:43.743 I/    ( 1589): [525.216003][ovx8b]:write serdes 1@0x20: 0x3798=0x00

      01-01 08:08:43.744 I/    ( 1589): [525.216431][ovx8b]:write serdes 1@0x20: 0x3799=0x00

      01-01 08:08:43.744 I/    ( 1589): [525.216919][ovx8b]:write serdes 1@0x20: 0x379c=0x58

      01-01 08:08:43.744 I/    ( 1589): [525.217346][ovx8b]:write serdes 1@0x20: 0x379e=0x00

      01-01 08:08:43.745 I/    ( 1589): [525.217773][ovx8b]:write serdes 1@0x20: 0x379f=0x00

      01-01 08:08:43.745 I/    ( 1589): [525.218262][ovx8b]:write serdes 1@0x20: 0x37a0=0x00

      01-01 08:08:43.746 I/    ( 1589): [525.218628][ovx8b]:write serdes 1@0x20: 0x37bc=0x22

      01-01 08:08:43.746 I/    ( 1589): [525.219116][ovx8b]:write serdes 1@0x20: 0x37bd=0x01

      01-01 08:08:43.747 I/    ( 1589): [525.219543][ovx8b]:write serdes 1@0x20: 0x37be=0x01

      01-01 08:08:43.747 I/    ( 1589): [525.219971][ovx8b]:write serdes 1@0x20: 0x37c0=0x01

      01-01 08:08:43.748 I/    ( 1589): [525.220459][ovx8b]:write serdes 1@0x20: 0x37c4=0x34

      01-01 08:08:43.748 I/    ( 1589): [525.220886][ovx8b]:write serdes 1@0x20: 0x37c5=0x34

      01-01 08:08:43.748 I/    ( 1589): [525.221375][ovx8b]:write serdes 1@0x20: 0x37c6=0x2f

      01-01 08:08:43.749 I/    ( 1589): [525.221741][ovx8b]:write serdes 1@0x20: 0x37c7=0x2f

      01-01 08:08:43.749 I/    ( 1589): [525.222229][ovx8b]:write serdes 1@0x20: 0x37d0=0x00

      01-01 08:08:43.750 I/    ( 1589): [525.222656][ovx8b]:write serdes 1@0x20: 0x37d1=0x2f

      01-01 08:08:43.750 I/    ( 1589): [525.223083][ovx8b]:write serdes 1@0x20: 0x37d2=0x00

      01-01 08:08:43.751 I/    ( 1589): [525.223572][ovx8b]:write serdes 1@0x20: 0x37d3=0x61

      01-01 08:08:43.751 I/    ( 1589): [525.223938][ovx8b]:write serdes 1@0x20: 0x37d4=0x00

      01-01 08:08:43.752 I/    ( 1589): [525.224487][ovx8b]:write serdes 1@0x20: 0x37d5=0x2f

      01-01 08:08:43.752 I/    ( 1589): [525.224915][ovx8b]:write serdes 1@0x20: 0x37d8=0x01

      01-01 08:08:43.752 I/    ( 1589): [525.225403][ovx8b]:write serdes 1@0x20: 0x37db=0x00

      01-01 08:08:43.753 I/    ( 1589): [525.225769][ovx8b]:write serdes 1@0x20: 0x3c0b=0x26

      01-01 08:08:43.753 I/    ( 1589): [525.226257][ovx8b]:write serdes 1@0x20: 0x3c12=0x88

      01-01 08:08:43.754 I/    ( 1589): [525.226685][ovx8b]:write serdes 1@0x20: 0x3c21=0x00

      01-01 08:08:43.754 I/    ( 1589): [525.227112][ovx8b]:write serdes 1@0x20: 0x3c3c=0x00

      01-01 08:08:43.755 I/    ( 1589): [525.227600][ovx8b]:write serdes 1@0x20: 0x3c55=0x20

      01-01 08:08:43.755 I/    ( 1589): [525.228027][ovx8b]:write serdes 1@0x20: 0x3c5b=0x20

      01-01 08:08:43.756 I/    ( 1589): [525.228455][ovx8b]:write serdes 1@0x20: 0x3c61=0x80

      01-01 08:08:43.756 I/    ( 1589): [525.228882][ovx8b]:write serdes 1@0x20: 0x3c6f=0x3a

      01-01 08:08:43.756 I/    ( 1589): [525.229370][ovx8b]:write serdes 1@0x20: 0x3c70=0x62

      01-01 08:08:43.757 I/    ( 1589): [525.229736][ovx8b]:write serdes 1@0x20: 0x3106=0x10

      01-01 08:08:43.757 I/    ( 1589): [525.230225][ovx8b]:write serdes 1@0x20: 0x320e=0x00

      01-01 08:08:43.758 I/    ( 1589): [525.230652][ovx8b]:write serdes 1@0x20: 0x320f=0x00

      01-01 08:08:43.758 I/    ( 1589): [525.231079][ovx8b]:write serdes 1@0x20: 0x3211=0x61

      01-01 08:08:43.759 I/    ( 1589): [525.231567][ovx8b]:write serdes 1@0x20: 0x3215=0xcd

      01-01 08:08:43.759 I/    ( 1589): [525.231995][ovx8b]:write serdes 1@0x20: 0x3304=0x04

      01-01 08:08:43.760 I/    ( 1589): [525.232422][ovx8b]:write serdes 1@0x20: 0x3306=0x03

      01-01 08:08:43.760 I/    ( 1589): [525.232910][ovx8b]:write serdes 1@0x20: 0x3307=0x00

      01-01 08:08:43.760 I/    ( 1589): [525.233337][ovx8b]:write serdes 1@0x20: 0x3308=0x00

      01-01 08:08:43.761 I/    ( 1589): [525.233765][ovx8b]:write serdes 1@0x20: 0x3309=0x00

      01-01 08:08:43.761 I/    ( 1589): [525.234192][ovx8b]:write serdes 1@0x20: 0x330a=0x00

      01-01 08:08:43.762 I/    ( 1589): [525.234680][ovx8b]:write serdes 1@0x20: 0x330b=0x00

      01-01 08:08:43.762 I/    ( 1589): [525.235046][ovx8b]:write serdes 1@0x20: 0x330c=0x00

      01-01 08:08:43.763 I/    ( 1589): [525.235535][ovx8b]:write serdes 1@0x20: 0x330d=0x00

      01-01 08:08:43.763 I/    ( 1589): [525.235962][ovx8b]:write serdes 1@0x20: 0x330e=0x00

      01-01 08:08:43.764 I/    ( 1589): [525.236389][ovx8b]:write serdes 1@0x20: 0x330f=0x00

      01-01 08:08:43.764 I/    ( 1589): [525.236877][ovx8b]:write serdes 1@0x20: 0x3310=0x06

      01-01 08:08:43.764 I/    ( 1589): [525.237305][ovx8b]:write serdes 1@0x20: 0x3311=0x05

      01-01 08:08:43.765 I/    ( 1589): [525.237732][ovx8b]:write serdes 1@0x20: 0x3312=0x55

      01-01 08:08:43.765 I/    ( 1589): [525.238220][ovx8b]:write serdes 1@0x20: 0x3313=0x02

      01-01 08:08:43.766 I/    ( 1589): [525.238647][ovx8b]:write serdes 1@0x20: 0x3314=0xaa

      01-01 08:08:43.766 I/    ( 1589): [525.239075][ovx8b]:write serdes 1@0x20: 0x3315=0x07

      01-01 08:08:43.767 I/    ( 1589): [525.239502][ovx8b]:write serdes 1@0x20: 0x3316=0xf0

      01-01 08:08:43.767 I/    ( 1589): [525.239990][ovx8b]:write serdes 1@0x20: 0x3317=0x00

      01-01 08:08:43.767 I/    ( 1589): [525.240356][ovx8b]:write serdes 1@0x20: 0x3318=0x00

      01-01 08:08:43.768 I/    ( 1589): [525.240845][ovx8b]:write serdes 1@0x20: 0x3400=0x08

      01-01 08:08:43.768 I/    ( 1589): [525.241272][ovx8b]:write serdes 1@0x20: 0x3408=0x01

      01-01 08:08:43.769 I/    ( 1589): [525.241699][ovx8b]:write serdes 1@0x20: 0x3501=0x00

      01-01 08:08:43.769 I/    ( 1589): [525.242126][ovx8b]:write serdes 1@0x20: 0x3502=0x08

      01-01 08:08:43.770 I/    ( 1589): [525.242615][ovx8b]:write serdes 1@0x20: 0x3508=0x01

      01-01 08:08:43.770 I/    ( 1589): [525.243042][ovx8b]:write serdes 1@0x20: 0x3509=0x00

      01-01 08:08:43.771 I/    ( 1589): [525.243469][ovx8b]:write serdes 1@0x20: 0x350a=0x01

      01-01 08:08:43.771 I/    ( 1589): [525.243958][ovx8b]:write serdes 1@0x20: 0x350b=0x00

      01-01 08:08:43.771 I/    ( 1589): [525.244324][ovx8b]:write serdes 1@0x20: 0x350c=0x00

      01-01 08:08:43.772 I/    ( 1589): [525.244812][ovx8b]:write serdes 1@0x20: 0x3588=0x01

      01-01 08:08:43.772 I/    ( 1589): [525.245239][ovx8b]:write serdes 1@0x20: 0x3589=0x00

      01-01 08:08:43.773 I/    ( 1589): [525.245667][ovx8b]:write serdes 1@0x20: 0x358a=0x01

      01-01 08:08:43.773 I/    ( 1589): [525.246094][ovx8b]:write serdes 1@0x20: 0x358b=0x00

      01-01 08:08:43.774 I/    ( 1589): [525.246582][ovx8b]:write serdes 1@0x20: 0x358c=0x00

      01-01 08:08:43.774 I/    ( 1589): [525.247009][ovx8b]:write serdes 1@0x20: 0x3541=0x00

      01-01 08:08:43.775 I/    ( 1589): [525.247437][ovx8b]:write serdes 1@0x20: 0x3542=0x04

      01-01 08:08:43.775 I/    ( 1589): [525.247864][ovx8b]:write serdes 1@0x20: 0x3548=0x01

      01-01 08:08:43.775 I/    ( 1589): [525.248291][ovx8b]:write serdes 1@0x20: 0x3549=0x00

      01-01 08:08:43.776 I/    ( 1589): [525.248779][ovx8b]:write serdes 1@0x20: 0x354a=0x01

      01-01 08:08:43.776 I/    ( 1589): [525.249207][ovx8b]:write serdes 1@0x20: 0x354b=0x00

      01-01 08:08:43.777 I/    ( 1589): [525.249634][ovx8b]:write serdes 1@0x20: 0x354c=0x00

      01-01 08:08:43.777 I/    ( 1589): [525.250061][ovx8b]:write serdes 1@0x20: 0x35c1=0x00

      01-01 08:08:43.778 I/    ( 1589): [525.250549][ovx8b]:write serdes 1@0x20: 0x35c2=0x02

      01-01 08:08:43.778 I/    ( 1589): [525.250977][ovx8b]:write serdes 1@0x20: 0x35c7=0x00

      01-01 08:08:43.779 I/    ( 1589): [525.251404][ovx8b]:write serdes 1@0x20: 0x35c8=0x01

      01-01 08:08:43.779 I/    ( 1589): [525.251831][ovx8b]:write serdes 1@0x20: 0x35c9=0x00

      01-01 08:08:43.779 I/    ( 1589): [525.252258][ovx8b]:write serdes 1@0x20: 0x35ca=0x01

      01-01 08:08:43.780 I/    ( 1589): [525.252747][ovx8b]:write serdes 1@0x20: 0x35cb=0x00

      01-01 08:08:43.780 I/    ( 1589): [525.253174][ovx8b]:write serdes 1@0x20: 0x35cc=0x00

      01-01 08:08:43.781 I/    ( 1589): [525.253662][ovx8b]:write serdes 1@0x20: 0x3600=0xff

      01-01 08:08:43.781 I/    ( 1589): [525.254028][ovx8b]:write serdes 1@0x20: 0x3604=0x91

      01-01 08:08:43.782 I/    ( 1589): [525.254517][ovx8b]:write serdes 1@0x20: 0x3605=0x2c

      01-01 08:08:43.782 I/    ( 1589): [525.254944][ovx8b]:write serdes 1@0x20: 0x3607=0x0a

      01-01 08:08:43.782 I/    ( 1589): [525.255371][ovx8b]:write serdes 1@0x20: 0x3609=0x00

      01-01 08:08:43.783 I/    ( 1589): [525.255798][ovx8b]:write serdes 1@0x20: 0x360a=0x00

      01-01 08:08:43.783 I/    ( 1589): [525.256226][ovx8b]:write serdes 1@0x20: 0x360e=0x1b

      01-01 08:08:43.784 I/    ( 1589): [525.256714][ovx8b]:write serdes 1@0x20: 0x3611=0x3f

      01-01 08:08:43.784 I/    ( 1589): [525.257141][ovx8b]:write serdes 1@0x20: 0x3613=0x00

      01-01 08:08:43.785 I/    ( 1589): [525.257629][ovx8b]:write serdes 1@0x20: 0x3616=0x8a

      01-01 08:08:43.785 I/    ( 1589): [525.257996][ovx8b]:write serdes 1@0x20: 0x361a=0x01

      01-01 08:08:43.786 I/    ( 1589): [525.258484][ovx8b]:write serdes 1@0x20: 0x361c=0x70

      01-01 08:08:43.786 I/    ( 1589): [525.258911][ovx8b]:write serdes 1@0x20: 0x361d=0x00

      01-01 08:08:43.786 I/    ( 1589): [525.259338][ovx8b]:write serdes 1@0x20: 0x361e=0xdc

      01-01 08:08:43.787 I/    ( 1589): [525.259766][ovx8b]:write serdes 1@0x20: 0x361f=0x42

      01-01 08:08:43.787 I/    ( 1589): [525.260254][ovx8b]:write serdes 1@0x20: 0x362c=0x82

      01-01 08:08:43.788 I/    ( 1589): [525.260681][ovx8b]:write serdes 1@0x20: 0x3639=0x7b

      01-01 08:08:43.788 I/    ( 1589): [525.261108][ovx8b]:write serdes 1@0x20: 0x363f=0x20

      01-01 08:08:43.789 I/    ( 1589): [525.261536][ovx8b]:write serdes 1@0x20: 0x3643=0x2a

      01-01 08:08:43.789 I/    ( 1589): [525.261963][ovx8b]:write serdes 1@0x20: 0x3646=0x0c

      01-01 08:08:43.790 I/    ( 1589): [525.262451][ovx8b]:write serdes 1@0x20: 0x3647=0xa0

      01-01 08:08:43.790 I/    ( 1589): [525.262878][ovx8b]:write serdes 1@0x20: 0x3648=0x00

      01-01 08:08:43.790 I/    ( 1589): [525.263306][ovx8b]:write serdes 1@0x20: 0x3649=0x00

      01-01 08:08:43.791 I/    ( 1589): [525.263733][ovx8b]:write serdes 1@0x20: 0x364a=0x00

      01-01 08:08:43.791 I/    ( 1589): [525.264221][ovx8b]:write serdes 1@0x20: 0x364b=0x00

      01-01 08:08:43.792 I/    ( 1589): [525.264648][ovx8b]:write serdes 1@0x20: 0x364e=0x12

      01-01 08:08:43.792 I/    ( 1589): [525.265076][ovx8b]:write serdes 1@0x20: 0x364f=0x12

      01-01 08:08:43.793 I/    ( 1589): [525.265503][ovx8b]:write serdes 1@0x20: 0x3653=0x07

      01-01 08:08:43.793 I/    ( 1589): [525.265930][ovx8b]:write serdes 1@0x20: 0x3654=0x07

      01-01 08:08:43.793 I/    ( 1589): [525.266418][ovx8b]:write serdes 1@0x20: 0x3655=0x07

      01-01 08:08:43.794 I/    ( 1589): [525.266846][ovx8b]:write serdes 1@0x20: 0x3656=0x07

      01-01 08:08:43.794 I/    ( 1589): [525.267273][ovx8b]:write serdes 1@0x20: 0x3657=0x04

      01-01 08:08:43.795 I/    ( 1589): [525.267700][ovx8b]:write serdes 1@0x20: 0x3658=0x04

      01-01 08:08:43.795 I/    ( 1589): [525.268188][ovx8b]:write serdes 1@0x20: 0x3659=0x04

      01-01 08:08:43.796 I/    ( 1589): [525.268616][ovx8b]:write serdes 1@0x20: 0x365a=0x04

      01-01 08:08:43.796 I/    ( 1589): [525.269043][ovx8b]:write serdes 1@0x20: 0x365c=0x12

      01-01 08:08:43.797 I/    ( 1589): [525.269470][ovx8b]:write serdes 1@0x20: 0x365f=0x01

      01-01 08:08:43.797 I/    ( 1589): [525.269897][ovx8b]:write serdes 1@0x20: 0x3661=0x1c

      01-01 08:08:43.797 I/    ( 1589): [525.270386][ovx8b]:write serdes 1@0x20: 0x3663=0x00

      01-01 08:08:43.798 I/    ( 1589): [525.270813][ovx8b]:write serdes 1@0x20: 0x3664=0x00

      01-01 08:08:43.798 I/    ( 1589): [525.271240][ovx8b]:write serdes 1@0x20: 0x3668=0x08

      01-01 08:08:43.799 I/    ( 1589): [525.271667][ovx8b]:write serdes 1@0x20: 0x3669=0x08

      01-01 08:08:43.799 I/    ( 1589): [525.272156][ovx8b]:write serdes 1@0x20: 0x366b=0x00

      01-01 08:08:43.800 I/    ( 1589): [525.272583][ovx8b]:write serdes 1@0x20: 0x3800=0x00

      01-01 08:08:43.800 I/    ( 1589): [525.273010][ovx8b]:write serdes 1@0x20: 0x3801=0x00

      01-01 08:08:43.801 I/    ( 1589): [525.273438][ovx8b]:write serdes 1@0x20: 0x3802=0x00

      01-01 08:08:43.801 I/    ( 1589): [525.273865][ovx8b]:write serdes 1@0x20: 0x3803=0x04

      01-01 08:08:43.801 I/    ( 1589): [525.274353][ovx8b]:write serdes 1@0x20: 0x3804=0x0f

      01-01 08:08:43.802 I/    ( 1589): [525.274780][ovx8b]:write serdes 1@0x20: 0x3805=0x1f

      01-01 08:08:43.802 I/    ( 1589): [525.275208][ovx8b]:write serdes 1@0x20: 0x3806=0x08

      01-01 08:08:43.803 I/    ( 1589): [525.275635][ovx8b]:write serdes 1@0x20: 0x3807=0x7b

      01-01 08:08:43.803 I/    ( 1589): [525.276123][ovx8b]:write serdes 1@0x20: 0x3808=0x0f

      01-01 08:08:43.804 I/    ( 1589): [525.276550][ovx8b]:write serdes 1@0x20: 0x3809=0x00

      01-01 08:08:43.804 I/    ( 1589): [525.276978][ovx8b]:write serdes 1@0x20: 0x380a=0x08

      01-01 08:08:43.805 I/    ( 1589): [525.277405][ovx8b]:write serdes 1@0x20: 0x380b=0x70

      01-01 08:08:43.805 I/    ( 1589): [525.277832][ovx8b]:write serdes 1@0x20: 0x380c=0x03

      01-01 08:08:43.805 I/    ( 1589): [525.278320][ovx8b]:write serdes 1@0x20: 0x380d=0xdc

      01-01 08:08:43.806 I/    ( 1589): [525.278748][ovx8b]:write serdes 1@0x20: 0x380e=0x04

      01-01 08:08:43.806 I/    ( 1589): [525.279175][ovx8b]:write serdes 1@0x20: 0x380f=0x66

      01-01 08:08:43.807 I/    ( 1589): [525.279602][ovx8b]:write serdes 1@0x20: 0x3810=0x00

      01-01 08:08:43.807 I/    ( 1589): [525.280090][ovx8b]:write serdes 1@0x20: 0x3811=0x08

      01-01 08:08:43.808 I/    ( 1589): [525.280518][ovx8b]:write serdes 1@0x20: 0x3812=0x00

      01-01 08:08:43.808 I/    ( 1589): [525.280945][ovx8b]:write serdes 1@0x20: 0x3813=0x04

      01-01 08:08:43.808 I/    ( 1589): [525.281433][ovx8b]:write serdes 1@0x20: 0x3816=0x01

      01-01 08:08:43.809 I/    ( 1589): [525.281799][ovx8b]:write serdes 1@0x20: 0x3817=0x01

      01-01 08:08:43.809 I/    ( 1589): [525.282288][ovx8b]:write serdes 1@0x20: 0x381c=0x18

      01-01 08:08:43.810 I/    ( 1589): [525.282715][ovx8b]:write serdes 1@0x20: 0x381e=0x01

      01-01 08:08:43.810 I/    ( 1589): [525.283142][ovx8b]:write serdes 1@0x20: 0x381f=0x01

      01-01 08:08:43.811 I/    ( 1589): [525.283569][ovx8b]:write serdes 1@0x20: 0x3820=0x00

      01-01 08:08:43.811 I/    ( 1589): [525.284058][ovx8b]:write serdes 1@0x20: 0x3821=0x19

      01-01 08:08:43.812 I/    ( 1589): [525.285400][ovx8b]:write serdes 1@0x20: 0x3822=0x03

      01-01 08:08:43.814 I/    ( 1589): [525.286743][ovx8b]:write serdes 1@0x20: 0x3828=0x36

      01-01 08:08:43.815 I/    ( 1589): [525.288025][ovx8b]:write serdes 1@0x20: 0x3832=0x00

      01-01 08:08:43.816 I/    ( 1589): [525.289368][ovx8b]:write serdes 1@0x20: 0x3834=0x00

      01-01 08:08:43.818 I/    ( 1589): [525.290710][ovx8b]:write serdes 1@0x20: 0x383d=0x00

      01-01 08:08:43.818 I/    ( 1589): [525.291138][ovx8b]:write serdes 1@0x20: 0x3847=0x04

      01-01 08:08:43.819 I/    ( 1589): [525.291565][ovx8b]:write serdes 1@0x20: 0x3848=0x60

      01-01 08:08:43.819 I/    ( 1589): [525.292053][ovx8b]:write serdes 1@0x20: 0x384c=0x01

      01-01 08:08:43.820 I/    ( 1589): [525.292480][ovx8b]:write serdes 1@0x20: 0x384d=0xee

      01-01 08:08:43.820 I/    ( 1589): [525.292908][ovx8b]:write serdes 1@0x20: 0x3850=0x00

      01-01 08:08:43.820 I/    ( 1589): [525.293335][ovx8b]:write serdes 1@0x20: 0x3851=0x42

      01-01 08:08:43.821 I/    ( 1589): [525.293762][ovx8b]:write serdes 1@0x20: 0x3852=0x00

      01-01 08:08:43.821 I/    ( 1589): [525.294250][ovx8b]:write serdes 1@0x20: 0x3853=0x40

      01-01 08:08:43.822 I/    ( 1589): [525.294678][ovx8b]:write serdes 1@0x20: 0x3858=0x04

      01-01 08:08:43.822 I/    ( 1589): [525.295105][ovx8b]:write serdes 1@0x20: 0x385b=0x04

      01-01 08:08:43.823 I/    ( 1589): [525.295532][ovx8b]:write serdes 1@0x20: 0x385c=0x60

      01-01 08:08:43.823 I/    ( 1589): [525.296021][ovx8b]:write serdes 1@0x20: 0x388c=0x01

      01-01 08:08:43.824 I/    ( 1589): [525.296448][ovx8b]:write serdes 1@0x20: 0x388d=0xee

      01-01 08:08:43.824 I/    ( 1589): [525.296875][ovx8b]:write serdes 1@0x20: 0x3b40=0x0f

      01-01 08:08:43.824 I/    ( 1589): [525.297363][ovx8b]:write serdes 1@0x20: 0x3b41=0x80

      01-01 08:08:43.825 I/    ( 1589): [525.297791][ovx8b]:write serdes 1@0x20: 0x3b42=0x00

      01-01 08:08:43.825 I/    ( 1589): [525.298218][ovx8b]:write serdes 1@0x20: 0x3b43=0x80

      01-01 08:08:43.826 I/    ( 1589): [525.298645][ovx8b]:write serdes 1@0x20: 0x3b4b=0x27

      01-01 08:08:43.826 I/    ( 1589): [525.299133][ovx8b]:write serdes 1@0x20: 0x3b4c=0x00

      01-01 08:08:43.827 I/    ( 1589): [525.299561][ovx8b]:write serdes 1@0x20: 0x3b4d=0x00

      01-01 08:08:43.827 I/    ( 1589): [525.299988][ovx8b]:write serdes 1@0x20: 0x3b82=0xe8

      01-01 08:08:43.828 I/    ( 1589): [525.300476][ovx8b]:write serdes 1@0x20: 0x3b85=0xe8

      01-01 08:08:43.828 I/    ( 1589): [525.300903][ovx8b]:write serdes 1@0x20: 0x3d8a=0x03

      01-01 08:08:43.828 I/    ( 1589): [525.301331][ovx8b]:write serdes 1@0x20: 0x3d8b=0xff

      01-01 08:08:43.829 I/    ( 1589): [525.301758][ovx8b]:write serdes 1@0x20: 0x4307=0x03

      01-01 08:08:43.829 I/    ( 1589): [525.302185][ovx8b]:write serdes 1@0x20: 0x4308=0x13

      01-01 08:08:43.830 I/    ( 1589): [525.302673][ovx8b]:write serdes 1@0x20: 0x430a=0x13

      01-01 08:08:43.830 I/    ( 1589): [525.303101][ovx8b]:write serdes 1@0x20: 0x430d=0x93

      01-01 08:08:43.831 I/    ( 1589): [525.303528][ovx8b]:write serdes 1@0x20: 0x430e=0x14

      01-01 08:08:43.831 I/    ( 1589): [525.303955][ovx8b]:write serdes 1@0x20: 0x430f=0x57

      01-01 08:08:43.832 I/    ( 1589): [525.304504][ovx8b]:write serdes 1@0x20: 0x4310=0x95

      01-01 08:08:43.832 I/    ( 1589): [525.304932][ovx8b]:write serdes 1@0x20: 0x4311=0x16

      01-01 08:08:43.832 I/    ( 1589): [525.305359][ovx8b]:write serdes 1@0x20: 0x4316=0x00

      01-01 08:08:43.833 I/    ( 1589): [525.305786][ovx8b]:write serdes 1@0x20: 0x4317=0x38

      01-01 08:08:43.833 I/    ( 1589): [525.306213][ovx8b]:write serdes 1@0x20: 0x4318=0x12

      01-01 08:08:43.834 I/    ( 1589): [525.306702][ovx8b]:write serdes 1@0x20: 0x4319=0x03

      01-01 08:08:43.834 I/    ( 1589): [525.307129][ovx8b]:write serdes 1@0x20: 0x431b=0x00

      01-01 08:08:43.835 I/    ( 1589): [525.307556][ovx8b]:write serdes 1@0x20: 0x431d=0x2a

      01-01 08:08:43.835 I/    ( 1589): [525.308044][ovx8b]:write serdes 1@0x20: 0x431e=0x11

      01-01 08:08:43.836 I/    ( 1589): [525.308472][ovx8b]:write serdes 1@0x20: 0x431f=0x20

      01-01 08:08:43.836 I/    ( 1589): [525.308899][ovx8b]:write serdes 1@0x20: 0x4320=0x01

      01-01 08:08:43.836 I/    ( 1589): [525.309326][ovx8b]:write serdes 1@0x20: 0x4323=0x80

      01-01 08:08:43.837 I/    ( 1589): [525.309814][ovx8b]:write serdes 1@0x20: 0x4502=0xf2

      01-01 08:08:43.837 I/    ( 1589): [525.310242][ovx8b]:write serdes 1@0x20: 0x4503=0x4e

      01-01 08:08:43.838 I/    ( 1589): [525.310669][ovx8b]:write serdes 1@0x20: 0x4505=0x00

      01-01 08:08:43.838 I/    ( 1589): [525.311096][ovx8b]:write serdes 1@0x20: 0x4506=0x64

      01-01 08:08:43.839 I/    ( 1589): [525.311523][ovx8b]:write serdes 1@0x20: 0x4508=0x10

      01-01 08:08:43.839 I/    ( 1589): [525.312012][ovx8b]:write serdes 1@0x20: 0x4509=0x00

      01-01 08:08:43.840 I/    ( 1589): [525.312439][ovx8b]:write serdes 1@0x20: 0x450a=0x00

      01-01 08:08:43.840 I/    ( 1589): [525.312866][ovx8b]:write serdes 1@0x20: 0x4581=0xc7

      01-01 08:08:43.840 I/    ( 1589): [525.313354][ovx8b]:write serdes 1@0x20: 0x4583=0x07

      01-01 08:08:43.841 I/    ( 1589): [525.313782][ovx8b]:write serdes 1@0x20: 0x4584=0xec

      01-01 08:08:43.841 I/    ( 1589): [525.314270][ovx8b]:write serdes 1@0x20: 0x4585=0x09

      01-01 08:08:43.842 I/    ( 1589): [525.314636][ovx8b]:write serdes 1@0x20: 0x4586=0xae

      01-01 08:08:43.842 I/    ( 1589): [525.315125][ovx8b]:write serdes 1@0x20: 0x458f=0x00

      01-01 08:08:43.843 I/    ( 1589): [525.315552][ovx8b]:write serdes 1@0x20: 0x4590=0x20

      01-01 08:08:43.843 I/    ( 1589): [525.315979][ovx8b]:write serdes 1@0x20: 0x4597=0x00

      01-01 08:08:43.844 I/    ( 1589): [525.316589][ovx8b]:write serdes 1@0x20: 0x4599=0x0f

      01-01 08:08:43.844 I/    ( 1589): [525.317017][ovx8b]:write serdes 1@0x20: 0x459a=0x0f

      01-01 08:08:43.845 I/    ( 1589): [525.317444][ovx8b]:write serdes 1@0x20: 0x4602=0x00

      01-01 08:08:43.845 I/    ( 1589): [525.317871][ovx8b]:write serdes 1@0x20: 0x4603=0x13

      01-01 08:08:43.845 I/    ( 1589): [525.318359][ovx8b]:write serdes 1@0x20: 0x4604=0x00

      01-01 08:08:43.846 I/    ( 1589): [525.318787][ovx8b]:write serdes 1@0x20: 0x460a=0x30

      01-01 08:08:43.846 I/    ( 1589): [525.319214][ovx8b]:write serdes 1@0x20: 0x4610=0x00

      01-01 08:08:43.847 I/    ( 1589): [525.319641][ovx8b]:write serdes 1@0x20: 0x4611=0xe0

      01-01 08:08:43.847 I/    ( 1589): [525.320068][ovx8b]:write serdes 1@0x20: 0x4612=0x01

      01-01 08:08:43.848 I/    ( 1589): [525.320557][ovx8b]:write serdes 1@0x20: 0x4613=0x00

      01-01 08:08:43.848 I/    ( 1589): [525.320984][ovx8b]:write serdes 1@0x20: 0x4614=0x00

      01-01 08:08:43.849 I/    ( 1589): [525.321411][ovx8b]:write serdes 1@0x20: 0x4615=0xe0

      01-01 08:08:43.849 I/    ( 1589): [525.321838][ovx8b]:write serdes 1@0x20: 0x4616=0x01

      01-01 08:08:43.849 I/    ( 1589): [525.322327][ovx8b]:write serdes 1@0x20: 0x4617=0x00

      01-01 08:08:43.850 I/    ( 1589): [525.322754][ovx8b]:write serdes 1@0x20: 0x4700=0xe0

      01-01 08:08:43.850 I/    ( 1589): [525.323181][ovx8b]:write serdes 1@0x20: 0x4800=0x04

      01-01 08:08:43.851 I/    ( 1589): [525.323608][ovx8b]:write serdes 1@0x20: 0x480a=0x22

      01-01 08:08:43.851 I/    ( 1589): [525.324036][ovx8b]:write serdes 1@0x20: 0x480e=0x04

      01-01 08:08:43.852 I/    ( 1589): [525.324524][ovx8b]:write serdes 1@0x20: 0x4813=0xe4

      01-01 08:08:43.852 I/    ( 1589): [525.324951][ovx8b]:write serdes 1@0x20: 0x4814=0x2a

      01-01 08:08:43.852 I/    ( 1589): [525.325378][ovx8b]:write serdes 1@0x20: 0x481f=0x30

      01-01 08:08:43.853 I/    ( 1589): [525.325806][ovx8b]:write serdes 1@0x20: 0x4833=0x15

      01-01 08:08:43.853 I/    ( 1589): [525.326294][ovx8b]:write serdes 1@0x20: 0x4837=0x07

      01-01 08:08:43.854 I/    ( 1589): [525.326721][ovx8b]:write serdes 1@0x20: 0x484b=0x47

      01-01 08:08:43.854 I/    ( 1589): [525.327148][ovx8b]:write serdes 1@0x20: 0x484f=0x00

      01-01 08:08:43.855 I/    ( 1589): [525.327576][ovx8b]:write serdes 1@0x20: 0x4850=0x47

      01-01 08:08:43.855 I/    ( 1589): [525.328003][ovx8b]:write serdes 1@0x20: 0x4861=0xcc

      01-01 08:08:43.856 I/    ( 1589): [525.328491][ovx8b]:write serdes 1@0x20: 0x4884=0x08

      01-01 08:08:43.856 I/    ( 1589): [525.328918][ovx8b]:write serdes 1@0x20: 0x4889=0x00

      01-01 08:08:43.856 I/    ( 1589): [525.329346][ovx8b]:write serdes 1@0x20: 0x4d00=0x4a

      01-01 08:08:43.857 I/    ( 1589): [525.329773][ovx8b]:write serdes 1@0x20: 0x4d01=0x18

      01-01 08:08:43.857 I/    ( 1589): [525.330261][ovx8b]:write serdes 1@0x20: 0x4d05=0xff

      01-01 08:08:43.858 I/    ( 1589): [525.330688][ovx8b]:write serdes 1@0x20: 0x4d06=0x88

      01-01 08:08:43.858 I/    ( 1589): [525.331116][ovx8b]:write serdes 1@0x20: 0x4d08=0x23

      01-01 08:08:43.859 I/    ( 1589): [525.331543][ovx8b]:write serdes 1@0x20: 0x4d09=0xdf

      01-01 08:08:43.859 I/    ( 1589): [525.331970][ovx8b]:write serdes 1@0x20: 0x4d15=0x7d

      01-01 08:08:43.860 I/    ( 1589): [525.332458][ovx8b]:write serdes 1@0x20: 0x4d1a=0x20

      01-01 08:08:43.860 I/    ( 1589): [525.332886][ovx8b]:write serdes 1@0x20: 0x4d34=0x7d

      01-01 08:08:43.860 I/    ( 1589): [525.333374][ovx8b]:write serdes 1@0x20: 0x4d3c=0x7d

      01-01 08:08:43.861 I/    ( 1589): [525.333801][ovx8b]:write serdes 1@0x20: 0x4d3e=0x4a

      01-01 08:08:43.861 I/    ( 1589): [525.334229][ovx8b]:write serdes 1@0x20: 0x4d3f=0x18

      01-01 08:08:43.862 I/    ( 1589): [525.334656][ovx8b]:write serdes 1@0x20: 0x4d40=0xbb

      01-01 08:08:43.862 I/    ( 1589): [525.335083][ovx8b]:write serdes 1@0x20: 0x4d41=0xde

      01-01 08:08:43.863 I/    ( 1589): [525.335571][ovx8b]:write serdes 1@0x20: 0x4d42=0x93

      01-01 08:08:43.863 I/    ( 1589): [525.335999][ovx8b]:write serdes 1@0x20: 0x4d43=0xff

      01-01 08:08:43.864 I/    ( 1589): [525.336426][ovx8b]:write serdes 1@0x20: 0x4d5a=0x10

      01-01 08:08:43.864 I/    ( 1589): [525.336914][ovx8b]:write serdes 1@0x20: 0x4f00=0x3f

      01-01 08:08:43.864 I/    ( 1589): [525.337341][ovx8b]:write serdes 1@0x20: 0x4f01=0xff

      01-01 08:08:43.865 I/    ( 1589): [525.337769][ovx8b]:write serdes 1@0x20: 0x4f02=0xff

      01-01 08:08:43.865 I/    ( 1589): [525.338196][ovx8b]:write serdes 1@0x20: 0x4f03=0x2d

      01-01 08:08:43.866 I/    ( 1589): [525.338684][ovx8b]:write serdes 1@0x20: 0x4f04=0x00

      01-01 08:08:43.866 I/    ( 1589): [525.339111][ovx8b]:write serdes 1@0x20: 0x6a00=0x00

      01-01 08:08:43.867 I/    ( 1589): [525.339539][ovx8b]:write serdes 1@0x20: 0x6a01=0x20

      01-01 08:08:43.867 I/    ( 1589): [525.339966][ovx8b]:write serdes 1@0x20: 0x6a02=0x00

      01-01 08:08:43.868 I/    ( 1589): [525.340454][ovx8b]:write serdes 1@0x20: 0x6a03=0x20

      01-01 08:08:43.868 I/    ( 1589): [525.340881][ovx8b]:write serdes 1@0x20: 0x6a04=0x02

      01-01 08:08:43.868 I/    ( 1589): [525.341370][ovx8b]:write serdes 1@0x20: 0x6a05=0x80

      01-01 08:08:43.869 I/    ( 1589): [525.341736][ovx8b]:write serdes 1@0x20: 0x6a06=0x01

      01-01 08:08:43.869 I/    ( 1589): [525.342224][ovx8b]:write serdes 1@0x20: 0x6a07=0xe0

      01-01 08:08:43.870 I/    ( 1589): [525.342651][ovx8b]:write serdes 1@0x20: 0x6a08=0xcf

      01-01 08:08:43.870 I/    ( 1589): [525.343079][ovx8b]:write serdes 1@0x20: 0x6a09=0x01

      01-01 08:08:43.871 I/    ( 1589): [525.343567][ovx8b]:write serdes 1@0x20: 0x6a0a=0x40

      01-01 08:08:43.871 I/    ( 1589): [525.343994][ovx8b]:write serdes 1@0x20: 0x6a20=0x00

      01-01 08:08:43.872 I/    ( 1589): [525.344482][ovx8b]:write serdes 1@0x20: 0x6a21=0x02

      01-01 08:08:43.872 I/    ( 1589): [525.344910][ovx8b]:write serdes 1@0x20: 0x6a22=0x00

      01-01 08:08:43.872 I/    ( 1589): [525.345337][ovx8b]:write serdes 1@0x20: 0x6a23=0x00

      01-01 08:08:43.873 I/    ( 1589): [525.345764][ovx8b]:write serdes 1@0x20: 0x6a24=0x00

      01-01 08:08:43.873 I/    ( 1589): [525.346252][ovx8b]:write serdes 1@0x20: 0x6a25=0x00

      01-01 08:08:43.874 I/    ( 1589): [525.346680][ovx8b]:write serdes 1@0x20: 0x6a26=0x00

      01-01 08:08:43.874 I/    ( 1589): [525.347107][ovx8b]:write serdes 1@0x20: 0x6a27=0x00

      01-01 08:08:43.875 I/    ( 1589): [525.347534][ovx8b]:write serdes 1@0x20: 0x6a28=0x00

      01-01 08:08:43.875 I/    ( 1589): [525.348022][ovx8b]:write serdes 1@0x20: 0x6a29=0x01

      01-01 08:08:43.876 I/    ( 1589): [525.348450][ovx8b]:write serdes 1@0x20: 0x5180=0x80

      01-01 08:08:43.876 I/    ( 1589): [525.348877][ovx8b]:write serdes 1@0x20: 0x5181=0x0b

      01-01 08:08:43.876 I/    ( 1589): [525.349365][ovx8b]:write serdes 1@0x20: 0x5182=0xf0

      01-01 08:08:43.877 I/    ( 1589): [525.349792][ovx8b]:write serdes 1@0x20: 0x5183=0x20

      01-01 08:08:43.877 I/    ( 1589): [525.350220][ovx8b]:write serdes 1@0x20: 0x5184=0x86

      01-01 08:08:43.878 I/    ( 1589): [525.350647][ovx8b]:write serdes 1@0x20: 0x5188=0x85

      01-01 08:08:43.878 I/    ( 1589): [525.351074][ovx8b]:write serdes 1@0x20: 0x518c=0x81

      01-01 08:08:43.879 I/    ( 1589): [525.351562][ovx8b]:write serdes 1@0x20: 0x5190=0x86

      01-01 08:08:43.879 I/    ( 1589): [525.351990][ovx8b]:write serdes 1@0x20: 0x5194=0x85

      01-01 08:08:43.880 I/    ( 1589): [525.352478][ovx8b]:write serdes 1@0x20: 0x5198=0x81

      01-01 08:08:43.880 I/    ( 1589): [525.352905][ovx8b]:write serdes 1@0x20: 0x519c=0x86

      01-01 08:08:43.880 I/    ( 1589): [525.353333][ovx8b]:write serdes 1@0x20: 0x51a0=0x85

      01-01 08:08:43.881 I/    ( 1589): [525.353821][ovx8b]:write serdes 1@0x20: 0x51a4=0x86

      01-01 08:08:43.881 I/    ( 1589): [525.354187][ovx8b]:write serdes 1@0x20: 0x51a8=0x82

      01-01 08:08:43.882 I/    ( 1589): [525.354675][ovx8b]:write serdes 1@0x20: 0x51ac=0x84

      01-01 08:08:43.882 I/    ( 1589): [525.355103][ovx8b]:write serdes 1@0x20: 0x5d0d=0x0a

      01-01 08:08:43.883 I/    ( 1589): [525.355530][ovx8b]:write serdes 1@0x20: 0x5d0e=0x0a

      01-01 08:08:43.883 I/    ( 1589): [525.355957][ovx8b]:write serdes 1@0x20: 0x5d0f=0x0a

      01-01 08:08:43.884 I/    ( 1589): [525.356445][ovx8b]:write serdes 1@0x20: 0x5d11=0x10

      01-01 08:08:43.884 I/    ( 1589): [525.356873][ovx8b]:write serdes 1@0x20: 0x5d12=0x10

      01-01 08:08:43.884 I/    ( 1589): [525.357361][ovx8b]:write serdes 1@0x20: 0x5d13=0x10

      01-01 08:08:43.885 I/    ( 1589): [525.357788][ovx8b]:write serdes 1@0x20: 0x5d15=0x05

      01-01 08:08:43.885 I/    ( 1589): [525.358215][ovx8b]:write serdes 1@0x20: 0x5d16=0x05

      01-01 08:08:43.886 I/    ( 1589): [525.358643][ovx8b]:write serdes 1@0x20: 0x5d17=0x05

      01-01 08:08:43.886 I/    ( 1589): [525.359131][ovx8b]:write serdes 1@0x20: 0x5d1f=0x81

      01-01 08:08:43.887 I/    ( 1589): [525.359558][ovx8b]:write serdes 1@0x20: 0x5300=0xc2

      01-01 08:08:43.887 I/    ( 1589): [525.359985][ovx8b]:write serdes 1@0x20: 0x5314=0x70

      01-01 08:08:43.888 I/    ( 1589): [525.360474][ovx8b]:write serdes 1@0x20: 0x5315=0x70

      01-01 08:08:43.888 I/    ( 1589): [525.360901][ovx8b]:write serdes 1@0x20: 0x5316=0x73

      2024-09-24
      0
    • szc回复szc:

      详细的log放在了115网盘

      https://115.com/s/swhzkuo3h3e?password=w468&#

      quad_ovx8b.zip

      访问码:w468

      2024-09-24
      0
    • 费小财回复szc:

      有驱动的日志吗。或者cat /proc/hb_isp 发出来看看

      2024-09-25
      0
    • szc回复费小财:

      驱动日志是通过dmesg看吗。上面的115网盘链接中有dmesg log。cat /proc/hb_isp 输出如下:

      root@j5dvb:~# cat /proc/hb_isp

      fw_ctx_count   active     inactive

      8         1        7

      dev_sched_mode

      soft_manual

      ----------------------------------------------------------------------------------------------

      safety_slots   counter     10s/counter

      enable      1624      128

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      0     0        0xc5397000   0xc5397000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      0     local      native     3840   2160    30

      isp_pipe axi_output   stream_output

      0     yuv422     yuv422

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      0     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      0     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      0     0        4        0

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      0     0        4        0

      isp_pipe input_usernum  input_busynum  input_freenum

      0     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      0     0        6        2

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      0     13917      14082      13900      13930

      isp_pipe loss interrupt crc dead count

      0     0        182

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      0     1807      146       1624       128

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      1     255       0xc53b8000   0xc53b8000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      1     local      linear     0     0      0

      isp_pipe axi_output   stream_output

      1     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      1     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      1     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      1     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      1     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      1     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      1     0        0        8

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      1     0        0        0        0

      isp_pipe loss interrupt crc dead count

      1     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      1     0        0        0        0

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      2     255       0xc53d9000   0xc53d9000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      2     local      linear     0     0      0

      isp_pipe axi_output   stream_output

      2     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      2     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      2     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      2     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      2     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      2     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      2     0        0        8

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      2     0        0        0        0

      isp_pipe loss interrupt crc dead count

      2     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      2     0        0        0        0

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      3     255       0xc53fa000   0xc53fa000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      3     local      linear     0     0      0

      isp_pipe axi_output   stream_output

      3     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      3     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      3     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      3     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      3     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      3     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      3     0        0        8

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      3     0        0        0        0

      isp_pipe loss interrupt crc dead count

      3     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      3     0        0        0        0

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      4     255       0xc541b000   0xc541b000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      4     remote     linear     0     0      0

      isp_pipe axi_output   stream_output

      4     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      4     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      4     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      4     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      4     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      4     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      4     0        0        6

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      4     0        0        0        0

      isp_pipe loss interrupt crc dead count

      4     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      4     0        0        0        0

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      5     255       0xc543c000   0xc543c000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      5     remote     linear     0     0      0

      isp_pipe axi_output   stream_output

      5     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      5     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      5     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      5     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      5     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      5     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      5     0        0        6

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      5     0        0        0        0

      isp_pipe loss interrupt crc dead count

      5     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      5     0        0        0        0

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      6     255       0xc545d000   0xc545d000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      6     remote     linear     0     0      0

      isp_pipe axi_output   stream_output

      6     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      6     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      6     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      6     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      6     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      6     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      6     0        0        6

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      6     0        0        0        0

      isp_pipe loss interrupt crc dead count

      6     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      6     0        0        0        0

      ----------------------------------------------------------------------------------------------

      isp_pipe pipeline_id   base_litmmu   base_phy

      7     255       0xc547e000   0xc547e000

      isp_pipe usecase     mode      s_Width  s_Height  frame_rate

      7     remote     linear     0     0      0

      isp_pipe axi_output   stream_output

      7     disable     disable

      isp_pipe input_crop   rect.x     rect.y  rect.width rect.height

      7     disable     0        0     0      0

      isp_pipe output_crop   rect.x     rect.y  rect.width rect.height

      7     disable     0        0     0      0

      isp_pipe awb_usernum   awb_busynum   awb_freenum

      7     0        0        4

      isp_pipe ae_usernum   ae_busynum   ae_freenum

      7     0        0        4

      isp_pipe input_usernum  input_busynum  input_freenum

      7     0        0        0

      isp_pipe output_usernum output_busynum output_freenum

      7     0        0        6

      isp_pipe cur_ustime   max_ustime   min_ustime    avg_ustime

      7     0        0        0        0

      isp_pipe loss interrupt crc dead count

      7     0        0

      isp_pipe input_counter  10s/input_frame mcbe_counter   10s/mcbe_frame

      7     0        0        0        0

      ----------------------------------------------------------------------------------------------

      root@j5dvb:~#


      2024-09-25
      0
    • 费小财回复szc:

      看上去只有一路初始化成功了,日志下载不下来

      2024-09-25
      0
    • szc回复费小财:

      是的,只有初始化了一路。不过从logcat 日志中看到三个camera都通过i2c进行了配置,只是后续只配置了一个pipeline, 没有配置其他的pipeline,不知道这个和什么相关。vpm_gtest 命令中参数也配置了 -M 7。 你知道循环配置pipeline的代码是在哪个函数中吗?我看下具体原因。

      dmesg log如下

      [ 524.114653] audit: type=1400 audit(946685322.636:17): avc: denied { execute } for pid=1589 comm="sh" name="vpm_gtest" dev="mmcblk0p32" ino=395573 scontext=u:r:shell:s0 tcontext=u:object_r:app_file:s0 tclass=file permissive=1

      [ 524.114686] audit: type=1400 audit(946685322.636:18): avc: denied { execute_no_trans } for pid=1589 comm="sh" path="/userdata/app/bin/vps/vpm/vpm_gtest" dev="mmcblk0p32" ino=395573 scontext=u:r:shell:s0 tcontext=u:object_r:app_file:s0 tclass=file permissive=1

      [ 524.115300] audit: type=1400 audit(946685322.636:19): avc: denied { map } for pid=1589 comm="vpm_gtest" path="/userdata/app/bin/vps/vpm/vpm_gtest" dev="mmcblk0p32" ino=395573 scontext=u:r:shell:s0 tcontext=u:object_r:app_file:s0 tclass=file permissive=1

      [ 524.209341] audit: type=1400 audit(946685322.728:20): avc: denied { create } for pid=1589 comm="vpm_gtest" scontext=u:r:shell:s0 tcontext=u:r:shell:s0 tclass=tcp_socket permissive=1

      [ 524.209390] audit: type=1400 audit(946685322.728:21): avc: denied { setopt } for pid=1589 comm="vpm_gtest" scontext=u:r:shell:s0 tcontext=u:r:shell:s0 tclass=tcp_socket permissive=1

      [ 524.209432] audit: type=1400 audit(946685322.728:22): avc: denied { bind } for pid=1589 comm="vpm_gtest" scontext=u:r:shell:s0 tcontext=u:r:shell:s0 tclass=tcp_socket permissive=1

      [ 524.209468] audit: type=1400 audit(946685322.728:23): avc: denied { name_bind } for pid=1589 comm="vpm_gtest" src=10086 scontext=u:r:shell:s0 tcontext=u:object_r:port:s0 tclass=tcp_socket permissive=1

      [ 524.209497] audit: type=1400 audit(946685322.728:24): avc: denied { node_bind } for pid=1589 comm="vpm_gtest" src=10086 scontext=u:r:shell:s0 tcontext=u:object_r:node:s0 tclass=tcp_socket permissive=1

      [ 524.209529] audit: type=1400 audit(946685322.728:25): avc: denied { listen } for pid=1589 comm="vpm_gtest" lport=10086 scontext=u:r:shell:s0 tcontext=u:r:shell:s0 tclass=tcp_socket permissive=1

      [ 524.209607] audit: type=1400 audit(946685322.728:26): avc: denied { accept } for pid=1589 comm="vpm_gtest" lport=10086 scontext=u:r:shell:s0 tcontext=u:r:shell:s0 tclass=tcp_socket permissive=1

      [ 524.232074] [PYM stl]:pym_fusa_default_value_check done

      [ 524.232087] [PYM]:[P0][V0]PYM open node

      [ 524.232112] [V0] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.232117] [S0][V0] pym_bind_chain_group done

      [ 524.232129] [P0][S0] pym_alloc_cfg_id shadow index = 0

      [ 524.232134] [S0]pym_subdev_init: pym_mode 4

      [ 524.232159] [PYM]:[P0][V1]PYM open node

      [ 524.232168] [V1] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.232172] [S0][V1] pym_bind_chain_group done

      [ 524.232273] [S0]pym_subdev_init: pym_mode 4

      [ 524.232935] [S0]pym_subdev_reqbufs :reqbuf number 6

      [ 524.232952] Stream0 path: G0*>G1

      [ 524.240896] [ISP_HW0][main.c][isp_cdma_init:187]-isp base ecc0 value = 0xf0f, isp cdma base ecc0 value 0xf0f...

      [ 524.242102] [ISP_HW0][main.c][isp_cdma_init:197]-isp(0) , settings[i].isp_base = 0xc6e97000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.243294] [ISP_HW0][main.c][isp_cdma_init:197]-isp(1) , settings[i].isp_base = 0xc6eb8000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.244401] [ISP_HW0][main.c][isp_cdma_init:197]-isp(2) , settings[i].isp_base = 0xc6ed9000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.245508] [ISP_HW0][main.c][isp_cdma_init:197]-isp(3) , settings[i].isp_base = 0xc6efa000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.246641] [ISP_HW0][main.c][isp_cdma_init:197]-isp(4) , settings[i].isp_base = 0xc6f1b000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.247749] [ISP_HW0][main.c][isp_cdma_init:197]-isp(5) , settings[i].isp_base = 0xc6f3c000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.248855] [ISP_HW0][main.c][isp_cdma_init:197]-isp(6) , settings[i].isp_base = 0xc6f5d000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.249963] [ISP_HW0][main.c][isp_cdma_init:197]-isp(7) , settings[i].isp_base = 0xc6f7e000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.251097] [ISP_HW0][main.c][isp_cdma_init:197]-isp(8) , settings[i].isp_base = 0xc6f9f000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.252207] [ISP_HW0][main.c][isp_cdma_init:197]-isp(9) , settings[i].isp_base = 0xc6fc0000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.253311] [ISP_HW0][main.c][isp_cdma_init:197]-isp(10) , settings[i].isp_base = 0xc6fe1000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.254456] [ISP_HW0][main.c][isp_cdma_init:197]-isp(11) , settings[i].isp_base = 0xc7002000 base ecc0 value = 0xf0f, isp cdma base ec90 value 0xf0f...

      [ 524.259727] [ISP_HW0][isp.c][hb_isp_open:138]hb_isp_open finish , ret = 0, isp_open_cnt = 1

      [ 524.278161] [S0]gdc_subdev_open cnt 1

      [ 524.295061] [PYM]:[P0][V0]PYM open node

      [ 524.295087] [V0] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.295093] [S1][V0] pym_bind_chain_group done

      [ 524.295104] [P0][S1] pym_alloc_cfg_id shadow index = 1

      [ 524.295109] [S1]pym_subdev_init: pym_mode 4

      [ 524.295128] [PYM]:[P0][V1]PYM open node

      [ 524.295136] [V1] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.295141] [S1][V1] pym_bind_chain_group done

      [ 524.295242] [S1]pym_subdev_init: pym_mode 4

      [ 524.295636] [S1]pym_subdev_reqbufs :reqbuf number 6

      [ 524.295649] Stream0 path: G0*>G1

      [ 524.297598] [ISP_HW0][isp.c][hb_isp_open:138]hb_isp_open finish , ret = 0, isp_open_cnt = 2

      [ 524.297699] [S0]gdc_subdev_open cnt 2

      [ 524.352334] [PYM]:[P0][V0]PYM open node

      [ 524.352358] [V0] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.352364] [S2][V0] pym_bind_chain_group done

      [ 524.352374] [P0][S2] pym_alloc_cfg_id shadow index = 2

      [ 524.352379] [S2]pym_subdev_init: pym_mode 4

      [ 524.352396] [PYM]:[P0][V1]PYM open node

      [ 524.352404] [V1] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.352408] [S2][V1] pym_bind_chain_group done

      [ 524.352509] [S2]pym_subdev_init: pym_mode 4

      [ 524.352938] [S2]pym_subdev_reqbufs :reqbuf number 6

      [ 524.352951] Stream0 path: G0*>G1

      [ 524.354939] [ISP_HW0][isp.c][hb_isp_open:138]hb_isp_open finish , ret = 0, isp_open_cnt = 3

      [ 524.355041] [S0]gdc_subdev_open cnt 3

      [ 524.370783] [CIM]:j5_cim_open open node

      [ 524.370812] [V0] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 524.370819] [S0][V0] cim_bind_chain_group done, ctx_index(0) refcount(1)

      [ 524.370845] Stream0 path: G0*>G1=>G4

      [ 524.371419] sensor0 user_mutex init !

      [ 524.371425] camera_fop_open sensor0 success 76

      [ 524.371644] vps mipi_host0: pre_init_request cmd: initing

      [ 524.371658] vps mipi_host0: pre_init_result cmd: done wake

      [ 525.069711] camera_i2c_open sensor0 i2c_bus 1 sensor_name ovx8b sensor_addr 0x10

      [ 525.069876] the sensor0 ovx8b is open success !


      [ 525.070059] vps mipi_host0: init cmd: 0 real

      [ 525.070071] vps mipi_host0: init begin

      [ 525.070075] vps mipi_host0: 4 lane 3840x2160 30fps datatype 0x2c

      [ 525.070082] vps mipi_host0: mclk 24 ignore

      [ 525.070308] vps mipi_host0: ipiclk set 133333200 get 648000000

      [ 525.071376] vps mipi_host0: check phy stop state

      [ 525.071382] vps mipi_host0: linelenth: 4440, framelenth: 3003, fps: 30, ipiclk: 648000000, rx_bit_clk: 4800000000

      [ 525.071390] vps mipi_host0: ipi config hsa: 4, hbp: 4, hsd: 18

      [ 525.071410] vps mipi_host0: ipi3 vc0 datatype 0x2c 16bit

      [ 525.071423] vps mipi_host0: config 3/3 ipi done

      [ 525.071431] vps mipi_host0 stl: init done

      [ 525.071435] vps mipi_host0: init end

      [ 525.071565] vps mipi_dev0: init cmd: 0 real

      [ 525.071573] vps mipi_dev0: init begin

      [ 525.071579] vps mipi_dev0: ipiclk set 133333200 get 133333200

      [ 525.071626] vps mipi_dev0: config 1/0 ipi done

      [ 525.071633] vps mipi_dev0: dphy state 0x2aa3

      [ 525.072638] vps mipi_dev0: dphy state 0x3ffb

      [ 525.072644] vps mipi_dev0 stl: init done

      [ 525.072649] vps mipi_dev0: init end

      [ 525.075913] [A][time_1 :946685323 s, 601360 us], ncf = 149!

      [ 525.109541] [A][time_1 :946685323 s, 634988 us], ncf = 149!

      [ 525.173431] [CIM]:j5_cim_open open node

      [ 525.173446] [V0] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 525.173452] [S1][V0] cim_bind_chain_group done, ctx_index(0) refcount(1)

      [ 525.173474] Stream1 path: G0*>G1=>G4

      [ 525.173577] sensor1 user_mutex init !

      [ 525.173581] camera_fop_open sensor1 success 76

      [ 525.173611] vps mipi_host0: pre_init_request cmd: inited drop

      [ 525.874445] camera_i2c_open sensor1 i2c_bus 1 sensor_name ovx8b sensor_addr 0x20

      [ 525.874577] the sensor1 ovx8b is open success !


      [ 525.875374] [CIM]:j5_cim_open open node

      [ 525.875386] [V0] vio_vctx_bind_subdev done, ctx_index(0) refcount(1)

      [ 525.875393] [S2][V0] cim_bind_chain_group done, ctx_index(0) refcount(1)

      [ 525.875412] Stream2 path: G0*>G1=>G4

      [ 525.875509] sensor2 user_mutex init !

      [ 525.875514] camera_fop_open sensor2 success 76

      [ 525.875541] vps mipi_host0: pre_init_request cmd: inited drop

      [ 526.571332] camera_i2c_open sensor2 i2c_bus 1 sensor_name ovx8b sensor_addr 0x30

      [ 526.571445] the sensor2 ovx8b is open success !


      [ 526.571692] [S0][V0]pym_subdev_start hw enable

      [ 526.571700] [S0][V0]pym_subdev_start leader 0

      [ 526.594629] [S0][V1]pym_subdev_start leader 0

      [ 526.594742] [ISP_HW0][isp.c][isp_set_preset_mode:1428]isp_pipe (0):Processing event: 1

      [ 526.594878] [ISP_HW0][mcfe_func.c][mcfe_config:153]mcfe_config E : ctx_id = 0

      [ 526.597539] [ISP_HW0][mcfe_func.c][mcfe_config:200]mcfe_config X : ctx_id = 0

      [ 526.612566] [ISP_HW0][isp.c][isp_set_pub_attr_internal:1681]isp_pipe(0) set pub size(2160*3840), enable(0-0), presetmode(0)

      [ 526.614229] [S0]cim_subdev_start hw enable

      [ 526.614237] [S0]cim_subdev_start

      [ 526.614713] ioctl sensor0 start 142

      [ 526.614747] vps mipi_host0: start cmd: 0 real

      [ 526.614754] vps mipi_host0: check hs reception

      [ 526.614759] vps mipi_host0: entry hs reception

      [ 526.614766] vps mipi_host0 stl: phychk done

      [ 526.614811] vps mipi_host0 stl: start done

      [ 526.614851] vps mipi_dev0: start cmd: 0 real

      [ 526.614870] vps mipi_dev0 stl: fifo full check done

      [ 526.614892] vps mipi_dev0 stl: start done



      2024-09-25
      0
    • 费小财回复szc:

      看日志只开流了一路,你说的代码是啥代码,测试代码吗 还是hal代码的

      2024-09-25
      0
    • szc回复费小财:

      我在根据logcat 日志看内核代码,hb_vin_init 执行完成后,是怎么调用到hb_vpm_start_pipeline函数的,知道吗?现在的问题是为什么只调用了一次,只启动了 pipeline(0), 没有再启动 pipeline(1)和 pipeline(2)


      01-01 08:08:45.097 I/    ( 1589): [526.569458][VIN]:[hb_vin_init][1063]vps cam init done.Time cost(2205)ms.

      01-01 08:08:45.097 I/    ( 1589): [526.569458][VPM interface]:[hb_vpm_start_pipeline][222]vio pipeline(0) try to start.

      01-01 08:08:45.097 I/    ( 1589): [526.569519][PYM]:[pym_entity_start][1890]pipe(0)pym_entity_start in !

      01-01 08:08:45.120 I/    ( 1589): [526.592529][PYM]:[pym_entity_start][1905]Pipe(0)pym0 entity start Done.

      01-01 08:08:45.120 D/    ( 1589): isp_pipe = 0 , dev mode = 1, size(3840*2160) !

      01-01 08:08:45.138 I/    ( 1589): [526.611023][ISP]:[isp_entity_start][905]Pipe(0) isp set pub attr done.

      01-01 08:08:45.138 I/    ( 1589): [526.611084][ISP]:[isp_entity_start][921]Pipe(0) isp_pipe_start done.

      01-01 08:08:45.138 I/    ( 1589): [526.611084][ISP]:[isp_entity_start][940]Pipe(0)isp_calib_update isp_channel = 0, hw_id = 0, ctx_id = 0

      01-01 08:08:45.139 I/    ( 1589): [526.611877][ISP]:[isp_entity_start][949]Pipe(0) isp ctx 0 algo start done.

      01-01 08:08:45.139 I/    ( 1589): [526.611938][ISP]:[isp_entity_start][951]Pipe(0) isp entity start done.

      01-01 08:08:45.139 D/    ( 1589): [526.611938][VPM pipeline]:[vio_pipeline_entity_start][444]Pipe(0)vio_pipeline_entity_start done.

      01-01 08:08:45.139 I/    ( 1589): [526.611938][VIN]:[hb_vin_start][1156]cam port0 start begin

      01-01 08:08:45.140 I/    ( 1589): [526.612549][]:write 1@0x10: 0x0100=0x0001

      01-01 08:08:45.140 I/    ( 1589): [526.612610][mipi host]:mipi host0 start begin

      01-01 08:08:45.140 I/    ( 1589): [526.612671][mipi host]:mipi host0 start end

      01-01 08:08:45.140 I/    ( 1589): [526.612732][mipi dev]:mipi dev0 start begin

      01-01 08:08:45.140 I/    ( 1589): [526.612793][mipi dev]:mipi dev0 start end

      01-01 08:08:45.140 I/    ( 1589): [526.612793][hb mipi]:hb_vin_mipi_start 0 end

      01-01 08:08:45.140 I/    ( 1589): [526.612793][VIN]:[hb_vin_start][1215]cam port0 start end

      01-01 08:08:45.140 I/    ( 1589): [526.612793][VIN]:[hb_vin_start][1218]vin cam start done.Time cost(1)ms.


      2024-09-25
      0
    • 费小财回复szc:

      -M的参数选择的 三路的要选择用7 ,这个调用是在测试的代码中调用的

      2024-09-25
      0
    • szc回复费小财:

      一开始就设置成7了, 配置命令如下,但是只有pipe 0 start了

      elif test "$1" == "quad_sen_cim_isp0_pym0_4k_ovx8b"; then


          echo "========= Run $1"

          ${COMMON_DIR}vpm_gtest -v "/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json" -e 0 -r 1000 -S 1 -c "/userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_j5dev.json" -M 7\

          -x ${cam_rstart} -X ${vio_rstart} \

          --gtest_filter=VpmScenarioTest.vpm_scenario_pym_data \

      #    --gtest_output=xml:${OUTPUT_DIR_PREFIX}output/vps_$1_test_result.xml

      2024-09-25
      0
    • szc回复szc:
      我执行的命令是 sh vio_test_case.sh  quad_sen_cim_isp0_pym0_4k_ovx8b, 从log看好像是调用了下面的函数。但是这个函数只会启动pipeline 0. 是测试用例哪里有问题吗?不应该写--gtest_filter=VpmScenarioTest.vpm_scenario_pym_data ?
      TEST_F(VpmScenarioTest, vpm_scenario_pym_data)

      {

          vio_gtest_dbg("------- Test case vpm_scenario_pym_data -----\n");
          int32_t ret;
          int32_t need_loop = 0;
          ASSERT_EQ(hb_vio_cfg_check(vio_cfg_file, cam_cfg_file, cam_index), 0);
          ASSERT_EQ(hb_vio_init(vio_cfg_file), 0);
          ASSERT_EQ(hb_cam_init(cam_index, cam_cfg_file), 0);
          ASSERT_EQ(hb_vio_start_pipeline(pipe_id), 0);
          ASSERT_EQ(hb_cam_start(pipe_id), 0);

      log:

          01-01 08:00:01.483 I/    ( 501): [2.948849]hb_vcs_set_oom_score_adj[2261] L: action: echo -1000 > /proc/501/oom_score_adj ret:0

      01-01 08:00:01.766 I/    ( 501): [3.238447]main[2291] L: vio service start pid 501

      01-01 08:08:42.712 I/    ( 1589): [524.184814][VIO TEST MAIN]:[parse_opts][197]vio_cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/vpm_config.json

      01-01 08:08:42.712 I/    ( 1589): [524.184937][VIO TEST MAIN]:[parse_opts][281]pym_show_layer = 0

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][209]run_time = 1000

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][289]hbplayer = 1

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][201]cam_cfg_file = /userdata/app/bin/vps/vpm/cfg/quad_sen_cim_isp0_pym0_4k_ovx8b/hb_j5dev.json

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][217]pipe_mask = 7(0x7)

      01-01 08:08:42.712 I/    ( 1589): [524.184998][VIO TEST MAIN]:[parse_opts][317]cam_start_stop = 0

      01-01 08:08:42.717 I/    ( 1589): [524.190002][VIO TEST UIIL COMM]:[soc_ver_check][810]Vps running on soc J5 ver2.0

      01-01 08:08:42.718 D/    ( 1589): [524.190491][VIO TEST SCENARIO TC]:[SetUp][43]SetUp VpmScenarioTest case

      01-01 08:08:42.718 D/    ( 1589): [524.190613][VIO TEST UTIL CHECK]:[vpm_frame_check_init][25]All vpm_frame_check_init done.

      01-01 08:08:42.718 D/    ( 1589): [524.191162][VIO TEST UTIL DUMP]:[dp_worker_init][605]Dp_worker:: dp_worker_init done.

      01-01 08:08:42.718 D/    ( 1589): [524.191162][VIO TEST UTIL DUMP]:[dp_worker_dump_thread][454]Test dp_worker_dump_thread start

      01-01 08:08:42.718 D/    ( 1589): [524.191223][VIO TEST UTIL DUMP]:[dp_worker_dump_thread][459]done list is empty.

      01-01 08:08:42.734 D/    ( 1589): [524.207092][VIO TEST SCENARIO TC]:[TestBody][149]------- Test case vpm_scenario_pym_data -----

      01-01 08:08:42.735 I/    ( 1589): [524.207489]hb_vin_parser[227] L: index:0 port num 3

      01-01 08:08:42.735 D/    ( 1589): [524.208008][cim hal]:no dvp node !!

      01-01 08:08:42.735 W/    ( 1589): [524.208069][hb cim utils]:skip_frame has empty json value

      2024-09-25
      0
    • 费小财回复szc:

          --gtest_filter=VpmScenarioTest.vpm_scenario_pym_data \

      这个是你自己写的吗?

      2024-09-25
      0
    • 费小财回复szc:

      multi_streams_pym 你试试改成这个,看看行不行,不行的话我去翻下J5的代码 这个是j6参数,可能是继承的gtest_filter=VpmScenarioTest.multi_streams_pym

      2024-09-25
      1
    • szc回复费小财:

      是我自己写的,参考了另外一个用例。没想到这个会选择不同的测试用例代码。

      改成 gtest_filter=VpmScenarioTest.multi_streams_pym 可以了。谢谢

      2024-09-26
      0
    • 费小财回复szc:

      好的,只有multi才支持多路,并通过M的值进行mask不同的通路的

      2024-09-26
      0
  • rhf2022
    Lv.1

    9296不是只能接两路相机输入吗,为什么这里可以接入三路800w相机?

    2024-10-08
    0
    0