/foundation/multimedia/player_framework/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 152 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 D | av_thumbnail_generator.cpp | 175 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 D | native_avscreen_capture.cpp | 889 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 D | mouse_transform_processor.cpp | 699 DeviceType MouseTransformProcessor::CheckDeviceType(int32_t width, int32_t height) in CheckDeviceType() argument
|
/foundation/multimodalinput/input/test/facility/libinput_interface/src/ |
H A D | libinput_interface.cpp | 194 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 D | multimodal_input_connect_stub_ex_test.cpp | 389 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 D | window_info.h | 167 int32_t height; member 379 int32_t height; member 445 int32_t height; member
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 176 void TouchDrawingManager::GetOriginalTouchScreenCoordinates(Direction direction, int32_t width, int32_t height, in GetOriginalTouchScreenCoordinates() argument [all...] |
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 164 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 D | abstract_screen.cpp | 180 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 D | window_utils.h | 48 uint32_t height; member
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_extension_window_config.cpp | 474 uint32_t height = 0; in OnSetWindowRectHeight() local
|
/foundation/window/window_manager/snapshot/src/ |
H A D | snapshot_utils.cpp | 225 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 D | drawing_types.h | 464 int32_t height; member
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image.h | 103 void SetHeight(int height) in SetHeight() argument [all...] |
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_proxy.cpp | 844 WSError SessionStageProxy::UpdateTitleInTargetPos(bool isShow, int32_t height) in UpdateTitleInTargetPos() argument
|
H A D | session_stage_stub.cpp | 145 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 D | screen_property.cpp | 222 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 D | screen_session_test.cpp | 292 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 D | scene_session_test.cpp | 1945 int32_t height = sceneSession->GetStatusBarHeight(); in HWTEST_F() local
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 457 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 D | lite_wm.cpp | 249 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 D | window_session_impl_test2.cpp | 979 int32_t height = -1; in HWTEST_F() local
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeWindowTest.cpp | 1485 int32_t height; in HWTEST_F() local
|
H A D | NativeImageTest.cpp | 341 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...] |