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

  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 36 static uint32_t U32_AT(const uint8_t *ptr) {
284 uint32_t header = U32_AT(tmp);
319 uint32_t test_header = U32_AT(tmp);
388 uint32_t header = U32_AT((const uint8_t *)buffer);
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 44 static uint32_t U32_AT(const uint8_t *ptr) {
49 return ((uint64_t)U32_AT(ptr)) << 32 | U32_AT(ptr + 4);
484 mask = U32_AT(&data[offset]);
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 54 uint32_t U32_AT(const uint8_t *ptr) {
59 return ((uint64_t)U32_AT(ptr)) << 32 | U32_AT(ptr + 4);
    [all...]

Completed in 1324 milliseconds