home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MP1 EVR Presenter/dshowhelper community development
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="tourettes" data-source="post: 798483" data-attributes="member: 10858"><p>Few questions after a quick peek into the code.</p><p></p><p>[code]</p><p>m_maxVisScanLine = 1080;</p><p>[/code]</p><p></p><p>Shouldn't that be same as the real display has? In my case 720.</p><p></p><p>[code]</p><p>m_dummyEvent</p><p>[/code]</p><p></p><p>What is the benefit of using WaitFor...() instead of Sleep(). <a href="http://www.codeproject.com/KB/system/timers_intro.aspx" target="_blank">Timers Tutorial - CodeProject</a> . We probably should check queue timers or multimedia timers. WaitFor...() is probably as inaccurate as the Sleep().</p><p></p><p>Locks in MyQueue - why those were removed? Wont it now open a window to present same sample twice when there are multiple thread working with the same data structure?</p></blockquote><p></p>
[QUOTE="tourettes, post: 798483, member: 10858"] Few questions after a quick peek into the code. [code] m_maxVisScanLine = 1080; [/code] Shouldn't that be same as the real display has? In my case 720. [code] m_dummyEvent [/code] What is the benefit of using WaitFor...() instead of Sleep(). [url=http://www.codeproject.com/KB/system/timers_intro.aspx]Timers Tutorial - CodeProject[/url] . We probably should check queue timers or multimedia timers. WaitFor...() is probably as inaccurate as the Sleep(). Locks in MyQueue - why those were removed? Wont it now open a window to present same sample twice when there are multiple thread working with the same data structure? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MP1 EVR Presenter/dshowhelper community development
Contact us
RSS
Top
Bottom