Searched defs:svcenc_context (Results 1 – 1 of 1) sorted by relevance
169 struct svcenc_context { struct171 FILE *ifp; /* a FILE pointer for source YUV file */172 FILE *ofp; /* a FILE pointer for output SVC file */173 int width;174 int height;175 int frame_size;176 int num_pictures;177 int num_slices;178 int qp; /* quantisation parameter, default value is 26 */179 …ned char *frame_data_buffer; /* buffer for input surface, the length is the maximum frame_size */[all …]