Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp244 renderContext.SetPixelFormat(GRAPHIC_PIXEL_FMT_RGBA_1010102); in HWTEST_F()
245 ASSERT_EQ(renderContext.GetPixelFormat(), GRAPHIC_PIXEL_FMT_RGBA_1010102); in HWTEST_F()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp43 { GRAPHIC_PIXEL_FMT_RGBA_1010102, PixelFormat::RGBA_1010102 },
308 int32_t hdrAllocFormat = GRAPHIC_PIXEL_FMT_RGBA_1010102; in GetHdrAllocFormat()
311 hdrAllocFormat = GRAPHIC_PIXEL_FMT_RGBA_1010102; in GetHdrAllocFormat()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp153 return GRAPHIC_PIXEL_FMT_RGBA_1010102; in GetRequestBufferFormatWithPixelFormat()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp707 if (bufferPixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in ComputeTargetPixelFormat()
710 pixelFormat = GRAPHIC_PIXEL_FMT_RGBA_1010102; in ComputeTargetPixelFormat()
H A Drs_uni_hwc_prevalidate_util.cpp138 if (format < GRAPHIC_PIXEL_FMT_YUV_422_I || format == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in IsYUVBufferFormat()
H A Drs_base_render_engine.cpp242 pixelFmt == GRAPHIC_PIXEL_FMT_RGBA_1010102) { in CreateEglImageFromBuffer()
H A Drs_uni_render_visitor.cpp340 newPixelFormat_ = GRAPHIC_PIXEL_FMT_RGBA_1010102; in CheckPixelFormat()
346 if ((bufferPixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in CheckPixelFormat()
349 newPixelFormat_ = GRAPHIC_PIXEL_FMT_RGBA_1010102; in CheckPixelFormat()
H A Drs_base_render_util.cpp933 case GRAPHIC_PIXEL_FMT_RGBA_1010102: in GetColorTypeFromBufferFormat()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h128 GRAPHIC_PIXEL_FMT_RGBA_1010102 = 34, /**< RGBA_1010102 packed format */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp378 if (pixelFormat_ == GRAPHIC_PIXEL_FMT_RGBA_1010102) { in AcquireSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp586 pixelFormat == GRAPHIC_PIXEL_FMT_RGBA_1010102) { in DrawImage()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp57 { GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_1010102, IEffectFormat::RGBA_1010102 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp169 GraphicPixelFormat pixelFormat = GRAPHIC_PIXEL_FMT_RGBA_1010102;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3489 if (format == GRAPHIC_PIXEL_FMT_RGBA_1010102) { in SetContext()
3887 .format = GRAPHIC_PIXEL_FMT_RGBA_1010102, in AllocHdrSurfaceBuffer()
3900 SetContext(context, sb, nativeBuffer, GRAPHIC_PIXEL_FMT_RGBA_1010102); in AllocHdrSurfaceBuffer()
4124 uint32_t res = AllocSurfaceBuffer(hdrCtx, GRAPHIC_PIXEL_FMT_RGBA_1010102); in DoAiHdrProcess()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp1077 if (dstHwBuffer_ != nullptr && dstHwBuffer_->GetFormat() != GRAPHIC_PIXEL_FMT_RGBA_1010102) { in ConvertHwBufferPixelFormat()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp711 params->SetNewPixelFormat(GRAPHIC_PIXEL_FMT_RGBA_1010102); in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp493 return GRAPHIC_PIXEL_FMT_RGBA_1010102; in GetPixelFormat()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp193 if (format < GRAPHIC_PIXEL_FMT_YUV_422_I || format == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in IsYUVBufferFormat()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp250 requestConfig.format = GRAPHIC_PIXEL_FMT_RGBA_1010102; in CreateDmaRequestConfig()