Searched refs:GetUe (Results 1 - 2 of 2) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_sdp.cpp | 110 int32_t MediaDescription::GetUe(const uint8_t *buf, uint32_t nLen, uint32_t &pos) in GetUe() function in OHOS::Sharing::MediaDescription 138 int32_t UeVal = GetUe(buf, nLen, pos); in GetSe() 220 GetUe(buf, nLen, cursor); in GetVideoSize() 235 int32_t chromaFormatIdc = GetUe(buf, nLen, cursor); in GetVideoSize() 241 GetUe(buf, nLen, cursor); in GetVideoSize() 243 GetUe(buf, nLen, cursor); in GetVideoSize() 271 GetUe(buf, nLen, cursor); in GetVideoSize() 272 int32_t picOrderCntType = GetUe(buf, nLen, cursor); in GetVideoSize() 275 GetUe(buf, nLen, cursor); in GetVideoSize() 283 int32_t numRefFramesInPicOrderCntCycle = GetUe(bu in GetVideoSize() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_sdp.h | 110 int32_t GetUe(const uint8_t *buf, uint32_t nLen, uint32_t &pos);
|
Completed in 2 milliseconds