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

/hardware/intel/common/libva/va/
H A Dva_fool.c56 * LIBVA_FOOL_JPEG=<framename>:fill the content of filename to codedbuf for jpeg encoding
71 char *fn_enc;/* file pattern with codedbuf content for encode */
75 char *fn_jpg;/* file name of JPEG fool with codedbuf content */
273 VACodedBufferSegment *codedbuf; local
296 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType];
297 codedbuf->size = file_stat.st_size;
298 codedbuf->bit_offset = 0;
299 codedbuf->status = 0;
300 codedbuf->reserved = 0;
301 codedbuf
310 VACodedBufferSegment *codedbuf; local
[all...]

Completed in 47 milliseconds