/hardware/qcom/sm8150/media/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.vidc.debug.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.vidc.dec.log.in", property_value, NULL)) in omx_swvdec_diag() 203 m_dump_ip = atoi(property_value); in omx_swvdec_diag() 208 if (property_get("vendor.vidc.dec.log.out", 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 …]
|
/hardware/qcom/sdm845/media/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.vidc.debug.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.vidc.dec.log.in", property_value, NULL)) in omx_swvdec_diag() 203 m_dump_ip = atoi(property_value); in omx_swvdec_diag() 208 if (property_get("vendor.vidc.dec.log.out", 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 …]
|
/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 | 682 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_vdec() local 683 property_get("vendor.vidc.debug.level", property_value, "1"); in omx_vdec() 684 debug_level = strtoul(property_value, NULL, 16); in omx_vdec() 685 property_value[0] = '\0'; in omx_vdec() 689 property_get("vendor.vidc.dec.debug.perf", property_value, "0"); in omx_vdec() 690 perf_flag = atoi(property_value); in omx_vdec() 697 property_value[0] = '\0'; in omx_vdec() 698 property_get("vendor.vidc.dec.debug.ts", property_value, "0"); in omx_vdec() 699 m_debug_timestamp = atoi(property_value); in omx_vdec() 706 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/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()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_virtual.cpp | 66 int property_value = Debug::GetMaxPipesPerMixer(display_type_); in Init() local 67 if (property_value >= 0) { in Init() 68 max_mixer_stages = std::min(UINT32(property_value), hw_resource_info.num_blending_stages); in Init()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_virtual.cpp | 66 int property_value = Debug::GetMaxPipesPerMixer(display_type_); in Init() local 67 if (property_value >= 0) { in Init() 68 max_mixer_stages = std::min(UINT32(property_value), hw_resource_info.num_blending_stages); in Init()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_virtual.cpp | 68 int property_value = Debug::GetMaxPipesPerMixer(display_type_); in Init() local 69 if (property_value >= 0) { in Init() 70 max_mixer_stages = std::min(UINT32(property_value), hw_resource_info.num_blending_stages); in Init()
|
/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/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/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 75 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 79 property_value[0] = '\0'; in omx_venc() 80 property_get("vendor.vidc.debug.level", property_value, "1"); in omx_venc() 81 debug_level = atoi(property_value); in omx_venc() 88 property_value[0] = '\0'; in omx_venc() 89 property_get("vendor.vidc.enc.log.in", property_value, "0"); in omx_venc() 90 m_debug.in_buffer_log = atoi(property_value); in omx_venc() 92 property_value[0] = '\0'; in omx_venc() 93 property_get("vendor.vidc.enc.log.out", property_value, "0"); in omx_venc() 94 m_debug.out_buffer_log = atoi(property_value); in omx_venc() [all …]
|
/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/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/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/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/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 899 char property_value[PROPERTY_VALUE_MAX] = {0}; in sei_pan_scan() local 901 property_get("vendor.vidc.dec.debug.panframedata", property_value, "0"); in sei_pan_scan() 902 enable_panscan_log = atoi(property_value); in sei_pan_scan() 1181 char property_value[PROPERTY_VALUE_MAX] = {0}; in parse_frame_pack() local 1184 property_get("vendor.vidc.dec.debug.panframedata", property_value, "0"); in parse_frame_pack() 1185 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 2788 property_get("persist.camera.debug.assert", property_value, "0"); in mm_camera_debug_open() 2789 cam_soft_assert = atoi(property_value); in mm_camera_debug_open() 2793 property_get("persist.camera.debug.logfile", property_value, "0"); in mm_camera_debug_open() 2794 if (atoi(property_value)) { in mm_camera_debug_open()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 75 char property_value[PROPERTY_VALUE_MAX] = {0}; in omx_venc() local 79 property_value[0] = '\0'; in omx_venc() 80 property_get("vendor.vidc.debug.level", property_value, "1"); in omx_venc() 81 debug_level = atoi(property_value); in omx_venc() 88 property_value[0] = '\0'; in omx_venc() 89 property_get("vendor.vidc.enc.log.in", property_value, "0"); in omx_venc() 90 m_debug.in_buffer_log = atoi(property_value); in omx_venc() 92 property_value[0] = '\0'; in omx_venc() 93 property_get("vendor.vidc.enc.log.out", property_value, "0"); in omx_venc() 94 m_debug.out_buffer_log = atoi(property_value); in omx_venc() [all …]
|