Home
last modified time | relevance | path

Searched defs:width (Results 1676 - 1700 of 1946) sorted by relevance

1...<<61626364656667686970>>...78

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp205 int32_t HdiDeviceImpl::SetScreenOverlayResolution(uint32_t screenId, uint32_t width, uint32_t height) in SetScreenOverlayResolution() argument
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp166 uint32_t width = 1280; in GetSwapchainCreateInfo() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp311 void RSScreen::SetRogResolution(uint32_t width, uint32_t height) in SetRogResolution() argument
334 SetResolution(uint32_t width, uint32_t height) SetResolution() argument
665 ResizeVirtualScreen(uint32_t width, uint32_t height) ResizeVirtualScreen() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp576 static bool UnmarshallingIdAndSize(Parcel& parcel, uint64_t& uniqueId, int& width, int& height) in UnmarshallingIdAndSize() argument
645 int width; in Unmarshalling() local
509 SetCompressData( const std::shared_ptr<Drawing::Data> data, const uint32_t id, const int width, const int height) SetCompressData() argument
689 UnmarshalIdSizeAndNodeId(Parcel& parcel, uint64_t& uniqueId, int& width, int& height, NodeId& nodeId) UnmarshalIdSizeAndNodeId() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp85 float width = GetData<float>(); in RSPropertiesFuzzTestInner01() local
247 float width = GetData<float>(); in RSPropertiesFuzzTestInner04() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp53 int32_t width = 0; member
111 void JpgYuvTest::TestDecodeToSize(int width, int height) in TestDecodeToSize() argument
138 void JpgYuvTest::DecodeToFormat(std::string srcjpg, PixelFormat outfmt, int width, int height) in DecodeToFormat() argument
172 void JpgYuvTest::DecodeToYuv(std::string srcjpg, PixelFormat outfmt, std::string outname, int& width, in argument
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp357 static napi_value BuildJsSize(napi_env env, int32_t width, int32_t height) in BuildJsSize() argument
H A Dimage_receiver_napi.cpp435 static napi_value BuildJsSize(napi_env env, int32_t width, int32_t height) in BuildJsSize() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp278 uint16_t width = static_cast<uint16_t>(pixelMaps_[index]->GetWidth()); in processFrame() local
312 uint32_t GifEncoder::colorQuantize(int index, uint16_t width, uint16_t height, in colorQuantize() argument
349 uint32_t GifEncoder::separateRGB(int index, uint16_t width, uint16_t height, in separateRGB() argument
368 InitColorCube(ColorCoordinate *colorCoordinate, uint16_t width, uint16_t height, ColorInput *colorInput) InitColorCube() argument
386 InitColorSubdivMap(ColorSubdivMap* colorSubdivMap, uint16_t width, uint16_t height) InitColorSubdivMap() argument
419 doColorQuantize(uint16_t width, uint16_t height, const uint8_t *redInput, const uint8_t *greenInput, const uint8_t *blueInput, uint8_t *outputBuffer, ColorType *outputColorMap) doColorQuantize() argument
618 LZWEncodeFrame(uint8_t *outputBuffer, uint16_t width, uint16_t height) LZWEncodeFrame() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1110 int32_t width = 0; in HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp492 InitAstcEncPara(TextureEncodeOptions &param, int32_t width, int32_t height, int32_t stride, PlEncodeOptions &astcOpts) AstcSoftwareEncodeCore() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert_ext_utils.cpp192 CalcRGBStride(PixelFormat format, uint32_t width, int &stride) CalcRGBStride() argument
240 I420Param(uint32_t width, uint32_t height, I420Info &i420Info) I420Param() argument
[all...]
H A Dimage_format_convert_utils.cpp64 static bool CalcRGBStride(PixelFormat format, uint32_t width, int &stride) in CalcRGBStride() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp176 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() argument
181 static int32_t GetUStride(int32_t width) in GetUStride() argument
686 int32_t width = imageInfo_.size.width + xAxis; translate() local
856 GetImageSize(int32_t width, int32_t height, PixelFormat format) GetImageSize() argument
871 int32_t width = static_cast<int32_t>(yuvDataInfo_.yStride); SetColorSpace() local
976 int32_t width = static_cast<int32_t>(yuvDataInfo.yStride); ApplyColorSpace() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp38 int32_t width = 0; member
84 std::unique_ptr<PixelMap> ConstructPixmap(int32_t width, int32_t height, PixelFormat format, in ConstructPixmap() argument
118 int32_t width = 200; in ConstructPixmap() local
130 std::unique_ptr<PixelMap> ConstructPixelMap(int32_t width, int32_ argument
174 CreateBuffer(const uint32_t width, const uint32_t height, const uint32_t pixelByte, uint8_t buffer[]) CreateBuffer() argument
209 InitOption(struct InitializationOptions& opts, const uint32_t width, const uint32_t height, PixelFormat format, AlphaType alphaType) InitOption() argument
234 int32_t width = options.size.width; HWTEST_F() local
274 int32_t width = options.size.width; HWTEST_F() local
316 int32_t width = options.size.width; HWTEST_F() local
356 int32_t width = options.size.width; HWTEST_F() local
396 int32_t width = options.size.width; HWTEST_F() local
435 int32_t width = options.size.width; HWTEST_F() local
476 int32_t width = options.size.width; HWTEST_F() local
520 int32_t width = options.size.width; HWTEST_F() local
565 int32_t width = options.size.width; HWTEST_F() local
610 int32_t width = options.size.width; HWTEST_F() local
675 int32_t width = opts.size.width; HWTEST_F() local
1598 int32_t width = opts.size.width; HWTEST_F() local
2081 const int32_t width = 2; HWTEST_F() local
2118 const int32_t width = 2; HWTEST_F() local
2162 const int32_t width = 2; //for test HWTEST_F() local
2212 const int32_t width = 2; //for test HWTEST_F() local
2243 const int32_t width = 2; //for test HWTEST_F() local
2285 const int32_t width = 2; HWTEST_F() local
2321 const int32_t width = 2; HWTEST_F() local
2357 const int32_t width = 2; HWTEST_F() local
2393 const int32_t width = 2; HWTEST_F() local
2431 const int32_t width = 512; HWTEST_F() local
[all...]
H A Dimage_pixel_map_test.cpp574 int32_t width = opts.size.width; HWTEST_F() local
683 int32_t width = PIXEL_MAP_TEST_WIDTH * 2; HWTEST_F() local
732 int32_t width = PIXEL_MAP_TEST_HEIGHT; HWTEST_F() local
757 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
787 int32_t width = 1; HWTEST_F() local
845 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
872 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
899 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
926 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
1411 CreatePixelMapCommon(int32_t width, int32_t height) CreatePixelMapCommon() argument
2020 int32_t width = PIXEL_MAP_TEST_WIDTH * xAxis; HWTEST_F() local
2046 int32_t width = PIXEL_MAP_BIG_TEST_WIDTH * xAxis; HWTEST_F() local
2069 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
2096 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
2123 int32_t width = PIXEL_MAP_TEST_WIDTH; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp95 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() argument
101 static int32_t GetUStride(int32_t width) in GetUStride() argument
112 static int32_t GetUVStride(int32_t width) in GetUVStride() argument
117 static uint32_t GetImageSize(int32_t width, int32_t height) in GetImageSize() argument
744 SetTranslateDataDefault(uint8_t *srcPixels, int32_t width, int32_t height, PixelFormat format, YUVStrideInfo &dstStrides) SetTranslateDataDefault() argument
767 uint32_t width = info.yStride; GetYuv420U() local
788 uint32_t width = info.yStride; GetYuv420V() local
[all...]
H A Dpixel_yuv_ext_utils.cpp50 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() argument
55 static int32_t GetVOffset(int32_t width, int32_t height) in GetVOffset() argument
60 static int32_t GetUStride(int32_t width) in GetUStride() argument
71 static int32_t GetUVStride(int32_t width) in GetUVStride() argument
76 static uint32_t GetImageSize(int32_t width, int32_ argument
486 int32_t width = size.width; FlipXaxis() local
505 int32_t width = size.width; Mirror() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp60 uint32_t width; member
70 uint32_t width; member
333 Image_ErrorCode OH_PixelmapImageInfo_GetWidth(OH_Pixelmap_ImageInfo *info, uint32_t *width) in OH_PixelmapImageInfo_GetWidth() argument
177 OH_PixelmapInitializationOptions_GetWidth(OH_Pixelmap_InitializationOptions *ops, uint32_t *width) OH_PixelmapInitializationOptions_GetWidth() argument
188 OH_PixelmapInitializationOptions_SetWidth(OH_Pixelmap_InitializationOptions *ops, uint32_t width) OH_PixelmapInitializationOptions_SetWidth() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp60 int32_t width = 0; member
[all...]
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_mdk_common.h172 int32_t width; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp442 uint32_t width = ispe->GetWidth(); in ExtractImageProperties() local
720 void HeifParser::AddIspeProperty(heif_item_id itemId, uint32_t width, uint32_t height) in AddIspeProperty() argument
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp385 uint32_t width; in GetVideoTrackInfo() local
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp1424 int32_t width = 0; in PostProcessingOnOutputFormatChanged() local
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp500 int32_t width = 3840; in OtherVideoParam() local

Completed in 40 milliseconds

1...<<61626364656667686970>>...78