HomeSort by relevance Sort by last modified time
    Searched full:jpeg_decoder (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/jni/gdx2d/
jpgd.h 31 // Notes: For more control over where and how the source data is read, see the decompress_jpeg_image_from_stream() function below, or call the jpeg_decoder class directly.
32 // Requesting a 8 or 32bpp image is currently a little faster than 24bpp because the jpeg_decoder class itself currently always unpacks to either 8 or 32bpp.
120 class jpeg_decoder class in namespace:jpgd
125 jpeg_decoder(jpeg_decoder_stream *pStream);
127 ~jpeg_decoder();
155 jpeg_decoder(const jpeg_decoder &);
156 jpeg_decoder &operator =(const jpeg_decoder &);
158 typedef void (*pDecode_block_func)(jpeg_decoder *, int, int, int)
    [all...]
jpgd.cpp 338 inline uint jpeg_decoder::get_char()
365 inline uint jpeg_decoder::get_char(bool *pPadding_flag)
391 inline void jpeg_decoder::stuff_char(uint8 q)
398 inline uint8 jpeg_decoder::get_octet()
429 inline uint jpeg_decoder::get_bits(int num_bits)
457 inline uint jpeg_decoder::get_bits_no_markers(int num_bits)
494 inline int jpeg_decoder::huff_decode(huff_tables *pH)
518 inline int jpeg_decoder::huff_decode(huff_tables *pH, int& extra_bits)
574 inline uint8 jpeg_decoder::clamp(int i)
843 void jpeg_decoder::free_all_blocks(
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 100 {"OMX.TI.DUCATI1.IMAGE.JPEGD", "jpeg_decoder.jpeg", NULL},

Completed in 127 milliseconds