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

/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp74 struct FrameRateChangeCookie : public BReferenceable { struct in inherits:BReferenceable
471 FrameRateChangeCookie* cookie
472 = (FrameRateChangeCookie*)info.user_data;
476 BReference<FrameRateChangeCookie> cookieReference(cookie, true);
1446 FrameRateChangeCookie* cookie
1447 = new(std::nothrow) FrameRateChangeCookie;
1453 BReference<FrameRateChangeCookie> cookieReference(cookie, true);
1499 FrameRateChangeCookie* cookie
1500 = new(std::nothrow) FrameRateChangeCookie;
1506 BReference<FrameRateChangeCookie> cookieReferenc
[all...]

Completed in 35 milliseconds