Searched refs:libjpeg_source_mgr (Results 1 – 1 of 1) sorted by relevance
67 struct libjpeg_source_mgr : jpeg_source_mgr { struct68 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_mgr127 libjpeg_source_mgr::~libjpeg_source_mgr() {} in ~libjpeg_source_mgr()[all …]