/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec_utils.cpp | 62 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_swvdec_log_init() local 64 if (property_get("vendor.omx_swvdec.log.level", property_value, NULL)) in omx_swvdec_log_init() 66 omx_swvdec_loglevel = atoi(property_value); in omx_swvdec_log_init() 170 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_swvdec_diag() local 201 if (property_get("vendor.omx_swvdec.dump.ip", property_value, NULL)) in omx_swvdec_diag() 203 m_dump_ip = atoi(property_value); in omx_swvdec_diag() 208 if (property_get("vendor.omx_swvdec.dump.op", property_value, NULL)) in omx_swvdec_diag() 210 m_dump_op = atoi(property_value); in omx_swvdec_diag() 216 property_value, in omx_swvdec_diag() 217 filename_ip) && (strlen(property_value) > 0 ) ) in omx_swvdec_diag() [all …]
|
D | omx_vdec_v4l2.cpp | 681 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_vdec() local 682 property_get("vendor.vidc.debug.level", property_value, "1"); in omx_vdec() 683 debug_level = strtoul(property_value, NULL, 16); in omx_vdec() 684 property_value[0] = '\0'; in omx_vdec() 688 property_get("vendor.vidc.dec.debug.perf", property_value, "0"); in omx_vdec() 689 perf_flag = atoi(property_value); in omx_vdec() 696 property_value[0] = '\0'; in omx_vdec() 697 property_get("vendor.vidc.dec.debug.ts", property_value, "0"); in omx_vdec() 698 m_debug_timestamp = atoi(property_value); in omx_vdec() 705 property_value[0] = '\0'; in omx_vdec() [all …]
|
D | h264_utils.cpp | 907 char property_value[PROPERTY_VALUE_MAX] = {0}; in sei_pan_scan() local 909 property_get("vendor.vidc.dec.debug.panframedata", property_value, "0"); in sei_pan_scan() 910 enable_panscan_log = atoi(property_value); in sei_pan_scan() 1195 char property_value[PROPERTY_VALUE_MAX] = {0}; in parse_frame_pack() local 1198 property_get("vendor.vidc.dec.debug.panframedata", property_value, "0"); in parse_frame_pack() 1199 enable_framepack_log = atoi(property_value); in parse_frame_pack()
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec_utils.cpp | 62 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_swvdec_log_init() local 64 if (property_get("omx_swvdec.log.level", property_value, NULL)) in omx_swvdec_log_init() 66 omx_swvdec_loglevel = atoi(property_value); in omx_swvdec_log_init() 170 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_swvdec_diag() local 201 if (property_get("omx_swvdec.dump.ip", property_value, NULL)) in omx_swvdec_diag() 203 m_dump_ip = atoi(property_value); in omx_swvdec_diag() 208 if (property_get("omx_swvdec.dump.op", property_value, NULL)) in omx_swvdec_diag() 210 m_dump_op = atoi(property_value); in omx_swvdec_diag() 216 property_value, in omx_swvdec_diag() 217 filename_ip) && (strlen(property_value) > 0 ) ) in omx_swvdec_diag() [all …]
|
D | omx_vdec_v4l2.cpp | 674 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_vdec() local 675 property_get("vidc.debug.level", property_value, "1"); in omx_vdec() 676 debug_level = strtoul(property_value, NULL, 16); in omx_vdec() 677 property_value[0] = '\0'; in omx_vdec() 681 property_get("vidc.dec.debug.perf", property_value, "0"); in omx_vdec() 682 perf_flag = atoi(property_value); in omx_vdec() 689 property_value[0] = '\0'; in omx_vdec() 690 property_get("vidc.dec.debug.ts", property_value, "0"); in omx_vdec() 691 m_debug_timestamp = atoi(property_value); in omx_vdec() 698 property_value[0] = '\0'; in omx_vdec() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec_utils.cpp | 60 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_swvdec_log_init() local 62 if (property_get("omx_swvdec.log.level", property_value, NULL)) in omx_swvdec_log_init() 64 omx_swvdec_loglevel = atoi(property_value); in omx_swvdec_log_init() 294 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_swvdec_diag() local 296 if (property_get("omx_swvdec.dump.ip", property_value, NULL)) in omx_swvdec_diag() 298 m_dump_ip = atoi(property_value); in omx_swvdec_diag() 302 if (property_get("omx_swvdec.dump.op", property_value, NULL)) in omx_swvdec_diag() 304 m_dump_op = atoi(property_value); in omx_swvdec_diag() 309 property_value, in omx_swvdec_diag() 315 (char *) malloc((strlen(property_value) + 1) * sizeof(char)); in omx_swvdec_diag() [all …]
|
D | h264_utils.cpp | 907 char property_value[PROPERTY_VALUE_MAX] = {0}; in sei_pan_scan() local 909 property_get("vidc.dec.debug.panframedata", property_value, "0"); in sei_pan_scan() 910 enable_panscan_log = atoi(property_value); in sei_pan_scan() 1195 char property_value[PROPERTY_VALUE_MAX] = {0}; in parse_frame_pack() local 1198 property_get("vidc.dec.debug.panframedata", property_value, "0"); in parse_frame_pack() 1199 enable_framepack_log = atoi(property_value); in parse_frame_pack()
|
D | omx_vdec_v4l2.cpp | 662 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_vdec() local 663 property_get("vidc.debug.level", property_value, "1"); in omx_vdec() 664 debug_level = atoi(property_value); in omx_vdec() 665 property_value[0] = '\0'; in omx_vdec() 669 property_get("vidc.dec.debug.perf", property_value, "0"); in omx_vdec() 670 perf_flag = atoi(property_value); in omx_vdec() 677 property_value[0] = '\0'; in omx_vdec() 678 property_get("vidc.dec.debug.ts", property_value, "0"); in omx_vdec() 679 m_debug_timestamp = atoi(property_value); in omx_vdec() 686 property_value[0] = '\0'; in omx_vdec() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 75 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 76 property_get("vidc.debug.level", property_value, "1"); in omx_venc() 77 debug_level = atoi(property_value); in omx_venc() 78 property_value[0] = '\0'; in omx_venc() 79 property_get("vidc.debug.bframes", property_value, "0"); in omx_venc() 80 bframes = atoi(property_value); in omx_venc() 81 property_value[0] = '\0'; in omx_venc() 82 property_get("vidc.debug.entropy", property_value, "1"); in omx_venc() 83 entropy = !!atoi(property_value); in omx_venc() 84 property_value[0] = '\0'; in omx_venc() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 141 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 142 property_get("vendor.vidc.debug.level", property_value, "1"); in omx_venc() 143 debug_level = strtoul(property_value, NULL, 16); in omx_venc() 144 property_value[0] = '\0'; in omx_venc() 145 property_get("vendor.vidc.debug.bframes", property_value, "0"); in omx_venc() 146 bframes = atoi(property_value); in omx_venc() 147 property_value[0] = '\0'; in omx_venc() 148 property_get("vendor.vidc.debug.entropy", property_value, "1"); in omx_venc() 149 entropy = !!atoi(property_value); in omx_venc() 150 property_value[0] = '\0'; in omx_venc() [all …]
|
D | omx_swvenc_mpeg4.cpp | 66 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 70 property_value[0] = '\0'; in omx_venc() 71 property_get("vendor.vidc.debug.level", property_value, "1"); in omx_venc() 72 debug_level = atoi(property_value); in omx_venc() 74 property_value[0] = '\0'; in omx_venc() 75 property_get("vendor.vidc.enc.log.in", property_value, "0"); in omx_venc() 76 m_debug.in_buffer_log = atoi(property_value); in omx_venc() 78 property_value[0] = '\0'; in omx_venc() 79 property_get("vendor.vidc.enc.log.out", property_value, "0"); in omx_venc() 80 m_debug.out_buffer_log = atoi(property_value); in omx_venc() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 66 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 70 property_value[0] = '\0'; in omx_venc() 71 property_get("vidc.debug.level", property_value, "1"); in omx_venc() 72 debug_level = atoi(property_value); in omx_venc() 74 property_value[0] = '\0'; in omx_venc() 75 property_get("vidc.enc.log.in", property_value, "0"); in omx_venc() 76 m_debug.in_buffer_log = atoi(property_value); in omx_venc() 78 property_value[0] = '\0'; in omx_venc() 79 property_get("vidc.enc.log.out", property_value, "0"); in omx_venc() 80 m_debug.out_buffer_log = atoi(property_value); in omx_venc() [all …]
|
D | omx_video_encoder.cpp | 149 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 150 property_get("vidc.debug.level", property_value, "1"); in omx_venc() 151 debug_level = atoi(property_value); in omx_venc() 152 property_value[0] = '\0'; in omx_venc() 153 property_get("vidc.debug.bframes", property_value, "0"); in omx_venc() 154 bframes = atoi(property_value); in omx_venc() 155 property_value[0] = '\0'; in omx_venc() 156 property_get("vidc.debug.entropy", property_value, "1"); in omx_venc() 157 entropy = !!atoi(property_value); in omx_venc() 158 property_value[0] = '\0'; in omx_venc() [all …]
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 67 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 71 property_value[0] = '\0'; in omx_venc() 72 property_get("vidc.debug.level", property_value, "1"); in omx_venc() 73 debug_level = atoi(property_value); in omx_venc() 75 property_value[0] = '\0'; in omx_venc() 76 property_get("vidc.enc.log.in", property_value, "0"); in omx_venc() 77 m_debug.in_buffer_log = atoi(property_value); in omx_venc() 79 property_value[0] = '\0'; in omx_venc() 80 property_get("vidc.enc.log.out", property_value, "0"); in omx_venc() 81 m_debug.out_buffer_log = atoi(property_value); in omx_venc() [all …]
|
D | omx_video_encoder.cpp | 66 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 67 property_get("vidc.debug.level", property_value, "1"); in omx_venc() 68 debug_level = strtoul(property_value, NULL, 16); in omx_venc() 69 property_value[0] = '\0'; in omx_venc() 70 property_get("vidc.debug.bframes", property_value, "0"); in omx_venc() 71 bframes = atoi(property_value); in omx_venc() 72 property_value[0] = '\0'; in omx_venc() 73 property_get("vidc.debug.entropy", property_value, "1"); in omx_venc() 74 entropy = !!atoi(property_value); in omx_venc() 75 property_value[0] = '\0'; in omx_venc() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 565 char property_value[kMaxStringLength]; in SetSourceProductInformation() local 573 bool prop_read_success = Debug::GetProperty(name, property_value); in SetSourceProductInformation() 579 length = HWDevice::SysFsWrite(sys_fs_path, property_value, in SetSourceProductInformation() 580 static_cast<ssize_t>(strlen(property_value))); in SetSourceProductInformation() 582 DLOGW("Failed to write %s = %s", node, property_value); in SetSourceProductInformation()
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 438 char property_value[PROPERTY_VALUE_MAX]; in getUserMode() local 439 property_get("hw.hdmi.resolution", property_value, "-1"); in getUserMode() 440 int mode = atoi(property_value); in getUserMode()
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.cpp | 438 char property_value[PROPERTY_VALUE_MAX]; in getUserMode() local 439 property_get("hw.hdmi.resolution", property_value, "-1"); in getUserMode() 440 int mode = atoi(property_value); in getUserMode()
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 529 char property_value[PROPERTY_VALUE_MAX]; in getUserMode() local 530 property_get("hw.hdmi.resolution", property_value, "-1"); in getUserMode() 531 int mode = atoi(property_value); in getUserMode()
|
/hardware/qcom/display/msm8909/libhdmi/ |
D | hdmi.cpp | 431 char property_value[PROPERTY_VALUE_MAX]; in getUserMode() local 432 property_get("hw.hdmi.resolution", property_value, "-1"); in getUserMode() 433 int mode = atoi(property_value); in getUserMode()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 970 char property_value[PROPERTY_VALUE_MAX] = {0}; in sei_pan_scan() local 972 property_get("vidc.dec.debug.panframedata", property_value, "0"); in sei_pan_scan() 973 enable_panscan_log = atoi(property_value); in sei_pan_scan() 1279 char property_value[PROPERTY_VALUE_MAX] = {0}; in parse_frame_pack() local 1282 property_get("vidc.dec.debug.panframedata", property_value, "0"); in parse_frame_pack() 1283 enable_framepack_log = atoi(property_value); in parse_frame_pack()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 907 char property_value[PROPERTY_VALUE_MAX] = {0}; in sei_pan_scan() local 909 property_get("vidc.dec.debug.panframedata", property_value, "0"); in sei_pan_scan() 910 enable_panscan_log = atoi(property_value); in sei_pan_scan() 1195 char property_value[PROPERTY_VALUE_MAX] = {0}; in parse_frame_pack() local 1198 property_get("vidc.dec.debug.panframedata", property_value, "0"); in parse_frame_pack() 1199 enable_framepack_log = atoi(property_value); in parse_frame_pack()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 2744 char property_value[PROPERTY_VALUE_MAX] = {0}; in mm_camera_set_dbg_log_properties() local 2752 property_get(cam_loginfo[i].prop, property_value, default_value); in mm_camera_set_dbg_log_properties() 2753 log_level = (cam_global_debug_level_t)atoi(property_value); in mm_camera_set_dbg_log_properties() 2783 char property_value[PROPERTY_VALUE_MAX] = {0}; in mm_camera_debug_open() local 2789 property_get("persist.camera.debug.assert", property_value, "0"); in mm_camera_debug_open() 2790 cam_soft_assert = atoi(property_value); in mm_camera_debug_open() 2794 property_get("persist.camera.debug.logfile", property_value, "0"); in mm_camera_debug_open() 2795 if (atoi(property_value)) { in mm_camera_debug_open()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 649 char property_value[kMaxStringLength]; in SetSourceProductInformation() local 657 bool prop_read_success = Debug::GetProperty(name, property_value); in SetSourceProductInformation() 663 length = HWDevice::SysFsWrite(sys_fs_path, property_value, in SetSourceProductInformation() 664 static_cast<ssize_t>(strlen(property_value))); in SetSourceProductInformation() 666 DLOGW("Failed to write %s = %s", node, property_value); in SetSourceProductInformation()
|
/hardware/qcom/display/sdm845/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 649 char property_value[kMaxStringLength]; in SetSourceProductInformation() local 657 bool prop_read_success = Debug::GetProperty(name, property_value); in SetSourceProductInformation() 663 length = HWDevice::SysFsWrite(sys_fs_path, property_value, in SetSourceProductInformation() 664 static_cast<ssize_t>(strlen(property_value))); in SetSourceProductInformation() 666 DLOGW("Failed to write %s = %s", node, property_value); in SetSourceProductInformation()
|