jpeg_source

所属分类:图片显示
开发工具:C/C++
文件大小:905KB
下载次数:29
上传日期:2008-04-25 10:40:08
上 传 者rabitplayer
说明:  JpgSrcDecFilter is a DirectShow filter for JPEG image decoding. The approach is to bundle source and decode functionality into one single filter

文件列表:
jpeg_source (0, 2008-02-07)
jpeg_source\Changelog.txt (34, 2008-02-07)
jpeg_source\Debug_Unicode (0, 2008-02-07)
jpeg_source\Debug_Unicode\jpeg_src.ax (1654784, 2008-02-07)
jpeg_source\jconfig.h (1378, 2007-12-16)
jpeg_source\jmorecfg.h (12837, 2007-12-16)
jpeg_source\jpeglib.h (47387, 2007-12-17)
jpeg_source\jpeg_dec.cpp (0, 2007-12-17)
jpeg_source\jpeg_src.aps (35808, 2008-02-07)
jpeg_source\jpeg_src.cpp (18851, 2008-02-07)
jpeg_source\jpeg_src.def (261, 2008-02-07)
jpeg_source\jpeg_src.dsp (10290, 2008-02-07)
jpeg_source\jpeg_src.dsw (541, 2007-12-12)
jpeg_source\jpeg_src.h (5987, 2008-02-07)
jpeg_source\jpeg_src.ncb (107520, 2008-02-07)
jpeg_source\jpeg_src.opt (55808, 2008-02-07)
jpeg_source\jpeg_src.plg (3268, 2008-02-07)
jpeg_source\jpeg_src.rc (2871, 2008-02-07)
jpeg_source\libjpeg.lib (899970, 2007-12-17)
jpeg_source\release_notes.txt (171, 2008-02-07)
jpeg_source\resource.h (765, 2008-02-07)

//----------------------------------------------------------------------------- // Name: DirectShow Sample -- Ball Filter // // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- Description ============ Video source filter that produces an image of a bouncing ball. This sample illustrates format negotiation and the use of the source filter base classes CSource and CSourceStream. Path ===== Source: (SDK root)\Samples\C++\DirectShow\Filters\Ball User's Guide ============ The code in Fball.h and Fball.cpp manages the filter interfaces. Those two files contain approximately the minimum code required for a source filter. The Ball.h and Ball.cpp files contain the code that bounces the ball. This filter has a single output pin, which provides a video stream that shows a ball bouncing around in the frame. The Ball filter also accepts quality management requests from the downstream filter, which illustrates a simple quality management strategy. This filter implements the IQualityControl interface for that purpose. The color of the ball corresponds to the current display bit depth: 8 bit - red balls 16 bit - blue 24 bit - green 32 bit - yellow

近期下载者

相关文件


收藏者