Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp706 auto bufferPixelFormat = buffer->GetFormat(); in ComputeTargetPixelFormat() local
707 if (bufferPixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in ComputeTargetPixelFormat()
708 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCBCR_P010 || in ComputeTargetPixelFormat()
709 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCRCB_P010) { in ComputeTargetPixelFormat()
H A Drs_uni_render_visitor.cpp345 auto bufferPixelFormat = buffer->GetFormat(); in CheckPixelFormat() local
346 if ((bufferPixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in CheckPixelFormat()
347 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCBCR_P010 || in CheckPixelFormat()
348 bufferPixelFormat == GRAPHIC_PIXEL_FMT_YCRCB_P010) && !IsHardwareComposerEnabled()) { in CheckPixelFormat()