HomeSort by relevance Sort by last modified time
    Searched refs:m_debug (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 142 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.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264"
    [all...]
video_encoder_device_v4l2.cpp 209 memset(&m_debug,0,sizeof(m_debug));
217 m_debug.in_buffer_log = atoi(property_value);
220 m_debug.out_buffer_log = atoi(property_value);
223 m_debug.extradata_log = atoi(property_value);
225 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX,
612 return (m_debug.out_buffer_log == 1);
617 if (!m_debug.outfile) {
620 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v",
621 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 91 struct venc_debug_cap m_debug; member in class:venc_dev
video_encoder_device_v4l2.h 274 struct venc_debug_cap m_debug; member in class:venc_dev
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 629 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);
    [all...]
omx_vdec_msm8974.cpp 577 memset(&m_debug,0,sizeof(m_debug));
615 m_debug.in_buffer_log = atoi(property_value);
619 m_debug.out_buffer_log = atoi(property_value);
620 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC);
625 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 1010 struct debug_cap m_debug; member in class:omx_vdec
    [all...]

Completed in 1617 milliseconds