Searched refs:decodeOutputPixelFmt_ (Results 1 – 2 of 2) sorted by relevance
110 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()
94 VideoPixelFormat decodeOutputPixelFmt_; variable