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

  /external/srtp/srtp/
ekt.c 104 const uint8_t *roc_location; local
106 roc_location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_ROC);
108 return *((const uint32_t *)roc_location);
  /external/srtp/googlepatches/
google-10-srtp-ios-fixes.pack 89 const uint8_t *roc_location;
92 return *((const uint32_t *)roc_location);
vidyo-1-srtp-win.patch 80 - void *roc_location;
82 + const uint8_t *roc_location;
84 roc_location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_ROC);
86 - return *((uint32_t *)roc_location);
87 + return *((const uint32_t *)roc_location);

Completed in 211 milliseconds