Searched defs:destination_mgr_impl (Results 1 – 1 of 1) sorted by relevance
42 struct destination_mgr_impl : jpeg_destination_mgr { struct43 static const int kBlockSize = 16384; // result buffer resize step44 std::vector<JOCTET> mResultBuffer; // buffer to store encoded data