Searched refs:duration (Results 1 - 10 of 10) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/scsi/ |
H A D | sg.h | 85 unsigned int duration;
member 107 unsigned duration;
member
|
/interface/sdk_c/sensors/miscdevice/vibrator/include/ |
H A D | vibrator.h | 43 * @brief Controls the vibrator to vibrate continuously for a given duration. 45 * @param duration - Vibration duration, in milliseconds. 58 int32_t OH_Vibrator_PlayVibration(int32_t duration, Vibrator_Attribute attribute);
|
/interface/sdk_c/arkui/ace_engine/native/ |
H A D | drawable_descriptor.h | 124 * @brief Sets the total playback duration. 127 * @param duration Indicates the total playback duration. The unit is millisecond. 130 void OH_ArkUI_DrawableDescriptor_SetAnimationDuration(ArkUI_DrawableDescriptor* drawableDescriptor, int32_t duration); 133 * @brief Obtains the total playback duration. 136 * @return Return the total playback duration. The unit is millisecond.
|
H A D | native_type.h | 3693 * @brief Set the playback duration of the image frame. 3696 * @param duration Indicates the playback duration of each image frame, and the unit is milliseconds. 3699 void OH_ArkUI_ImageAnimatorFrameInfo_SetDuration(ArkUI_ImageAnimatorFrameInfo* imageInfo, int32_t duration); 3702 * @brief Get the playback duration of the image frame. 3705 * @return Returns the playback duration of the image frame, and the unit is milliseconds.
|
/interface/sdk_c/multimedia/av_session/ |
H A D | native_avmetadata.h | 248 * @brief Set the duration of the resource 251 * @param duration The duration of resource, in miliseconds 257 AVMetadata_Result OH_AVMetadataBuilder_SetDuration(OH_AVMetadataBuilder* builder, int64_t duration);
|
/interface/sdk_c/multimedia/media_library/ |
H A D | media_asset_capi.h | 202 * @brief Get the duration of the media asset in milliseconds. 205 * @param duration the duration of the media asset in milliseconds. 214 MediaLibrary_ErrorCode OH_MediaAsset_GetDuration(OH_MediaAsset* mediaAsset, uint32_t* duration);
|
/interface/sdk_c/multimedia/camera_framework/ |
H A D | photo_output.h | 136 * @brief Photo output estimated capture duration callback. 139 * @param duration the duration which is delivered by the callback. 142 typedef void (*OH_PhotoOutput_EstimatedCaptureDuration) (Camera_PhotoOutput* photoOutput, int64_t duration); 324 * @brief Register estimated capture duration event callback. 336 * @brief Unregister estimated capture duration event callback.
|
H A D | camera.h | 940 * The duration of smooth zoom. 942 int32_t duration; member
|
/interface/sdk_c/multimedia/player_framework/ |
H A D | avplayer.h | 397 * @brief Obtains the total duration of media files, accurate to milliseconds. 400 * @param duration Indicates the total duration of media files. 407 OH_AVErrCode OH_AVPlayer_GetDuration(OH_AVPlayer *player, int32_t *duration);
|
/interface/sdk_c/third_party/vulkan-headers/vulkan/ |
H A D | vulkan_core.h | 6844 uint64_t duration;
member
|
Completed in 70 milliseconds