Home
last modified time | relevance | path

Searched +defs:l +defs:p (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
H A Dsource_node.cpp43 for (auto& p : outPorts) { in Start() local
56 std::lock_guard<std::mutex> l(hndl_); in Start() local
68 std::lock_guard<std::mutex> l(hndl_); in Start() local
93 std::lock_guard<std::mutex> l(hndl_); in Stop() local
157 std::lock_guard<std::mutex> l(requestLock_); in Capture() local
174 SourceNode::PortHandler::PortHandler(std::shared_ptr<IPort>& p, bool isResize) : port(p), isResize_… in PortHandler()
198 std::unique_lock<std::mutex> l(cltLock); in StartCollectBuffers() local
295 std::unique_lock<std::mutex> l(rblock); in StartDistributeBuffers() local
327 std::unique_lock<std::mutex> l(rblock); in DistributorJoin() local
358 std::unique_lock<std::mutex> l(rblock); in DistributeBuffers() local
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_still_capture.cpp22 std::shared_ptr<IPipelineCore>& p, in StreamStillCapture()
37 std::lock_guard<std::mutex> l(offlineLock_); in HandleResult() local
73 std::unique_lock<std::mutex> l(wtLock_); in ChangeToOfflineStream() local
121 std::unique_lock<std::mutex> l(wtLock_); in StopStream() local
H A Dstream_base.cpp33 std::shared_ptr<IPipelineCore>& p, in StreamBase()
59 std::unique_lock<std::mutex> l(smLock_); in ConfigStream() local
78 std::unique_lock<std::mutex> l(smLock_); in CommitStream() local
137 std::unique_lock<std::mutex> l(smLock_); in StartStream() local
179 std::unique_lock<std::mutex> l(smLock_); in StopStream() local
183 std::unique_lock<std::mutex> l(wtLock_); in StopStream() local
203 std::unique_lock<std::mutex> l(wtLock_); in StopStream() local
244 std::unique_lock<std::mutex> l(wtLock_); in AddRequest() local
287 std::unique_lock<std::mutex> l(wtLock_); in HandleRequest() local
516 std::unique_lock<std::mutex> l(smLock_); in AttachStreamTunnel() local
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/
H A Dnode_base.cpp122 std::unique_lock<std::mutex> l(portLock_); in GetPort() local
124 [name](std::shared_ptr<IPort> p) { return p->GetName() == name; }); in GetPort()
173 std::unique_lock<std::mutex> l(portLock_); in GetNumberOfInPorts() local
180 std::unique_lock<std::mutex> l(portLock_); in GetNumberOfOutPorts() local
187 std::unique_lock<std::mutex> l(portLock_); in GetInPorts() local
197 std::unique_lock<std::mutex> l(portLock_); in GetOutPorts() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_base_encoder.cpp66 std::lock_guard<std::mutex> l(bufferMetaMutex_); in ProcessSendData() local
198 std::lock_guard<std::mutex> l(bufferMetaMutex_); in SendOutputBuffer() local
249 [](AVCodec *p) { in AllocateContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp269 RefPtr<Ace::PixelMap> p = Ace::PixelMap::DecodeTlv(pixelMapSubVec); in ReadPixelMap() local
434 ImageSpanAttribute l; in ReadImageSpanAttribute() local
487 NG::LeadingMargin l; in ReadLeadingMargin() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp273 for (uint16_t l : levels) { in ComboLogLevel2Str() local
277 for (uint16_t l: levels) { in ComboLogLevel2Str() local
480 uint64_t GenerateHash(const char *p, size_t size) in GenerateHash()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl917 SecInt64 l; /* temp long value */ local
1225 wchar_t *p = formatBuf.wStr; local
1248 char *p = formatBuf.str; local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c192 static uint32_t Read24Bit(const uint8_t *p) in Read24Bit()
197 static void Write24Bit(uint8_t *p, uint32_t u) in Write24Bit()
374 void *p = NULL; in RenderWrite() local
468 void *p = NULL; in RenderWriteOffload() local
550 void *p = NULL; in TestModeRenderWrite() local
622 static const char *safeProplistGets(const pa_proplist *p, const char *key, const char *defstr) in safeProplistGets()
860 size_t l; in SinkRenderPrimaryGetDataCap() local
1506 size_t l; in SinkRenderPrimaryGetData() local
1547 size_t l; in SinkRenderMultiChannelGetData() local
2252 unsigned p = 0; in InputsDropFromInputs() local
[all …]
H A Dmodule_split_stream_sink.c631 size_t l, d; in SplitPaSinkRenderIntoFull() local
857 void *p = NULL; in SplitRenderWrite() local
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c1026 SecInt64 l; /* temp long value */ in HiLogSecOutputS() local
1330 wchar_t *p = formatBuf.wStr; in HiLogSecOutputS() local
1353 char *p = formatBuf.str; in HiLogSecOutputS() local
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp137 [&vec](const std::pair<std::string, std::string> &p) { in RequestWithoutCache()
385 std::unique_lock l(staticVariable_.curlMultiMutex); in RunThread() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp261 [&vec](const std::pair<std::string, std::string> &p) { in AddCurlHandle()
676 std::unique_lock l(staticVariable_.curlMultiMutex); in AddCurlHandle() local
1019 for (struct addrinfo *p = res; p != nullptr; p = p->ai_next) { in AddCurlHandle() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1306 constructor(p, q, r) { argument
1326 constructor(k, l, m, n) { argument
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js175 let l; variable
304 class p extends N { class
2162 let l = a; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15ld_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("c… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15ld_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("c… method in _e.u
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16ld_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("c… argument