Lines Matching refs:libjpeg_source_mgr
67 struct libjpeg_source_mgr : jpeg_source_mgr { struct
68 libjpeg_source_mgr(unsigned char *buffer_ptr, int len);
69 ~libjpeg_source_mgr();
76 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src; in libjpeg_init_source()
83 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src; in libjpeg_seek_input_data()
91 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src; in libjpeg_fill_input_buffer()
99 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src; in libjpeg_skip_input_data()
110 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src; in libjpeg_resync_to_restart()
118 libjpeg_source_mgr::libjpeg_source_mgr(unsigned char *buffer_ptr, int len) : mBufferPtr(buffer_ptr)… in libjpeg_source_mgr() function in Ti::Camera::libjpeg_source_mgr
127 libjpeg_source_mgr::~libjpeg_source_mgr() {} in ~libjpeg_source_mgr()
189 struct libjpeg_source_mgr s_mgr(jpeg_src, filled_len); in decode()