Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp154 …auto surfacePixelFmt = static_cast<PixelFormat>(std::stoi(surface_->GetUserData("SURFACE_FORMAT"))… in Prepare() local
155 if (decodeOutputSurfacePixelFmt != surfacePixelFmt) { in Prepare()
157 …G_U32, static_cast<uint32_t>(decodeOutputSurfacePixelFmt), static_cast<uint32_t>(surfacePixelFmt)); in Prepare()
160 surfacePixelFmt = decodeOutputSurfacePixelFmt; in Prepare()
168 static_cast<uint32_t>(decodeOutputPixelFmt_), static_cast<uint32_t>(surfacePixelFmt)); in Prepare()
169 …cator_->Config(static_cast<int32_t>(width_), static_cast<int32_t>(height_), usage, surfacePixelFmt, in Prepare()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp564 GraphicPixelFormat surfacePixelFmt; in SetSurfaceParameter() local
567 surfacePixelFmt = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCBCR_P010; in SetSurfaceParameter()
569 surfacePixelFmt = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_P010; in SetSurfaceParameter()
572 surfacePixelFmt = TranslateSurfaceFormat(vpf); in SetSurfaceParameter()
575 sInfo_.requestConfig.format = surfacePixelFmt; in SetSurfaceParameter()
691 … GraphicPixelFormat surfacePixelFmt = TranslateSurfaceFormat(static_cast<VideoPixelFormat>(val32)); in SetSurfaceCfg() local
692 …CHECK_AND_RETURN_RET_LOG(surfacePixelFmt != GraphicPixelFormat::GRAPHIC_PIXEL_FMT_BUTT, AVCS_ERR_U… in SetSurfaceCfg()
696 sInfo_.requestConfig.format = surfacePixelFmt; in SetSurfaceCfg()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp540 GraphicPixelFormat surfacePixelFmt = TranslateSurfaceFormat(vpf); in SetSurfaceParameter() local
542 sInfo_.requestConfig.format = surfacePixelFmt; in SetSurfaceParameter()
663 … GraphicPixelFormat surfacePixelFmt = TranslateSurfaceFormat(static_cast<VideoPixelFormat>(val32)); in SetSurfaceCfg() local
664 …CHECK_AND_RETURN_RET_LOG(surfacePixelFmt != GraphicPixelFormat::GRAPHIC_PIXEL_FMT_BUTT, AVCS_ERR_U… in SetSurfaceCfg()
668 sInfo_.requestConfig.format = surfacePixelFmt; in SetSurfaceCfg()