Home
last modified time | relevance | path

Searched refs:macSurface (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp425 RefPtr<MacIOSurface> macSurface = new MacIOSurface(std::move(surface)); in OutputFrame() local
426 macSurface->SetYUVColorSpace(mColorSpace); in OutputFrame()
428 RefPtr<layers::Image> image = new layers::MacIOSurfaceImage(macSurface); in OutputFrame()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp442 RefPtr<MacIOSurface> macSurface = new MacIOSurface(std::move(surface)); in OutputFrame() local
443 macSurface->SetYUVColorSpace(mColorSpace); in OutputFrame()
445 RefPtr<layers::Image> image = new layers::MacIOSurfaceImage(macSurface); in OutputFrame()
/dports/www/firefox/firefox-99.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp470 RefPtr<MacIOSurface> macSurface = new MacIOSurface(std::move(surface)); in OutputFrame() local
471 macSurface->SetYUVColorSpace(mColorSpace); in OutputFrame()
473 RefPtr<layers::Image> image = new layers::MacIOSurfaceImage(macSurface); in OutputFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp442 RefPtr<MacIOSurface> macSurface = new MacIOSurface(std::move(surface)); in OutputFrame() local
443 macSurface->SetYUVColorSpace(mColorSpace); in OutputFrame()
445 RefPtr<layers::Image> image = new layers::MacIOSurfaceImage(macSurface); in OutputFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp361 RefPtr<MacIOSurface> macSurface = new MacIOSurface(surface); in OutputFrame() local
363 RefPtr<layers::Image> image = new MacIOSurfaceImage(macSurface); in OutputFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/apple/
H A DAppleVTDecoder.cpp383 RefPtr<MacIOSurface> macSurface = new MacIOSurface(surface); in OutputFrame() local
385 RefPtr<layers::Image> image = new MacIOSurfaceImage(macSurface); in OutputFrame()