Home
last modified time | relevance | path

Searched refs:skjpeg_source_mgr (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/codec/
DSkJpegUtility.cpp15 skjpeg_source_mgr* src = (skjpeg_source_mgr*) dinfo->src; in sk_init_source()
24 skjpeg_source_mgr* src = (skjpeg_source_mgr*) dinfo->src; in sk_fill_input_buffer()
25 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); in sk_fill_input_buffer()
41 skjpeg_source_mgr* src = (skjpeg_source_mgr*) dinfo->src; in sk_skip_input_data()
70 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream) in skjpeg_source_mgr() function in skjpeg_source_mgr
DSkJpegUtility.h38 struct skjpeg_source_mgr : jpeg_source_mgr { struct
39 skjpeg_source_mgr(SkStream* stream);
DSkJpegDecoderMgr.h72 skjpeg_source_mgr fSrcMgr;
/external/skia/src/images/
DSkJpegUtility.cpp13 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; in sk_init_source()
27 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; in sk_seek_input_data()
49 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; in sk_fill_input_buffer()
53 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); in sk_fill_input_buffer()
69 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; in sk_skip_input_data()
98 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder) in skjpeg_source_mgr() function in skjpeg_source_mgr
DSkJpegUtility.h36 struct skjpeg_source_mgr : jpeg_source_mgr { struct
37 skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder);
DSkImageDecoder_libjpeg.cpp83 static void initialize_info(jpeg_decompress_struct* cinfo, skjpeg_source_mgr* src_mgr) { in initialize_info()
210 skjpeg_source_mgr fSrcMgr;
568 skjpeg_source_mgr srcManager(stream, this); in onDecode()
888 skjpeg_source_mgr srcManager(stream, this); in onDecodeYUV8Planes()