Searched refs:log_loc (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_common.h | 89 char log_loc[PROPERTY_VALUE_MAX]; member
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 225 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, in venc_dev() 621 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 624 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 627 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 630 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 657 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_extradata_log_buffers() 660 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_extradata_log_buffers() 663 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_extradata_log_buffers() 666 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_extradata_log_buffers() 696 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_input_log_buffers()
|
D | video_encoder_device.cpp | 152 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX, in venc_dev() 208 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 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() 214 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 217 … m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); in venc_output_log_buffers() 247 m_debug.log_loc, m_sVenc_cfg.input_width, in venc_input_log_buffers()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 300 char log_loc[PROPERTY_VALUE_MAX]; member
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 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() 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() 1334 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1339 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1343 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1347 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1351 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1407 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_output_buffers() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 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() 1625 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1644 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_output_buffers() 1647 DEBUG_PRINT_HIGH("Failed to open output file: %s for logging", m_debug.log_loc); in log_output_buffers() 1686 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_im_buffer() 1689 DEBUG_PRINT_HIGH("Failed to open intermediate file: %s for logging", m_debug.log_loc); in log_im_buffer()
|