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

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpegl.c56 struct jpeg_destination_mgr jdms; member in struct:_jpgstruct
99 j->cinfo.dest=&j->jdms;
100 j->jdms.init_destination=destination_noop;
101 j->jdms.empty_output_buffer=empty_output_buffer;
102 j->jdms.term_destination=destination_noop;
178 j->jdms.next_output_byte = dstbuf;
179 j->jdms.free_in_buffer = TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height);
196 -(unsigned long)(j->jdms.free_in_buffer);

Completed in 219 milliseconds