Searched refs:FrameRateChangeCookie (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp75 struct FrameRateChangeCookie : public BReferenceable { struct in inherits:BReferenceable
526 FrameRateChangeCookie* cookie
527 = (FrameRateChangeCookie*)info.user_data;
531 BReference<FrameRateChangeCookie> cookieReference(cookie, true);
1473 FrameRateChangeCookie* cookie = new(std::nothrow) FrameRateChangeCookie;
1479 BReference<FrameRateChangeCookie> cookieReference(cookie, true);
1525 FrameRateChangeCookie* cookie = new(std::nothrow) FrameRateChangeCookie;
1531 BReference<FrameRateChangeCookie> cookieReferenc
[all...]

Completed in 52 milliseconds