Home
last modified time | relevance | path

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

/external/libva-utils/encode/
Dsvctenc.c169 struct svcenc_context { struct
171 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 …]