/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | model_view_impl.cpp | 137 void ModelViewImpl::SetRenderFrameRate(float rate) {} in SetRenderFrameRate() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 51 virtual void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateTyte) {} in FlushFrameRate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.h | 56 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
|
/foundation/multimedia/audio_framework/interfaces/kits/c/audio_renderer/ |
H A D | native_audiorenderer.h | 113 * Query the sample rate value of the renderer client 115 * This function will return the renderer sample rate value without updating the state. 120 * @param rate The state value to be updated 123 OH_AudioStream_Result OH_AudioRenderer_GetSamplingRate(OH_AudioRenderer* renderer, int32_t* rate);
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_module_info.h | 100 std::string rate; member
|
/foundation/multimedia/media_foundation/engine/include/pipeline/core/ |
H A D | media_sync_manager.h | 35 ErrorCode SetPlaybackRate(float rate);
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.h | 97 static AudioStandard::AudioRendererRate CheckAndAlignRendererRate(const int32_t rate);
|
/foundation/multimodalinput/input/frameworks/napi/input_device/include/ |
H A D | js_input_device_manager.h | 48 napi_value SetKeyboardRepeatRate(napi_env env, int32_t rate, napi_value handle = nullptr);
|
H A D | js_event_target.h | 41 static void EmitJsKeyboardRepeatRate(sptr<JsUtil::CallbackInfo> cb, int32_t rate);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_device_impl.h | 52 int32_t SetKeyboardRepeatRate(int32_t rate);
|
/foundation/multimedia/player_framework/services/services/transcoder/server/ |
H A D | transcoder_server.h | 52 int32_t SetVideoEncodingBitRate(int32_t rate) override;
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_service_stub.h | 41 int32_t SetVideoEncodingBitRate(int32_t rate) override;
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_info.h | 119 void SetMaxPhysicalRate(int rate);
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 198 uint32_t rate; /**< Rate of the file transmission */ member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | net.h | 104 void NetconnSetOpersiteRate(struct FtNetconn *conn, FILLP_UINT32 rate);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | spunge.h | 81 FILLP_UINT32 rate; /* kpbs */ member
|
/foundation/window/window_manager/wm/include/ |
H A D | root_scene.h | 53 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
|
/third_party/ffmpeg/libavcodec/ |
H A D | internal.h | 171 * Rescale from sample rate to AVCodecContext.time_base. 261 * @param rate The frame rate 270 int ff_alloc_timecode_sei(const AVFrame *frame, AVRational rate, size_t prefix_len, 274 * Get an estimated video bitrate based on frame size, frame rate and coded
|
/third_party/ffmpeg/libavformat/ |
H A D | mxf.h | 68 int rate; member
|
/third_party/alsa-utils/bat/ |
H A D | common.h | 216 unsigned int rate; /* sampling rate */ member
|
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */ 121 unsigned int rate; /**< rate; filled after hw_params is called */ member
|
H A D | pcm_rate.h | 11 * ALSA external PCM rate-converter plugin SDK (draft version) 46 unsigned int rate; member 63 /** Callback table of rate-converter */ 139 * Define the object entry for external PCM rate-converter plugins
|
/third_party/libsnd/Octave/ |
H A D | sndfile_save.m | 20 ## the sample rate to @var{fs}.
|
H A D | sndfile_play.m | 19 ## Play @var{data} at sample rate @var{fs} using the sndfile-play
|
H A D | sndfile_load.m | 43 error ("Not able to find sample rate.") ;
|