Searched defs:property_value (Results 1 - 25 of 47) sorted by relevance

12

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp60 char property_value[PROPERTY_VALUE_MAX] = {0}; local
62 if (property_get("omx_swvdec.log.level", property_value, NULL))
64 omx_swvdec_loglevel = atoi(property_value);
294 char property_value[PROPERTY_VALUE_MAX] = {0}; local
296 if (property_get("omx_swvdec.dump.ip", property_value, NULL))
298 m_dump_ip = atoi(property_value);
302 if (property_get("omx_swvdec.dump.op", property_value, NULL))
304 m_dump_op = atoi(property_value);
309 property_value,
315 (char *) malloc((strlen(property_value)
[all...]
H A Dh264_utils.cpp907 char property_value[PROPERTY_VALUE_MAX] = {0}; local
909 property_get("vidc.dec.debug.panframedata", property_value, "0");
910 enable_panscan_log = atoi(property_value);
1195 char property_value[PROPERTY_VALUE_MAX] = {0}; local
1198 property_get("vidc.dec.debug.panframedata", property_value, "0");
1199 enable_framepack_log = atoi(property_value);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp62 char property_value[PROPERTY_VALUE_MAX] = {0}; local
64 if (property_get("vendor.omx_swvdec.log.level", property_value, NULL))
66 omx_swvdec_loglevel = atoi(property_value);
170 char property_value[PROPERTY_VALUE_MAX] = {0}; local
201 if (property_get("vendor.omx_swvdec.dump.ip", property_value, NULL))
203 m_dump_ip = atoi(property_value);
208 if (property_get("vendor.omx_swvdec.dump.op", property_value, NULL))
210 m_dump_op = atoi(property_value);
216 property_value,
217 filename_ip) && (strlen(property_value) >
[all...]
H A Dh264_utils.cpp907 char property_value[PROPERTY_VALUE_MAX] = {0}; local
909 property_get("vendor.vidc.dec.debug.panframedata", property_value, "0");
910 enable_panscan_log = atoi(property_value);
1195 char property_value[PROPERTY_VALUE_MAX] = {0}; local
1198 property_get("vendor.vidc.dec.debug.panframedata", property_value, "0");
1199 enable_framepack_log = atoi(property_value);
H A Domx_swvdec.cpp148 char property_value[PROPERTY_VALUE_MAX] = {0}; local
151 property_value,
154 m_meta_buffer_mode_disabled = (bool) atoi(property_value);
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp62 char property_value[PROPERTY_VALUE_MAX] = {0}; local
64 if (property_get("omx_swvdec.log.level", property_value, NULL))
66 omx_swvdec_loglevel = atoi(property_value);
170 char property_value[PROPERTY_VALUE_MAX] = {0}; local
201 if (property_get("omx_swvdec.dump.ip", property_value, NULL))
203 m_dump_ip = atoi(property_value);
208 if (property_get("omx_swvdec.dump.op", property_value, NULL))
210 m_dump_op = atoi(property_value);
216 property_value,
217 filename_ip) && (strlen(property_value) >
[all...]
H A Domx_swvdec.cpp148 char property_value[PROPERTY_VALUE_MAX] = {0}; local
151 property_value,
154 m_meta_buffer_mode_disabled = (bool) atoi(property_value);
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp438 char property_value[PROPERTY_VALUE_MAX]; local
439 property_get("hw.hdmi.resolution", property_value, "-1");
440 int mode = atoi(property_value);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp438 char property_value[PROPERTY_VALUE_MAX]; local
439 property_get("hw.hdmi.resolution", property_value, "-1");
440 int mode = atoi(property_value);
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.cpp431 char property_value[PROPERTY_VALUE_MAX]; local
432 property_get("hw.hdmi.resolution", property_value, "-1");
433 int mode = atoi(property_value);
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp443 char property_value[PROPERTY_VALUE_MAX]; local
444 property_get("hw.hdmi.resolution", property_value, "-1");
445 int mode = atoi(property_value);
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_hdmi.cpp565 char property_value[kMaxStringLength]; local
573 bool prop_read_success = Debug::GetProperty(name, property_value);
579 length = HWDevice::SysFsWrite(sys_fs_path, property_value,
580 static_cast<ssize_t>(strlen(property_value)));
582 DLOGW("Failed to write %s = %s", node, property_value);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp529 char property_value[PROPERTY_VALUE_MAX]; local
530 property_get("hw.hdmi.resolution", property_value, "-1");
531 int mode = atoi(property_value);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp106 int property_value = Debug::GetMaxPipesPerMixer(display_type_); local
107 if (property_value >= 0) {
108 max_mixer_stages = std::min(UINT32(property_value), hw_resource_info.num_blending_stages);
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_hdmi.cpp649 char property_value[kMaxStringLength]; local
657 bool prop_read_success = Debug::GetProperty(name, property_value);
663 length = HWDevice::SysFsWrite(sys_fs_path, property_value,
664 static_cast<ssize_t>(strlen(property_value)));
666 DLOGW("Failed to write %s = %s", node, property_value);
/hardware/qcom/display/sdm845/sdm/libs/core/fb/
H A Dhw_hdmi.cpp649 char property_value[kMaxStringLength]; local
657 bool prop_read_success = Debug::GetProperty(name, property_value);
663 length = HWDevice::SysFsWrite(sys_fs_path, property_value,
664 static_cast<ssize_t>(strlen(property_value)));
666 DLOGW("Failed to write %s = %s", node, property_value);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp970 char property_value[PROPERTY_VALUE_MAX] = {0}; local
972 property_get("vidc.dec.debug.panframedata", property_value, "0");
973 enable_panscan_log = atoi(property_value);
1279 char property_value[PROPERTY_VALUE_MAX] = {0}; local
1282 property_get("vidc.dec.debug.panframedata", property_value, "0");
1283 enable_framepack_log = atoi(property_value);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp907 char property_value[PROPERTY_VALUE_MAX] = {0}; local
909 property_get("vidc.dec.debug.panframedata", property_value, "0");
910 enable_panscan_log = atoi(property_value);
1195 char property_value[PROPERTY_VALUE_MAX] = {0}; local
1198 property_get("vidc.dec.debug.panframedata", property_value, "0");
1199 enable_framepack_log = atoi(property_value);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp75 char property_value[PROPERTY_VALUE_MAX] = {0}; local
76 property_get("vidc.debug.level", property_value, "1");
77 debug_level = atoi(property_value);
78 property_value[0] = '\0';
79 property_get("vidc.debug.bframes", property_value, "0");
80 bframes = atoi(property_value);
81 property_value[0] = '\0';
82 property_get("vidc.debug.entropy", property_value, "1");
83 entropy = !!atoi(property_value);
84 property_value[
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp65 char property_value[PROPERTY_VALUE_MAX] = {0}; local
66 property_get("vidc.debug.level", property_value, "0");
67 debug_level = atoi(property_value);
68 property_value[0] = '\0';
H A Domx_swvenc_mpeg4.cpp66 char property_value[PROPERTY_VALUE_MAX] = {0}; local
70 property_value[0] = '\0';
71 property_get("vidc.debug.level", property_value, "1");
72 debug_level = atoi(property_value);
74 property_value[0] = '\0';
75 property_get("vidc.enc.log.in", property_value, "0");
76 m_debug.in_buffer_log = atoi(property_value);
78 property_value[0] = '\0';
79 property_get("vidc.enc.log.out", property_value, "0");
80 m_debug.out_buffer_log = atoi(property_value);
[all...]
H A Domx_video_encoder.cpp149 char property_value[PROPERTY_VALUE_MAX] = {0}; local
150 property_get("vidc.debug.level", property_value, "1");
151 debug_level = atoi(property_value);
152 property_value[0] = '\0';
153 property_get("vidc.debug.bframes", property_value, "0");
154 bframes = atoi(property_value);
155 property_value[0] = '\0';
156 property_get("vidc.debug.entropy", property_value, "1");
157 entropy = !!atoi(property_value);
158 property_value[
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp66 char property_value[PROPERTY_VALUE_MAX] = {0}; local
70 property_value[0] = '\0';
71 property_get("vendor.vidc.debug.level", property_value, "1");
72 debug_level = atoi(property_value);
74 property_value[0] = '\0';
75 property_get("vendor.vidc.enc.log.in", property_value, "0");
76 m_debug.in_buffer_log = atoi(property_value);
78 property_value[0] = '\0';
79 property_get("vendor.vidc.enc.log.out", property_value, "0");
80 m_debug.out_buffer_log = atoi(property_value);
[all...]
H A Domx_video_encoder.cpp141 char property_value[PROPERTY_VALUE_MAX] = {0}; local
142 property_get("vendor.vidc.debug.level", property_value, "1");
143 debug_level = strtoul(property_value, NULL, 16);
144 property_value[0] = '\0';
145 property_get("vendor.vidc.debug.bframes", property_value, "0");
146 bframes = atoi(property_value);
147 property_value[0] = '\0';
148 property_get("vendor.vidc.debug.entropy", property_value, "1");
149 entropy = !!atoi(property_value);
150 property_value[
[all...]
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp67 char property_value[PROPERTY_VALUE_MAX] = {0}; local
71 property_value[0] = '\0';
72 property_get("vidc.debug.level", property_value, "1");
73 debug_level = atoi(property_value);
75 property_value[0] = '\0';
76 property_get("vidc.enc.log.in", property_value, "0");
77 m_debug.in_buffer_log = atoi(property_value);
79 property_value[0] = '\0';
80 property_get("vidc.enc.log.out", property_value, "0");
81 m_debug.out_buffer_log = atoi(property_value);
[all...]

Completed in 717 milliseconds

12