Home
last modified time | relevance | path

Searched defs:venc_debug_cap (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h86 struct venc_debug_cap { struct
87 bool in_buffer_log;
88 bool out_buffer_log;
89 bool extradata_log;
90 bool roiqp_log;
91 char infile_name[PROPERTY_VALUE_MAX];
92 char outfile_name[PROPERTY_VALUE_MAX];
93 char extradatafile_name[PROPERTY_VALUE_MAX];
94 char roiqpfile_name[PROPERTY_VALUE_MAX];
95 char log_loc[PROPERTY_VALUE_MAX];
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h82 struct venc_debug_cap { struct
83 bool in_buffer_log;
84 bool out_buffer_log;
85 bool extradata_log;
86 char infile_name[PROPERTY_VALUE_MAX];
87 char outfile_name[PROPERTY_VALUE_MAX];
88 char extradatafile_name[PROPERTY_VALUE_MAX];
89 char log_loc[PROPERTY_VALUE_MAX];
90 FILE *infile;
91 FILE *outfile;
[all …]