Home
last modified time | relevance | path

Searched refs:length_of_file (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/decode/
Dloadjpeg.c64 unsigned int length_of_file; in convert_one_image() local
73 length_of_file = filesize(fp); in convert_one_image()
74 buf = (unsigned char *)malloc(length_of_file + 4); in convert_one_image()
77 fread(buf, length_of_file, 1, fp); in convert_one_image()
85 if (tinyjpeg_parse_header(jdec, buf, length_of_file)<0) in convert_one_image()