Home
last modified time | relevance | path

Searched defs:height (Results 2751 - 2775 of 4346) sorted by relevance

1...<<111112113114115116117118119120>>...174

/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp152 bool VideoCaps::IsSizeSupported(int32_t width, int32_t height) in IsSizeSupported() argument
166 Range VideoCaps::GetSupportedFrameRatesFor(int32_t width, int32_t height) in GetSupportedFrameRatesFor() argument
317 IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate) IsSizeAndRateSupported() argument
331 GetPreferredFrameRate(int32_t width, int32_t height) GetPreferredFrameRate() argument
[all...]
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp175 int32_t height = 0; in OnOutputFormatChanged() local
350 int32_t height; in ConvertToAVSharedMemory() local
376 int32_t height = surfaceBuffer->GetHeight(); ConvertP010ToNV12() local
421 auto height = srcSurfaceBuffer->GetHeight(); GenerateAlignmentAvBuffer() local
473 int32_t height = surfaceBuffer->GetHeight(); GetYuvDataAlignStride() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp889 OH_AVScreenCapture_ResizeCanvas(struct OH_AVScreenCapture *capture, int32_t width, int32_t height) OH_AVScreenCapture_ResizeCanvas() argument
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp699 DeviceType MouseTransformProcessor::CheckDeviceType(int32_t width, int32_t height) in CheckDeviceType() argument
/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp194 double libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, uint32_t height) in libinput_event_touch_get_y_transformed() argument
204 double libinput_event_touch_get_tool_y_transformed(struct libinput_event_touch *event, uint32_t height) in libinput_event_touch_get_tool_y_transformed() argument
214 double libinput_event_touch_get_tool_height_transformed(struct libinput_event_touch *event, uint32_t height) in libinput_event_touch_get_tool_height_transformed() argument
224 double libinput_event_tablet_tool_get_y_transformed(struct libinput_event_tablet_tool *event, uint32_t height) in libinput_event_tablet_tool_get_y_transformed() argument
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp389 std::shared_ptr<Media::PixelMap> MMIServiceTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() argument
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h167 int32_t height; member
379 int32_t height; member
445 int32_t height; member
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp176 void TouchDrawingManager::GetOriginalTouchScreenCoordinates(Direction direction, int32_t width, int32_t height, in GetOriginalTouchScreenCoordinates() argument
[all...]
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h164 virtual DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) { return DMError::DM_OK; } in ResizeVirtualScreen() argument
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp180 uint32_t height = 0; in SetPropertyForDisplayNode() local
366 uint32_t height = 0; in FillScreenInfo() local
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h48 uint32_t height; member
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_extension_window_config.cpp474 uint32_t height = 0; in OnSetWindowRectHeight() local
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp225 bool SnapShotUtils::WriteRgb888ToJpeg(FILE* file, uint32_t width, uint32_t height, const uint8_t* data) in WriteRgb888ToJpeg() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_types.h464 int32_t height; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h103 void SetHeight(int height) in SetHeight() argument
[all...]
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp844 WSError SessionStageProxy::UpdateTitleInTargetPos(bool isShow, int32_t height) in UpdateTitleInTargetPos() argument
H A Dsession_stage_stub.cpp145 uint32_t height = 0; in HandleUpdateRect() local
413 int32_t height = data.ReadInt32(); in HandleUpdateTitleInTargetPos() local
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp222 int32_t height = bounds_.rect_.height_; in SetScreenRotation() local
311 int32_t height = bounds.rect_.height_; in UpdateVirtualPixelRatio() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp292 uint32_t height = 1500; in HWTEST_F() local
894 uint32_t height = 1000; in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp1945 int32_t height = sceneSession->GetStatusBarHeight(); in HWTEST_F() local
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp457 void PictureInPictureController::UpdateContentSize(int32_t width, int32_t height) in UpdateContentSize() argument
509 bool PictureInPictureController::IsContentSizeChanged(float width, float height, float posX, float posY) in IsContentSizeChanged() argument
621 float height in UpdateWinRectByComponent() local
654 float height = 0; UpdatePiPSourceRect() local
[all...]
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp249 void LiteWM::Resize(int32_t id, int16_t width, int16_t height) in Resize() argument
717 uint32_t height in Screenshot() local
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp979 int32_t height = -1; in HWTEST_F() local
/test/xts/acts/graphic/graphicnapitest/
H A DNativeWindowTest.cpp1485 int32_t height; in HWTEST_F() local
H A DNativeImageTest.cpp341 int32_t height = 0x100; in HWTEST_F() local
814 int32_t height = 0x100; in HWTEST_F() local
855 int32_t height = 2160; in HWTEST_F() local
897 int32_t height = 0x100; in HWTEST_F() local
943 int32_t height = 0x100; in HWTEST_F() local
985 int32_t height = 0x100; HWTEST_F() local
1028 int32_t height = 0x100; HWTEST_F() local
1071 int32_t height = 0x100; HWTEST_F() local
1114 int32_t height = 0x100; HWTEST_F() local
1156 int32_t height = 0x100; HWTEST_F() local
1195 int32_t height = 0x100; HWTEST_F() local
[all...]

Completed in 45 milliseconds

1...<<111112113114115116117118119120>>...174