Home
last modified time | relevance | path

Searched refs:m_debug (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp143 memset(&m_debug,0,sizeof(m_debug)); in venc_dev()
148 m_debug.in_buffer_log = atoi(property_value); in venc_dev()
152 m_debug.out_buffer_log = atoi(property_value); in venc_dev()
153 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX, in venc_dev()
205 if (m_debug.out_buffer_log && !m_debug.outfile) { in venc_output_log_buffers()
208 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v", in venc_output_log_buffers()
209m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers()
211 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264", in venc_output_log_buffers()
212m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers()
214 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.263", in venc_output_log_buffers()
[all …]
Domx_swvenc_mpeg4.cpp68 memset(&m_debug,0,sizeof(m_debug)); in omx_venc()
76 m_debug.in_buffer_log = atoi(property_value); in omx_venc()
80 m_debug.out_buffer_log = atoi(property_value); in omx_venc()
82 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_venc()
87 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_venc()
1867 if (m_debug.in_buffer_log) in dev_empty_buf()
2227 RETURN(m_debug.out_buffer_log == 1); in dev_get_output_log_flag()
2234 if (m_debug.out_buffer_log && !m_debug.outfile) in dev_output_log_buffers()
2241 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, in dev_output_log_buffers()
2243 m_debug.log_loc, width, height, this); in dev_output_log_buffers()
[all …]
Dvideo_encoder_device_v4l2.cpp263 memset(&m_debug,0,sizeof(m_debug)); in venc_dev()
279 m_debug.in_buffer_log = atoi(property_value); in venc_dev()
282 m_debug.out_buffer_log = atoi(property_value); in venc_dev()
285 m_debug.extradata_log = atoi(property_value); in venc_dev()
288 m_debug.roiqp_log = atoi(property_value); in venc_dev()
308 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, in venc_dev()
852 return (m_debug.out_buffer_log == 1); in venc_get_output_log_flag()
862 if (!m_debug.outfile) { in venc_output_log_buffers()
865 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v", in venc_output_log_buffers()
866m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp142 memset(&m_debug,0,sizeof(m_debug)); in venc_dev()
147 m_debug.in_buffer_log = atoi(property_value); in venc_dev()
151 m_debug.out_buffer_log = atoi(property_value); in venc_dev()
152 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX, in venc_dev()
204 if (m_debug.out_buffer_log && !m_debug.outfile) { in venc_output_log_buffers()
207 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v", in venc_output_log_buffers()
208m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers()
210 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264", in venc_output_log_buffers()
211m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers()
213 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.263", in venc_output_log_buffers()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp158 memset(&m_debug,0,sizeof(m_debug)); in venc_dev()
169 (int32_t *)&m_debug.in_buffer_log, 0); in venc_dev()
171 (int32_t *)&m_debug.out_buffer_log, 0); in venc_dev()
182 m_debug.in_buffer_log |= atoi(property_value); in venc_dev()
186 m_debug.out_buffer_log |= atoi(property_value); in venc_dev()
189 m_debug.extradata_log = atoi(property_value); in venc_dev()
192 m_debug.cvp_log |= atoi(property_value); in venc_dev()
209 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in venc_dev()
1230 return (m_debug.out_buffer_log == 1); in venc_get_output_log_flag()
1235 if (!m_debug.cvpfile && m_debug.cvp_log) { in venc_cvp_log_buffers()
[all …]
Domx_swvenc_mpeg4.cpp77 memset(&m_debug,0,sizeof(m_debug)); in omx_venc()
84 (int32_t *)&m_debug.in_buffer_log, 0); in omx_venc()
86 (int32_t *)&m_debug.out_buffer_log, 0); in omx_venc()
90 m_debug.in_buffer_log = atoi(property_value); in omx_venc()
94 m_debug.in_buffer_rotated_log = atoi(property_value); in omx_venc()
98 m_debug.out_buffer_log = atoi(property_value); in omx_venc()
100 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_venc()
105 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_venc()
2341 if (m_debug.in_buffer_log) in dev_empty_buf()
2352 if (m_debug.in_buffer_rotated_log) { in dev_empty_buf()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp77 memset(&m_debug,0,sizeof(m_debug)); in omx_venc()
84 (int32_t *)&m_debug.in_buffer_log, 0); in omx_venc()
86 (int32_t *)&m_debug.out_buffer_log, 0); in omx_venc()
90 m_debug.in_buffer_log = atoi(property_value); in omx_venc()
94 m_debug.in_buffer_rotated_log = atoi(property_value); in omx_venc()
98 m_debug.out_buffer_log = atoi(property_value); in omx_venc()
100 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_venc()
105 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_venc()
2397 if (m_debug.in_buffer_log) in dev_empty_buf()
2408 if (m_debug.in_buffer_rotated_log) { in dev_empty_buf()
[all …]
Dvideo_encoder_device_v4l2.cpp176 memset(&m_debug,0,sizeof(m_debug)); in venc_dev()
198 (int32_t *)&m_debug.in_buffer_log, 0); in venc_dev()
200 (int32_t *)&m_debug.out_buffer_log, 0); in venc_dev()
207 m_debug.in_buffer_log |= atoi(property_value); in venc_dev()
211 m_debug.out_buffer_log |= atoi(property_value); in venc_dev()
214 m_debug.extradata_log = atoi(property_value); in venc_dev()
231 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in venc_dev()
1383 return (m_debug.out_buffer_log == 1); in venc_get_output_log_flag()
1393 if (!m_debug.outfile) { in venc_output_log_buffers()
1396 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.264", in venc_output_log_buffers()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp68 memset(&m_debug,0,sizeof(m_debug)); in omx_venc()
76 m_debug.in_buffer_log = atoi(property_value); in omx_venc()
80 m_debug.out_buffer_log = atoi(property_value); in omx_venc()
82 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_venc()
87 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_venc()
1927 if (m_debug.in_buffer_log) in dev_empty_buf()
2291 RETURN(m_debug.out_buffer_log == 1); in dev_get_output_log_flag()
2298 if (m_debug.out_buffer_log && !m_debug.outfile) in dev_output_log_buffers()
2305 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, in dev_output_log_buffers()
2307 m_debug.log_loc, width, height, this); in dev_output_log_buffers()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp77 memset(&m_debug,0,sizeof(m_debug)); in omx_venc()
84 (int32_t *)&m_debug.in_buffer_log, 0); in omx_venc()
86 (int32_t *)&m_debug.out_buffer_log, 0); in omx_venc()
90 m_debug.in_buffer_log = atoi(property_value); in omx_venc()
94 m_debug.out_buffer_log = atoi(property_value); in omx_venc()
96 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_venc()
101 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_venc()
2350 if (m_debug.in_buffer_log) in dev_empty_buf()
2817 RETURN(m_debug.out_buffer_log == 1); in dev_get_output_log_flag()
2825 if (m_debug.out_buffer_log && !m_debug.outfile) in dev_output_log_buffers()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp606 memset(&m_debug,0,sizeof(m_debug)); in omx_vdec()
626 (int32_t *)&m_debug.in_buffer_log, 0); in omx_vdec()
628 (int32_t *)&m_debug.out_buffer_log, 0); in omx_vdec()
656 m_debug.in_buffer_log |= atoi(property_value); in omx_vdec()
658 DEBUG_PRINT_HIGH("vendor.vidc.dec.log.in value is %d", m_debug.in_buffer_log); in omx_vdec()
662 m_debug.out_buffer_log |= atoi(property_value); in omx_vdec()
664 DEBUG_PRINT_HIGH("vendor.vidc.dec.log.out value is %d", m_debug.out_buffer_log); in omx_vdec()
668 m_debug.out_cc_buffer_log |= atoi(property_value); in omx_vdec()
670 DEBUG_PRINT_HIGH("vendor.vidc.dec.log.cc.out value is %d", m_debug.out_buffer_log); in omx_vdec()
674 m_debug.out_meta_buffer_log = atoi(property_value); in omx_vdec()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp680 memset(&m_debug,0,sizeof(m_debug)); in omx_vdec()
718 m_debug.in_buffer_log = atoi(property_value); in omx_vdec()
722 m_debug.out_buffer_log = atoi(property_value); in omx_vdec()
723 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_vdec()
727 m_debug.out_meta_buffer_log = atoi(property_value); in omx_vdec()
728 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); in omx_vdec()
733 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_vdec()
1854 if (pThis->m_debug.outfile) { in process_event_cb()
1855 fclose(pThis->m_debug.outfile); in process_event_cb()
1856 pThis->m_debug.outfile = NULL; in process_event_cb()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h107 venc_debug_cap m_debug;
Dvideo_encoder_device.h91 struct venc_debug_cap m_debug; variable
Dvideo_encoder_device_v4l2.h407 struct venc_debug_cap m_debug; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp629 memset(&m_debug, 0, sizeof(m_debug)); in omx_vdec()
637 m_debug.in_buffer_log = atoi(property_value); in omx_vdec()
641 m_debug.out_buffer_log = atoi(property_value); in omx_vdec()
645 m_debug.im_buffer_log = atoi(property_value); in omx_vdec()
647 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); in omx_vdec()
651 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_vdec()
1620 if (m_debug.in_buffer_log && !m_debug.infile) { in log_input_buffers()
1624 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.hevc", in log_input_buffers()
1625m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers()
1627 m_debug.infile = fopen (m_debug.infile_name, "ab"); in log_input_buffers()
[all …]
Domx_vdec_msm8974.cpp604 memset(&m_debug,0,sizeof(m_debug)); in omx_vdec()
642 m_debug.in_buffer_log = atoi(property_value); in omx_vdec()
646 m_debug.out_buffer_log = atoi(property_value); in omx_vdec()
647 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); in omx_vdec()
652 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_vdec()
1439 if (m_debug.in_buffer_log && !m_debug.infile) { in log_input_buffers()
1441 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.m4v", in log_input_buffers()
1442m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers()
1445 …sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.mpg", m_debug.log_loc, drv_ctx.video_resolutio… in log_input_buffers()
1447 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.263", in log_input_buffers()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp633 memset(&m_debug, 0, sizeof(m_debug)); in omx_vdec()
641 m_debug.in_buffer_log = atoi(property_value); in omx_vdec()
645 m_debug.out_buffer_log = atoi(property_value); in omx_vdec()
649 m_debug.im_buffer_log = atoi(property_value); in omx_vdec()
651 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); in omx_vdec()
655 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_vdec()
1637 if (m_debug.in_buffer_log && !m_debug.infile) { in log_input_buffers()
1641 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.hevc", in log_input_buffers()
1642m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers()
1644 m_debug.infile = fopen (m_debug.infile_name, "ab"); in log_input_buffers()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h109 venc_debug_cap m_debug;
Dvideo_encoder_device_v4l2.h440 struct venc_debug_cap m_debug; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h113 venc_debug_cap m_debug;
Dvideo_encoder_device_v4l2.h391 struct venc_debug_cap m_debug; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h114 venc_debug_cap m_debug;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h308 struct venc_debug_cap m_debug; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h359 struct venc_debug_cap m_debug; variable

12