Searched refs:outfile_name (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h87 char outfile_name[PROPERTY_VALUE_MAX]; member in struct:venc_debug_cap
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h92 char outfile_name[PROPERTY_VALUE_MAX]; member in struct:venc_debug_cap
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h93 char outfile_name[PROPERTY_VALUE_MAX]; member in struct:venc_debug_cap
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h93 char outfile_name[PROPERTY_VALUE_MAX]; member in struct:venc_debug_cap
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp207 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v",
210 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264",
213 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.263",
216 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.ivf",
221 m_debug.outfile_name, size);
224 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
227 m_debug.outfile_name, errno);
228 m_debug.outfile_name[0] = '\0';
H A Dvideo_encoder_device_v4l2.cpp693 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v",
696 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.264",
699 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%ld_%ld_%p.265",
702 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.263",
705 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.ivf",
710 m_debug.outfile_name, size);
712 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
715 m_debug.outfile_name, errno);
716 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp208 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v",
211 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264",
214 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.263",
217 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.ivf",
222 m_debug.outfile_name, size);
225 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
228 m_debug.outfile_name, errno);
229 m_debug.outfile_name[0] = '\0';
H A Domx_swvenc_mpeg4.cpp2241 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX,
2247 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX,
2254 m_debug.outfile_name, size);
2257 DEBUG_PRINT_LOW("output filename = %s", m_debug.outfile_name);
2258 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
2262 m_debug.outfile_name, errno);
2263 m_debug.outfile_name[0] = '\0';
H A Dvideo_encoder_device_v4l2.cpp865 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v",
868 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.264",
871 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%ld_%ld_%p.265",
874 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.263",
877 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.ivf",
882 m_debug.outfile_name, size);
884 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
887 m_debug.outfile_name, errno);
888 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp2305 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX,
2311 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX,
2318 m_debug.outfile_name, size);
2321 DEBUG_PRINT_LOW("output filename = %s", m_debug.outfile_name);
2322 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
2326 m_debug.outfile_name, errno);
2327 m_debug.outfile_name[0] = '\0';
H A Dvideo_encoder_device_v4l2.cpp1089 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v",
1092 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.264",
1095 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%ld_%ld_%p.265",
1098 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.263",
1101 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.ivf",
1106 m_debug.outfile_name, size);
1108 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
1111 m_debug.outfile_name, errno);
1112 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp2259 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX,
2265 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX,
2272 m_debug.outfile_name, size);
2275 DEBUG_PRINT_LOW("output filename = %s", m_debug.outfile_name);
2276 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
2280 m_debug.outfile_name, errno);
2281 m_debug.outfile_name[0] = '\0';
H A Dvideo_encoder_device_v4l2.cpp1028 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.264",
1031 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%ld_%ld_%p.265",
1034 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.ivf",
1039 m_debug.outfile_name, size);
1041 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
1044 m_debug.outfile_name, errno);
1045 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h306 char outfile_name[PROPERTY_VALUE_MAX + 36]; member in struct:debug_cap
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h311 char outfile_name[PROPERTY_VALUE_MAX + 36]; member in struct:debug_cap
H A Domx_vdec_hevc_swvdec.h298 char outfile_name[PROPERTY_VALUE_MAX + 36]; member in struct:debug_cap
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h314 char outfile_name[PROPERTY_VALUE_MAX + 36]; member in struct:debug_cap
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h486 char outfile_name[PROPERTY_VALUE_MAX + 36]; member in struct:debug_cap
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1643 sprintf(m_debug.outfile_name, "%s/output_%d_%d_%p.yuv",
1645 m_debug.outfile = fopen (m_debug.outfile_name, "ab");
1648 m_debug.outfile_name[0] = '\0';
H A Domx_vdec_msm8974.cpp1527 sprintf(m_debug.outfile_name, "%s/output_%d_%d_%p.yuv",
1529 m_debug.outfile = fopen (m_debug.outfile_name, "ab");
1532 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1660 sprintf(m_debug.outfile_name, "%s/output_%d_%d_%p.yuv",
1662 m_debug.outfile = fopen (m_debug.outfile_name, "ab");
1665 m_debug.outfile_name[0] = '\0';
H A Domx_vdec_v4l2.cpp1888 snprintf(m_debug.outfile_name, OMX_MAX_STRINGNAME_SIZE, "%s/output_%d_%d_%p.yuv",
1890 m_debug.outfile = fopen (m_debug.outfile_name, "ab");
1893 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2052 snprintf(m_debug.outfile_name, OMX_MAX_STRINGNAME_SIZE, "%s/output_%d_%d_%p.yuv",
2054 m_debug.outfile = fopen (m_debug.outfile_name, "ab");
2057 m_debug.outfile_name[0] = '\0';
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2094 snprintf(m_debug.outfile_name, OMX_MAX_STRINGNAME_SIZE, "%s/output_%d_%d_%p.yuv",
2096 m_debug.outfile = fopen (m_debug.outfile_name, "ab");
2099 m_debug.outfile_name[0] = '\0';

Completed in 615 milliseconds