Searched refs:GetU (Results 1 - 2 of 2) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_sdp.cpp | 148 int32_t MediaDescription::GetU(uint8_t bitCount, const uint8_t *buf, uint32_t &pos) in GetU() function in OHOS::Sharing::MediaDescription 193 GetU(1, buf, cursor); in GetVideoSize() 195 GetU(2, buf, cursor); // 2:fixed size in GetVideoSize() 196 int32_t nalUnitType = GetU(5, buf, cursor); // 5:fixed size in GetVideoSize() 201 int32_t profileIdc = GetU(8, buf, cursor); // 8:fixed size in GetVideoSize() 203 GetU(1, buf, cursor); in GetVideoSize() 205 GetU(1, buf, cursor); in GetVideoSize() 207 GetU(1, buf, cursor); in GetVideoSize() 209 GetU(1, buf, cursor); in GetVideoSize() 211 GetU( in GetVideoSize() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_sdp.h | 111 int32_t GetU(uint8_t bitCount, const uint8_t *buf, uint32_t &pos);
|
Completed in 2 milliseconds