Home
last modified time | relevance | path

Searched refs:GRAPHIC_PIXEL_FMT_BGRA_8888 (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp50 case OHOS::GRAPHIC_PIXEL_FMT_BGRA_8888: in GetImageType()
73 case OHOS::GRAPHIC_PIXEL_FMT_BGRA_8888: in GetRGBImageFormat()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp185 case GRAPHIC_PIXEL_FMT_BGRA_8888: in GetCodecFormats()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Dpixel_map_from_surface.cpp142 if (pixelFormat == GRAPHIC_PIXEL_FMT_BGRA_8888) { in DrawImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp163 return GRAPHIC_PIXEL_FMT_BGRA_8888; in GetRequestBufferFormatWithPixelFormat()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h114 GRAPHIC_PIXEL_FMT_BGRA_8888 = 20, /**< BGRA8888 format */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp272 .format = GRAPHIC_PIXEL_FMT_BGRA_8888, in DoPrepareCompleted()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp98 GraphicPixelFormat pixelFormat = GRAPHIC_PIXEL_FMT_BGRA_8888; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp395 .format = GRAPHIC_PIXEL_FMT_BGRA_8888, in DoPrepareCompleted()
H A Drender_context_sample.cpp494 .format = GRAPHIC_PIXEL_FMT_BGRA_8888, in DoPrepareCompleted()
H A Ddrawing_sample_canvaskit0310.cpp543 .format = GRAPHIC_PIXEL_FMT_BGRA_8888, in DoPrepareCompleted()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_native.cpp46 { OHOS::Media::PixelFormat::BGRA_8888, GraphicPixelFormat::GRAPHIC_PIXEL_FMT_BGRA_8888 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp458 .format = GRAPHIC_PIXEL_FMT_BGRA_8888, in DoPrepareCompleted()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp492 GraphicPixelFormat::GRAPHIC_PIXEL_FMT_BGRA_8888 in IsSupportedFormatForGamutConversion()
615 case GraphicPixelFormat::GRAPHIC_PIXEL_FMT_BGRA_8888: { in RGBUintToFloat()
927 case GRAPHIC_PIXEL_FMT_BGRA_8888 : in GetColorTypeFromBufferFormat()
H A Drs_base_render_engine.cpp239 if (pixelFmt == GRAPHIC_PIXEL_FMT_BGRA_8888) { in CreateEglImageFromBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp443 if (pixelFmt == GRAPHIC_PIXEL_FMT_BGRA_8888) { in GetIntersectImageFromGL()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp189 GraphicPixelFormat pixelFormat = GRAPHIC_PIXEL_FMT_BGRA_8888;
205 EXPECT_EQ(curPixelFormat, GRAPHIC_PIXEL_FMT_BGRA_8888);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp583 if (pixelFormat == GRAPHIC_PIXEL_FMT_BGRA_8888) { in DrawImage()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp1286 input = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_BGRA_8888, 1024, 1024);
1287 output = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_BGRA_8888, 1024, 1024);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp44 { GRAPHIC_PIXEL_FMT_BGRA_8888, PixelFormat::BGRA_8888 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp624 GraphicPixelFormat pixelFormat = GRAPHIC_PIXEL_FMT_BGRA_8888;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_manager_test.cpp1466 ASSERT_EQ(GRAPHIC_PIXEL_FMT_BGRA_8888, pixelFormat);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp4083 format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_BGRA_8888; in CopyContextIntoSurfaceBuffer()