Home
last modified time | relevance | path

Searched refs:AV_RB16 (Results 1 - 1 of 1) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_packet.cpp22 #define AV_RB16(x) ((((const uint8_t *)(x))[0] << 8) | ((const uint8_t *)(x))[1]) macro
48 return AV_RB16(ext_ptr + 2) << 2; // 2:byte offset in GetExtSize()
61 return AV_RB16(ext_ptr); in GetExtReserved()

Completed in 1 milliseconds