Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp110 decodeOutputPixelFmt_(VideoPixelFormat::NV21), in SurfaceSinkPlugin()
149 PixelFormat decodeOutputSurfacePixelFmt = TranslatePixelFormat(decodeOutputPixelFmt_); in Prepare()
151 …A_LOG_E("surface can not support decode output pixel fmt: " PUBLIC_LOG_U32, decodeOutputPixelFmt_); in Prepare()
158 …if (decodeOutputPixelFmt_ == VideoPixelFormat::RGBA || decodeOutputPixelFmt_ == VideoPixelFormat::… in Prepare()
159 decodeOutputPixelFmt_ == VideoPixelFormat::NV21) { in Prepare()
168 static_cast<uint32_t>(decodeOutputPixelFmt_), static_cast<uint32_t>(surfacePixelFmt)); in Prepare()
264 decodeOutputPixelFmt_ = Plugin::AnyCast<VideoPixelFormat>(value); in SetVideoPixelFormat()
265 …IA_LOG_D("decode output pixel fmt: " PUBLIC_LOG_U32, static_cast<uint32_t>(decodeOutputPixelFmt_)); in SetVideoPixelFormat()
H A Dsurface_sink_plugin.h94 VideoPixelFormat decodeOutputPixelFmt_; variable