Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp137 auto pluginAllocator = plugin_->GetAllocator(); in HandleNegotiateParams() local
138 …if (pluginAllocator != nullptr && pluginAllocator->GetMemoryType() == Plugin::MemoryType::SURFACE_… in HandleNegotiateParams()
140 auto allocator = Plugin::ReinterpretPointerCast<Plugin::SurfaceAllocator>(pluginAllocator); in HandleNegotiateParams()