HomeSort by relevance Sort by last modified time
    Searched full:m_debug (Results 1 - 16 of 16) 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 249 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);
684 if (!m_debug.outfile) {
687 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v",
688 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this)
    [all...]
  /external/mesa3d/src/mesa/x86/
3dnow.c 40 #include "math/m_debug.h"
sse.c 39 #include "math/m_debug.h"
x86_xform.c 47 #include "math/m_debug.h"
  /external/mesa3d/src/mesa/x86-64/
x86-64.c 41 #include "math/m_debug.h"
  /external/mesa3d/src/mesa/math/
m_xform.c 46 #include "m_debug.h"
m_debug_norm.c 37 #include "m_debug.h"
m_debug_xform.c 37 #include "m_debug.h"
m_debug_clip.c 36 #include "m_debug.h"
  /external/mesa3d/src/mesa/sparc/
sparc.c 39 #include "math/m_debug.h"
  /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 296 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 599 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);
642 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC);
647 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 1044 struct debug_cap m_debug; member in class:omx_vdec
    [all...]

Completed in 331 milliseconds