HomeSort by relevance Sort by last modified time
    Searched refs:next_output_byte (Results 1 - 9 of 9) sorted by null

  /external/jpeg/
jcphuff.c 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
33 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon6937
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte;
388 entropy->next_output_byte = cinfo->dest->next_output_byte;
441 cinfo->dest->next_output_byte = entropy->next_output_byte;
474 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jdatadst.c 52 dest->pub.next_output_byte = dest->buffer;
61 * (ignoring the current state of next_output_byte & free_in_buffer),
74 * (typically the start of the current MCU). next_output_byte & free_in_buffer
89 dest->pub.next_output_byte = dest->buffer;
jchuff.c 81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon6930
271 { *(state)->next_output_byte++ = (JOCTET) (val); \
286 state->next_output_byte = dest->next_output_byte;
484 state.next_output_byte = cinfo->dest->next_output_byte;
510 cinfo->dest->next_output_byte = state.next_output_byte;
539 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
jcmarker.c 113 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
    [all...]
  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 61 dest->next_output_byte = reinterpret_cast<JOCTET*>(dest->m_buffer.data());
69 dest->next_output_byte = reinterpret_cast<JOCTET*>(dest->m_buffer.data());
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 57 out->next_output_byte = out->buffer.data();
65 out->next_output_byte = out->buffer.data();
  /external/skia/src/images/
SkJpegUtility.cpp 166 dest->next_output_byte = dest->fBuffer;
180 dest->next_output_byte = dest->fBuffer;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 72 dest->next_output_byte = dest->buf;
80 dest->next_output_byte = dest->buf;

Completed in 2851 milliseconds