Home
last modified time | relevance | path

Searched refs:infile_name (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h86 char infile_name[PROPERTY_VALUE_MAX]; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h92 char infile_name[PROPERTY_VALUE_MAX]; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h94 char infile_name[PROPERTY_VALUE_MAX]; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h91 char infile_name[PROPERTY_VALUE_MAX]; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h105 char infile_name[PROPERTY_VALUE_MAX]; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h106 char infile_name[PROPERTY_VALUE_MAX]; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h96 char infile_name[PROPERTY_VALUE_MAX + 36]; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2286 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, in swvenc_input_log_buffers()
2292 m_debug.infile_name, size); in swvenc_input_log_buffers()
2295 DEBUG_PRINT_LOW("input filename = %s", m_debug.infile_name); in swvenc_input_log_buffers()
2296 m_debug.infile = fopen (m_debug.infile_name, "ab"); in swvenc_input_log_buffers()
2300 m_debug.infile_name); in swvenc_input_log_buffers()
2301 m_debug.infile_name[0] = '\0'; in swvenc_input_log_buffers()
Dvideo_encoder_device.cpp247 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, "%s/input_enc_%d_%d_%p.yuv", in venc_input_log_buffers()
252 m_debug.infile_name, size); in venc_input_log_buffers()
255 m_debug.infile = fopen (m_debug.infile_name, "ab"); in venc_input_log_buffers()
258 m_debug.infile_name[0] = '\0'; in venc_input_log_buffers()
Dvideo_encoder_device_v4l2.cpp996 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, "%s/input_enc_%lu_%lu_%p.yuv", in venc_input_log_buffers()
1000 m_debug.infile_name, size); in venc_input_log_buffers()
1002 m_debug.infile = fopen (m_debug.infile_name, "ab"); in venc_input_log_buffers()
1004 DEBUG_PRINT_HIGH("Failed to open input file: %s for logging", m_debug.infile_name); in venc_input_log_buffers()
1005 m_debug.infile_name[0] = '\0'; in venc_input_log_buffers()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2350 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, in swvenc_input_log_buffers()
2356 m_debug.infile_name, size); in swvenc_input_log_buffers()
2359 DEBUG_PRINT_LOW("input filename = %s", m_debug.infile_name); in swvenc_input_log_buffers()
2360 m_debug.infile = fopen (m_debug.infile_name, "ab"); in swvenc_input_log_buffers()
2364 m_debug.infile_name); in swvenc_input_log_buffers()
2365 m_debug.infile_name[0] = '\0'; in swvenc_input_log_buffers()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2877 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, in swvenc_input_log_buffers()
2883 m_debug.infile_name, size); in swvenc_input_log_buffers()
2886 DEBUG_PRINT_LOW("input filename = %s", m_debug.infile_name); in swvenc_input_log_buffers()
2887 m_debug.infile = fopen (m_debug.infile_name, "ab"); in swvenc_input_log_buffers()
2891 m_debug.infile_name); in swvenc_input_log_buffers()
2892 m_debug.infile_name[0] = '\0'; in swvenc_input_log_buffers()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2939 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, in swvenc_input_log_buffers()
2945 m_debug.infile_name, size); in swvenc_input_log_buffers()
2948 DEBUG_PRINT_LOW("input filename = %s", m_debug.infile_name); in swvenc_input_log_buffers()
2949 m_debug.infile = fopen (m_debug.infile_name, "ab"); in swvenc_input_log_buffers()
2953 m_debug.infile_name); in swvenc_input_log_buffers()
2954 m_debug.infile_name[0] = '\0'; in swvenc_input_log_buffers()
Dvideo_encoder_device_v4l2.cpp1505 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, "%s/input_enc_%lu_%lu_%p.yuv", in venc_input_log_buffers()
1509 m_debug.infile_name, size); in venc_input_log_buffers()
1511 m_debug.infile = fopen (m_debug.infile_name, "ab"); in venc_input_log_buffers()
1513 DEBUG_PRINT_HIGH("Failed to open input file: %s for logging", m_debug.infile_name); in venc_input_log_buffers()
1514 m_debug.infile_name[0] = '\0'; in venc_input_log_buffers()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2878 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, in swvenc_input_log_buffers()
2884 m_debug.infile_name, size); in swvenc_input_log_buffers()
2887 DEBUG_PRINT_LOW("input filename = %s", m_debug.infile_name); in swvenc_input_log_buffers()
2888 m_debug.infile = fopen (m_debug.infile_name, "ab"); in swvenc_input_log_buffers()
2892 m_debug.infile_name); in swvenc_input_log_buffers()
2893 m_debug.infile_name[0] = '\0'; in swvenc_input_log_buffers()
Dvideo_encoder_device_v4l2.cpp1377 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, "%s/input_enc_%lu_%lu_%p.yuv", in venc_input_log_buffers()
1381 m_debug.infile_name, size); in venc_input_log_buffers()
1383 m_debug.infile = fopen (m_debug.infile_name, "ab"); in venc_input_log_buffers()
1385 DEBUG_PRINT_HIGH("Failed to open input file: %s for logging", m_debug.infile_name); in venc_input_log_buffers()
1386 m_debug.infile_name[0] = '\0'; in venc_input_log_buffers()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp246 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, "%s/input_enc_%d_%d_%p.yuv", in venc_input_log_buffers()
251 m_debug.infile_name, size); in venc_input_log_buffers()
254 m_debug.infile = fopen (m_debug.infile_name, "ab"); in venc_input_log_buffers()
257 m_debug.infile_name[0] = '\0'; in venc_input_log_buffers()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp1441 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.m4v", in log_input_buffers()
1445 …sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.mpg", m_debug.log_loc, drv_ctx.video_resolutio… in log_input_buffers()
1447 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.263", in log_input_buffers()
1452 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.264", in log_input_buffers()
1456 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.265", in log_input_buffers()
1460 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.vc1", in log_input_buffers()
1464 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.vc1", in log_input_buffers()
1468 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.ivf", in log_input_buffers()
1472 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.divx", in log_input_buffers()
1475 m_debug.infile = fopen (m_debug.infile_name, "ab"); in log_input_buffers()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc_swvdec.h297 char infile_name[PROPERTY_VALUE_MAX + 36]; member
Domx_vdec.h310 char infile_name[PROPERTY_VALUE_MAX + 36]; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h305 char infile_name[PROPERTY_VALUE_MAX + 36]; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1483 …snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p_%" PRId64 ".mpg", m_… in log_input_buffers()
1486 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.264", in log_input_buffers()
1489 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.265", in log_input_buffers()
1492 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.ivf", in log_input_buffers()
1495 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.ivf", in log_input_buffers()
1498 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.bin", in log_input_buffers()
1501 m_debug.infile = fopen (m_debug.infile_name, "ab"); in log_input_buffers()
1504 m_debug.infile_name, errno, strerror(errno)); in log_input_buffers()
1505 m_debug.infile_name[0] = '\0'; in log_input_buffers()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1994 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.m4v", in log_input_buffers()
1997 …snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.mpg", m_debug.log_lo… in log_input_buffers()
2000 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.263", in log_input_buffers()
2004 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.264", in log_input_buffers()
2007 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.265", in log_input_buffers()
2010 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.vc1", in log_input_buffers()
2013 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.vc1", in log_input_buffers()
2016 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.ivf", in log_input_buffers()
2019 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.ivf", in log_input_buffers()
2022 snprintf(m_debug.infile_name, OMX_MAX_STRINGNAME_SIZE, "%s/input_dec_%d_%d_%p.divx", in log_input_buffers()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h313 char infile_name[PROPERTY_VALUE_MAX + 36]; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h492 char infile_name[PROPERTY_VALUE_MAX + 36]; member

12