Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 8 of 8) 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/2d_graphics/src/drawing/recording/
Dcmd_list_helper.cpp98 auto bpp = ColorTypeToBytesPerPixel(format.colorType); in AddBitmapToCmdList() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
Drs_render_surface_frame.h97 int32_t bpp; member
/foundation/multimedia/histreamer/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/interfaces/inner_api/surface/
Dsurface_type.h141 int32_t bpp; /**< Number of bits occupied by each pixel */ member