HomeSort by relevance Sort by last modified time
    Searched refs:ts_lower (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libaah_rtp/
aah_rx_player_substream.cpp 106 int32_t ts_lower) {
196 ts = (static_cast<int64_t>(ts_upper) << 32) | ts_lower;
aah_rx_player.h 209 int32_t ts_lower);
aah_rx_player_core.cpp 598 uint32_t ts_lower = U32_AT(data + 4); local
599 substream->processPayloadStart(data + 12, amt - 12, ts_lower);

Completed in 437 milliseconds