Searched refs:VIDEO (Results 1 - 8 of 8) sorted by relevance
/base/theme/wallpaper_mgr/utils/include/ |
H A D | wallpaper_manager_common_info.h | 40 VIDEO, enumerator
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 26 enum class MediaType { VIDEO = 0, AUDIO }; member in OHOS::NWeb::MediaType
|
H A D | nweb_handler.h | 207 VIDEO = 0, member in OHOS::NWeb::ActivityType
|
/base/web/webview/interfaces/kits/napi/js/ |
H A D | webview_export.js | 71 mediaType.push(cameraPicker.PickerMediaType.VIDEO); 74 mediaType.push(cameraPicker.PickerMediaType.VIDEO);
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | native_module.cpp | 53 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(VIDEO), &wallpaperResVideo)); in InitWallpaperResourceType() 58 NAPI_CALL(env, napi_set_named_property(env, wallpaperResourceType, "VIDEO", wallpaperResVideo)); in InitWallpaperResourceType()
|
/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | camera_manager_adapter_impl.h | 35 enum class SurfaceType { INVALID = 0, PREVIEW, SECOND_PREVIEW, PHOTO, VIDEO };
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 504 case VIDEO: in GetFileNameFromMap() 758 case VIDEO: in GetWallpaperFile() 847 ErrorCode wallpaperErrorCode = SetWallpaper(fd, wallpaperType, length, VIDEO); in SetVideo() 1453 int32_t maxLength = resourceType == VIDEO ? MAX_VIDEO_SIZE : FOO_MAX_LEN; in CheckValid()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_native_media_player.cpp | 100 "VIDEO", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(MediaType::VIDEO))), in ExportEnumMediaType()
|
Completed in 9 milliseconds