Searched refs:pMsg (Results 1 - 5 of 5) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | base_consumer.cpp | 97 auto pMsg = std::make_shared<ProsumerStatusMsg>(); in NotifyPrivateEvent() local 98 pMsg->prosumerId = GetId(); in NotifyPrivateEvent() 99 pMsg->agentId = GetSinkAgentId(); in NotifyPrivateEvent() 100 pMsg->status = PROSUMER_NOTIFY_PRIVATE_EVENT; in NotifyPrivateEvent() 101 pMsg->eventMsg = std::move(eventMsg); in NotifyPrivateEvent() 105 listener->OnConsumerNotify(pMsg); in NotifyPrivateEvent()
|
H A D | base_producer.cpp | 73 auto pMsg = std::make_shared<ProsumerStatusMsg>(); in NotifyPrivateEvent() local 74 pMsg->prosumerId = GetId(); in NotifyPrivateEvent() 75 pMsg->agentId = GetSrcAgentId(); in NotifyPrivateEvent() 76 pMsg->status = PROSUMER_NOTIFY_PRIVATE_EVENT; in NotifyPrivateEvent() 77 pMsg->eventMsg = std::move(eventMsg); in NotifyPrivateEvent() 81 listener->OnProducerNotify(pMsg); in NotifyPrivateEvent()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_rtp_producer.cpp | 358 ProsumerStatusMsg::Ptr pMsg = std::make_shared<ProsumerStatusMsg>(); in OnRtcpTimeOut() local 359 pMsg->prosumerId = GetId(); in OnRtcpTimeOut() 360 pMsg->agentId = GetSrcAgentId(); in OnRtcpTimeOut() 361 pMsg->eventMsg = std::make_shared<AgentEventMsg>(); in OnRtcpTimeOut() 362 pMsg->status = ProsumerNotifyStatus::PROSUMER_NOTIFY_ERROR; in OnRtcpTimeOut() 363 pMsg->eventMsg->type = EVENT_AGENT_PROSUMER_ERROR; in OnRtcpTimeOut() 364 pMsg->errorCode = ERR_PROSUMER_TIMEOUT; in OnRtcpTimeOut() 365 listener->OnProducerNotify(pMsg); in OnRtcpTimeOut()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 214 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...);
|
H A D | hevc_decoder.cpp | 1569 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...) in HevcDecLog() argument 1574 va_start(args, reinterpret_cast<const char*>(pMsg)); in HevcDecLog() 1575 int32_t size = vsnprintf_s(buf.data(), buf.size(), buf.size()-1, reinterpret_cast<const char*>(pMsg), args); in HevcDecLog()
|
Completed in 4 milliseconds