Home
last modified time | relevance | path

Searched refs:GRAPHIC_PIXEL_FMT_YUV_422_I (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h115 GRAPHIC_PIXEL_FMT_YUV_422_I = 21, /**< YUV422 interleaved format */ enumerator
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp1275 sptr<SurfaceBuffer> input = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_YUV_422_I, 1024, 1024);
1276 sptr<SurfaceBuffer> output = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_YUV_422_I, 1024, 1024);
1279 output = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_YUV_422_I, 1024, 1024);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.cpp138 if (format < GRAPHIC_PIXEL_FMT_YUV_422_I || format == GRAPHIC_PIXEL_FMT_RGBA_1010102 || in IsYUVBufferFormat()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp476 info.format = GRAPHIC_PIXEL_FMT_YUV_422_I;
H A Dproducer_surface_test.cpp895 info.format = GRAPHIC_PIXEL_FMT_YUV_422_I;
922 info.format = GRAPHIC_PIXEL_FMT_YUV_422_I;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp381 GRAPHIC_PIXEL_FMT_YUV_422_I, in CheckIfDoArsrPre()
/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()