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

  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmRawContent.h 61 static const uint32_t DCF_HASH_LEN = 20;
65 uint8_t mDcfHash[DCF_HASH_LEN];
  /frameworks/base/media/libdrm/mobile2/src/dcf/
DrmRawContent.cpp 107 return DCF_HASH_LEN;
114 memcpy(outDcfHash,mDcfHash,DCF_HASH_LEN);

Completed in 33 milliseconds