Searched refs:m_debug (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 142 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() 208 … m_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() 211 … m_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 …]
|
D | video_encoder_device_v4l2.cpp | 209 memset(&m_debug,0,sizeof(m_debug)); in venc_dev() 217 m_debug.in_buffer_log = atoi(property_value); in venc_dev() 220 m_debug.out_buffer_log = atoi(property_value); in venc_dev() 223 m_debug.extradata_log = atoi(property_value); in venc_dev() 225 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, in venc_dev() 612 return (m_debug.out_buffer_log == 1); in venc_get_output_log_flag() 617 if (!m_debug.outfile) { in venc_output_log_buffers() 620 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v", in venc_output_log_buffers() 621 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 623 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/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 629 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() 1625 …m_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 …]
|
D | omx_vdec_msm8974.cpp | 577 memset(&m_debug,0,sizeof(m_debug)); in omx_vdec() 615 m_debug.in_buffer_log = atoi(property_value); in omx_vdec() 619 m_debug.out_buffer_log = atoi(property_value); in omx_vdec() 620 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); in omx_vdec() 625 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); in omx_vdec() 1325 if (m_debug.in_buffer_log && !m_debug.infile) { in log_input_buffers() 1327 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.m4v", in log_input_buffers() 1328 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1331 …sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.mpg", m_debug.log_loc, drv_ctx.video_resolutio… in log_input_buffers() 1333 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.263", in log_input_buffers() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 91 struct venc_debug_cap m_debug; variable
|
D | video_encoder_device_v4l2.h | 274 struct venc_debug_cap m_debug; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1010 struct debug_cap m_debug; variable
|