Searched refs:waitMs (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | msg_handle_loop.cpp | 62 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 D | msg_handle_loop.h | 42 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 D | msg_handle_loop.cpp | 63 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 D | msg_handle_loop.h | 41 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 D | downloader.cpp | 137 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 D | downloader.h | 121 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 D | downloader.h | 160 bool Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs);
|
H A D | downloader.cpp | 280 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 D | ithumbnail_helper.cpp | 183 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 D | hcamera_device.cpp | 556 uint32_t waitMs = 5 * 1000; in ResetZoomTimer() local 563 }, waitMs, true); in ResetZoomTimer()
|
H A D | hcapture_session.cpp | 1213 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