Home
last modified time | relevance | path

Searched refs:waitMs (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp62 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg() argument
80 if (waitMs == 0) { in SendSyncMsg()
83 if (!m_replyCond.wait_for(lock, chrono::milliseconds(waitMs), pred)) { in SendSyncMsg()
H A Dmsg_handle_loop.h42 bool SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs = 0);
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp63 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg() argument
81 if (waitMs == 0) { in SendSyncMsg()
84 if (!m_replyCond.wait_for(lock, chrono::milliseconds(waitMs), pred)) { in SendSyncMsg()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h41 bool SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs = 0);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp137 bool Downloader::Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs) in Download() argument
142 if (waitMs == -1) { // wait until push success in Download()
146 return requestQue_->Push(request, static_cast<int>(waitMs)); in Download()
H A Ddownloader.h121 bool Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h160 bool Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs);
H A Ddownloader.cpp280 bool Downloader::Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs) in Download() argument
284 if (waitMs == -1) { // wait until push success in Download()
288 return requestQue_->Push(request, static_cast<int>(waitMs)); in Download()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp183 static bool WaitFor(const shared_ptr<ThumbnailSyncStatus> &thumbnailWait, int waitMs, unique_lock<mutex> &lck) in WaitFor() argument
185 bool ret = thumbnailWait->cond_.wait_for(lck, chrono::milliseconds(waitMs), in WaitFor()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp556 uint32_t waitMs = 5 * 1000; in ResetZoomTimer() local
563 }, waitMs, true); in ResetZoomTimer()
H A Dhcapture_session.cpp1213 float waitMs = crossZoomAndTime[i + indexAdded]; in SetSmoothZoom() local
1220 waitTime = fmax(waitMs - frameIntervalMs * j, waitTime); in SetSmoothZoom()
1229 MEDIA_DEBUG_LOG("HCaptureSession::SetSmoothZoom() zoom %{public}d, waitMs %{public}d.", in SetSmoothZoom()

Completed in 15 milliseconds