/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_preview_test.cpp | 108 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 162 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 204 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 307 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 361 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 413 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 457 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 501 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 543 streamInfo.format_ = PIXEL_FMT_RGBA_8888; 584 streamInfo.format_ = PIXEL_FMT_RGBA_8888; [all …]
|
H A D | usb_camera_test_mult.cpp | 66 streamInfoPre_.format_ = PIXEL_FMT_RGBA_8888; in DefaultInfosPreview() 107 streamInfoCapture_.format_ = PIXEL_FMT_RGBA_8888; in DefaultInfosCapture() 294 { OHOS_CAMERA_FORMAT_RGBA_8888, PIXEL_FMT_RGBA_8888 }, 303 return PIXEL_FMT_RGBA_8888; // default value in ConvertPixfmtHal2V4l2()
|
H A D | usb_camera_test.cpp | 525 streamInfo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F() 680 streamInfo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F() 695 streamInfoCapture.format_ = PIXEL_FMT_RGBA_8888; in TEST_F() 835 streamInfo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F() 850 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F() 1063 streamInfo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F() 1078 streamInfoCapture.format_ = PIXEL_FMT_RGBA_8888; in TEST_F()
|
H A D | test_camera_base.cpp | 534 streamInfoPre.format_ = PIXEL_FMT_RGBA_8888; in StartStream() 551 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888; in StartStream() 569 streamInfoCapture.format_ = PIXEL_FMT_RGBA_8888; in StartStream() 587 streamInfoAnalyze.format_ = PIXEL_FMT_RGBA_8888; in StartStream()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | mock_jpeg_hw_decode_flow.cpp | 57 if (outputColorFmt_ == PIXEL_FMT_RGBA_8888) { in AllocOutputBuffer() 88 } else if (outputColorFmt_ == PIXEL_FMT_RGBA_8888) { in DumpDecodeResult() 127 { UserColorFormat::RGB, PIXEL_FMT_RGBA_8888 } in UserColorFmtToPixelFmt()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/ |
H A D | buffer_adapter.h | 41 {PIXEL_FMT_RGBA_8888, CAMERA_FORMAT_RGBA_8888} 58 {CAMERA_FORMAT_RGBA_8888, PIXEL_FMT_RGBA_8888}
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/ |
H A D | ut_common.h | 113 int usbCamera_previewFormat = PIXEL_FMT_RGBA_8888; 115 int usbCamera_snapshotFormat = PIXEL_FMT_RGBA_8888; 116 int usbCamera_analyzeFormat = PIXEL_FMT_RGBA_8888;
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 44 .format = PIXEL_FMT_RGBA_8888, in LoadBmp() 391 .format = PIXEL_FMT_RGBA_8888, in AllocMemTest1() 411 .format = PIXEL_FMT_RGBA_8888, in MmapCacheTest() 446 .format = PIXEL_FMT_RGBA_8888, in AllocMemTest2()
|
/ohos5.0/drivers/peripheral/camera/test/demo_3A/ |
H A D | project_camera_demo.h | 30 #define CAMERA_FORMAT PIXEL_FMT_RGBA_8888
|
/ohos5.0/drivers/peripheral/camera/interfaces/include/ |
H A D | display_format.h | 85 PIXEL_FMT_RGBA_8888, enumerator
|
/ohos5.0/drivers/peripheral/display/buffer/test/unittest/ |
H A D | display_buffer_ut.cpp | 36 using OHOS::HDI::Display::Composer::V1_1::PIXEL_FMT_RGBA_8888; 94 .format = PIXEL_FMT_RGBA_8888 179 .format = PIXEL_FMT_RGBA_8888
|
/ohos5.0/drivers/peripheral/display/buffer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 40 PIXEL_FMT_RGBA_8888, PIXEL_FMT_RGB_888,
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | display_test_utils.cpp | 56 case Composer::V1_0::PIXEL_FMT_RGBA_8888: in GetPixelFormatBpp() 87 case Composer::V1_0::PIXEL_FMT_RGBA_8888: in ConverToRGBA()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | surface_adapter_impl_test.cpp | 257 EXPECT_NE(PixelFormatAdapter::PIXEL_FMT_RGBA_8888, 0); 259 EXPECT_EQ((int)PixelFormatAdapter::PIXEL_FMT_RGBA_8888, (int)GRAPHIC_PIXEL_FMT_RGBA_8888);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_composition.cpp | 36 fbFrameInfo.format = PIXEL_FMT_RGBA_8888; in FbFresh()
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 45 PIXEL_FMT_RGBA_8888, PIXEL_FMT_RGB_888,
|
/ohos5.0/drivers/peripheral/display/hal/default/ |
H A D | display_gralloc.c | 104 {PIXEL_FMT_RGBX_8888, 32, NULL}, {PIXEL_FMT_RGBA_8888, 32, NULL}, in GetFormatInfo() 120 HDF_LOGE("the format can not support %d %d", format, PIXEL_FMT_RGBA_8888); in GetFormatInfo()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | gfx_engines.cpp | 28 {IMAGE_PIXEL_FORMAT_ARGB8888, PIXEL_FMT_RGBA_8888},
|
H A D | hi_fbdev.cpp | 42 constexpr const PixelFormat HDI_LAYER_PIXEL_FORMAT = PIXEL_FMT_RGBA_8888;
|
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | surface_allocator.cpp | 55 …PixelFormat::PIXEL_FMT_RGBA_8888, BUFFER_USAGE_CPU_READ | BUFFER_USAGE_CPU_WRITE | BUFFER_USAGE_ME… in SurfaceAllocator()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | surface_allocator.cpp | 51 …PixelFormat::PIXEL_FMT_RGBA_8888, BUFFER_USAGE_CPU_READ | BUFFER_USAGE_CPU_WRITE | BUFFER_USAGE_ME… in SurfaceAllocator()
|
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 111 return OHOS::HDI::Display::Composer::V1_2::PIXEL_FMT_RGBA_8888; in GetPixelFmtFromFileSuffix() 143 bool flag = (pixelInfo.pixFmt == OHOS::HDI::Display::Composer::V1_2::PIXEL_FMT_RGBA_8888) ? in CreateImgBuffer()
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_gralloc_gbm.cpp | 82 {PIXEL_FMT_RGBA_8888, "PIXEL_FMT_RGBA_8888"}, {PIXEL_FMT_RGB_888, "PIXEL_FMT_RGB_888"}, in GetPixelFmtStr() 154 {DRM_FORMAT_RGBX8888, PIXEL_FMT_RGBX_8888}, {DRM_FORMAT_RGBA8888, PIXEL_FMT_RGBA_8888}, in ConvertFormatToDrm()
|
/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/ |
H A D | display_buffer_mt.cpp | 167 info.format = PIXEL_FMT_RGBA_8888;
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dbuffer_manager.cpp | 126 case PIXEL_FMT_RGBA_8888: in PixelFormatToDCameraFormat()
|