/ohos5.0/foundation/window/window_manager/test/demo/ |
H A D | demo_snapshot_virtual_screen.cpp | 41 static VirtualScreenOption InitOption(ScreenId mainId, SurfaceReader& surfaceReader) in InitOption() function 63 VirtualScreenOption option = InitOption(mainId, surfaceReader); in InitMirror()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/ |
H A D | std_stream_source_plugin.cpp | 140 AVSharedMemoryPool::InitializeOption InitOption { in InitPool() local 148 pool_->Init(InitOption); in InitPool()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 177 void InitOption(struct InitializationOptions& opts, const uint32_t width, const uint32_t height, in InitOption() function 2048 InitOption(opts1, width, height, PixelFormat::RGB_565, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2053 InitOption(opts2, width, height, PixelFormat::RGB_565, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2085 InitOption(opts1, width, height, PixelFormat::RGBA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2090 InitOption(opts2, width, height, PixelFormat::RGBA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2127 InitOption(opts1, width, height, PixelFormat::RGBA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2177 InitOption(opts1, width, height, PixelFormat::RGB_888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2208 InitOption(opts1, width, height, PixelFormat::ALPHA_8, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2252 InitOption(opts1, width, height, PixelFormat::BGRA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); 2257 InitOption(opts2, width, height, PixelFormat::ALPHA_8, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | data_stream_source_plugin.cpp | 113 AVSharedMemoryPool::InitializeOption InitOption { in InitPool() local 121 pool_->Init(InitOption); in InitPool()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | input_manager_util.h | 34 static std::shared_ptr<KeyOption> InitOption(
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 296 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_MUTE, true, 0); 318 … InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_POWER, true, FINAL_KEY_DOWN_DURATION_TWO); 331 …std::shared_ptr<KeyOption> keyOption2 = InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_PO… 361 …InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, true, FINAL_KEY_DOWN_DURATION_O… 368 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, false, 0); 374 …std::shared_ptr<KeyOption> keyOption3 = InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VO… 381 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, false, 0);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.h | 827 void InitOption(AnimationOption &option, float duration, const RefPtr<Curve>& curve);
|
H A D | scrollable_pattern.cpp | 1320 InitOption(option, CUSTOM_ANIMATION_DURATION, curve); in PlaySpringAnimation() 1346 InitOption(option, duration, curve); in PlayCurveAnimation() 1454 void ScrollablePattern::InitOption(AnimationOption &option, float duration, const RefPtr<Curve>& cu… in InitOption() function in OHOS::Ace::NG::ScrollablePattern
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager_util.cpp | 120 std::shared_ptr<KeyOption> InputManagerUtil::InitOption( in InitOption() function in OHOS::MMI::InputManagerUtil
|