Home
last modified time | relevance | path

Searched defs:width (Results 1401 - 1425 of 7379) sorted by relevance

1...<<51525354555657585960>>...296

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp89 void HdiLayerContext::DrawColor(void *image, uint32_t width, uint32_t height) in DrawColor() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp38 static sptr<SurfaceBuffer> DmaMemAlloc(const int32_t& width, const int32_t& height, in DmaMemAlloc() argument
77 static std::shared_ptr<Drawing::Surface> CreateSurface(const std::unique_ptr<Media::PixelMap>& pixelMap, int32_t& width, in CreateSurface() argument
137 int32_t width = static_cast<int32_t>(ctx.width + OFFSET_COORDANATE); in MakePiexlMapDrawCmdList() local
[all...]
H A Drs_extended_modifier.h32 float width; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/
H A Dcmd_list_fuzzer.cpp91 int32_t width = GetObject<int32_t>() % ARRAY_MAX_SIZE; in CmdListFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp117 int32_t width = frameDarwin->width_; in FlushFrame() local
138 void RSSurfaceDarwin::YInvert(void *addr, int32_t width, int32_t height) in YInvert() argument
49 RequestFrame( int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) RequestFrame() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp78 scalar width = GetObject<scalar>(); in PaintFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp53 int width = 100; in HWTEST_F() local
69 int width = 100; in HWTEST_F() local
221 int width = 100; in HWTEST_F() local
287 int width = 100; in HWTEST_F() local
324 const int width in HWTEST_F() local
340 const int width = -100; HWTEST_F() local
356 const int width = 100; HWTEST_F() local
373 const int width = 100; HWTEST_F() local
426 const int width = 100; HWTEST_F() local
445 const int width = 100; HWTEST_F() local
464 const int width = 100; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/
H A Drs_uni_render_test.cpp55 void RSUniRenderTest::Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/render/rspixelmapshader_fuzzer/
H A Drspixelmapshader_fuzzer.cpp59 int32_t width = GetData<uint8_t>(); in GetPixelMapFromData() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp155 int32_t width = GetData<int32_t>(); in DoDrawImageRect() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_ashmem_test.cpp148 static std::shared_ptr<Drawing::Image> CreateDrawingImage(int width, int height) in CreateDrawingImage() argument
174 int width = 200; in HWTEST_F() local
190 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() argument
224 int width = 200; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_receiver_impl.cpp47 int64_t ImageReceiverImpl::CreateImageReceiver(int32_t width, int32_t height, int32_t format, int32_t capacity) in CreateImageReceiver() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h82 int width; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h41 uint32_t width = 0; member
/foundation/multimedia/media_foundation/src/common/
H A Dsurface_allocator.cpp119 void SurfaceAllocator::Config(int32_t width, int32_t height, uint64_t usage, int32_t format, int32_t strideAlign, in Config() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_creator_test.cpp44 int32_t width = 1; in HWTEST_F() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dffmpeg_vid_enc_config.cpp57 uint32_t width = 0; in SetVideoResolution() local
59 ASSIGN_IF_NOT_NULL(FindTagInMap<uint32_t>(Tag::VIDEO_WIDTH, tagStore), width); in SetVideoResolution() local
/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.cpp102 void AVFormatInnerMock::InitVideoTrackFormat(const std::string_view &mimeType, int32_t width, int32_t height) in InitVideoTrackFormat() argument
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp142 Range CodecListInnerMock::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() argument
172 bool CodecListInnerMock::IsVideoSizeSupported(int32_t width, int32_t height) in IsVideoSizeSupported() argument
192 Range CodecListInnerMock::GetVideoFrameRateRangeForSize(int32_t width, int32_t height) in GetVideoFrameRateRangeForSize() argument
202 bool CodecListInnerMock::AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t frameRate) in AreVideoSizeAndFrameRateSupported() argument
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcast_controller_callback_proxy.cpp102 void AVCastControllerCallbackProxy::OnVideoSizeChange(const int32_t width, const int32_t height) in OnVideoSizeChange() argument
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_stub.cpp119 int32_t width = data.ReadInt32(); in HandleForkSketchStreamRepeat() local
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h27 int32_t width; member
40 int32_t width; member
49 int32_t width; member
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dsurface_allocator.cpp115 void SurfaceAllocator::Config(int32_t width, int32_t height, uint64_t usage, int32_t format, int32_t strideAlign, in Config() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp78 void JpgYuvDecoderTest::DecodeToYUV(std::string srcjpg, int width, int height, JpegYuvFmt outfmt) in DecodeToYUV() argument
128 int32_t width = jpegwidth; in HWTEST_F() local
284 int32_t width = jpegwidth * scaleFactor; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp51 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType, int32_t width, int32_t height) in OH_AVFormat_CreateVideoFormat() argument

Completed in 14 milliseconds

1...<<51525354555657585960>>...296