Searched refs:m_debug (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp142 memset(&m_debug,0,sizeof(m_debug));
147 m_debug.in_buffer_log = atoi(property_value);
151 m_debug.out_buffer_log = atoi(property_value);
152 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX,
204 if (m_debug.out_buffer_log && !m_debug.outfile) {
207 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v",
208 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
210 size = snprintf(m_debug
[all...]
H A Dvideo_encoder_device_v4l2.cpp249 memset(&m_debug,0,sizeof(m_debug));
261 m_debug.in_buffer_log = atoi(property_value);
264 m_debug.out_buffer_log = atoi(property_value);
267 m_debug.extradata_log = atoi(property_value);
269 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX,
679 return (m_debug.out_buffer_log == 1);
689 if (!m_debug.outfile) {
692 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v",
693 m_debug
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp143 memset(&m_debug,0,sizeof(m_debug));
148 m_debug.in_buffer_log = atoi(property_value);
152 m_debug.out_buffer_log = atoi(property_value);
153 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX,
205 if (m_debug.out_buffer_log && !m_debug.outfile) {
208 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v",
209 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
211 size = snprintf(m_debug
[all...]
H A Domx_swvenc_mpeg4.cpp68 memset(&m_debug,0,sizeof(m_debug));
76 m_debug.in_buffer_log = atoi(property_value);
80 m_debug.out_buffer_log = atoi(property_value);
82 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC);
87 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
1867 if (m_debug.in_buffer_log)
2227 RETURN(m_debug.out_buffer_log == 1);
2234 if (m_debug.out_buffer_log && !m_debug
[all...]
H A Dvideo_encoder_device_v4l2.cpp258 memset(&m_debug,0,sizeof(m_debug));
272 m_debug.in_buffer_log = atoi(property_value);
275 m_debug.out_buffer_log = atoi(property_value);
278 m_debug.extradata_log = atoi(property_value);
281 m_debug.roiqp_log = atoi(property_value);
294 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX,
836 return (m_debug.out_buffer_log == 1);
846 if (!m_debug.outfile) {
849 size = snprintf(m_debug
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp658 memset(&m_debug,0,sizeof(m_debug));
696 m_debug.in_buffer_log = atoi(property_value);
700 m_debug.out_buffer_log = atoi(property_value);
701 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC);
705 m_debug.out_meta_buffer_log = atoi(property_value);
706 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC);
711 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
1653 if (pThis->m_debug.outfile) {
1654 fclose(pThis->m_debug
[all...]
H A Domx_vdec_hevc_swvdec.cpp633 memset(&m_debug, 0, sizeof(m_debug));
641 m_debug.in_buffer_log = atoi(property_value);
645 m_debug.out_buffer_log = atoi(property_value);
649 m_debug.im_buffer_log = atoi(property_value);
651 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC);
655 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
1637 if (m_debug.in_buffer_log && !m_debug.infile) {
1641 sprintf(m_debug
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_mpeg4.h107 venc_debug_cap m_debug; member in class:omx_venc
H A Dvideo_encoder_device.h91 struct venc_debug_cap m_debug; member in class:venc_dev
H A Dvideo_encoder_device_v4l2.h383 struct venc_debug_cap m_debug; member in class:venc_dev
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h91 struct venc_debug_cap m_debug; member in class:venc_dev
H A Dvideo_encoder_device_v4l2.h296 struct venc_debug_cap m_debug; member in class:venc_dev
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp629 memset(&m_debug, 0, sizeof(m_debug));
637 m_debug.in_buffer_log = atoi(property_value);
641 m_debug.out_buffer_log = atoi(property_value);
645 m_debug.im_buffer_log = atoi(property_value);
647 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC);
651 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
1620 if (m_debug.in_buffer_log && !m_debug.infile) {
1624 sprintf(m_debug
[all...]
H A Domx_vdec_msm8974.cpp603 memset(&m_debug,0,sizeof(m_debug));
641 m_debug.in_buffer_log = atoi(property_value);
645 m_debug.out_buffer_log = atoi(property_value);
646 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC);
651 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
1438 if (m_debug.in_buffer_log && !m_debug.infile) {
1440 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.m4v",
1441 m_debug
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1042 struct debug_cap m_debug; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1054 struct debug_cap m_debug; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h1069 struct debug_cap m_debug; member in class:omx_vdec

Completed in 161 milliseconds