Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
Dpixel_format_utils.cpp21 int16_t bpp; member
29 bool PixelFormatUtils::BppOfPixelFormat(ImagePixelFormat pixelFormat, int16_t& bpp) in BppOfPixelFormat()
/foundation/window/window_manager/test/common/utils/src/
Dcommon_test_utils.cpp44 const int bpp = 4; // bytes per pixel in CreatePixelMap() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
Dbitmap_helpers.cpp94 …const int32_t bpp = *(reinterpret_cast<const int32_t*>(img_bytes.data() + bmpAddressOffset.bbpAddr… in ReadBmp() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
Drs_render_surface_frame.h97 int32_t bpp; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
Dffmpeg_vid_enc_config.cpp94 int32_t bpp = 0; in SetVideoPixelFormat() local
/foundation/window/window_manager_lite/services/wms/
Dlite_wm.cpp713 int16_t bpp = 0; in Screenshot() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dcmd_list_helper.cpp117 auto bpp = ColorTypeToBytesPerPixel(format.colorType); in AddBitmapToCmdList() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
DHeifDecoderImpl.cpp975 static bool IsEmptyBuffer(uint8_t *buffer, uint32_t width, uint32_t height, uint32_t bpp, uint32_t … in IsEmptyBuffer()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
Dsurface_type.h157 int32_t bpp; /**< Number of bits occupied by each pixel */ member