/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
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...] |
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...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
x86-64.c | 41 #include "math/m_debug.h"
|
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
sparc.c | 39 #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 | 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...] |