Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/inc/
DDecoder_libjpeg.h41 …int appendDHT(unsigned char *jpeg_src, int filled_len, unsigned char *jpeg_with_dht_buffer, int bu…
42 bool decode(unsigned char *jpeg_src, int filled_len, unsigned char *nv12_buffer, int stride);
/hardware/ti/omap4-aah/camera/
DDecoder_libjpeg.cpp169 int Decoder_libjpeg::appendDHT(unsigned char *jpeg_src, int filled_len, unsigned char *jpeg_with_dh… in appendDHT() argument
180 memcpy((jpeg_with_dht_buffer + sizeof(jpeg_odml_dht)), jpeg_src + 2, (filled_len - 2)); in appendDHT()
185 bool Decoder_libjpeg::decode(unsigned char *jpeg_src, int filled_len, unsigned char *nv12_buffer, i… in decode() argument
189 struct libjpeg_source_mgr s_mgr(jpeg_src, filled_len); in decode()