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

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 60 unsigned char topHeader[TOP_HEADER_SIZE];
263 if (read(fileDesc, pSession->topHeader, TOP_HEADER_SIZE) == TOP_HEADER_SIZE &&
264 memcmp(pSession->topHeader, topHeaderTemplate, sizeof topHeaderTemplate) == 0) {
265 pSession->contentTypeLength = pSession->topHeader[CONTENT_TYPE_LENGTH_POS];
419 HMAC_Update(&pSession->signingContext, pSession->topHeader, TOP_HEADER_SIZE);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 148 unsigned char topHeader[TOP_HEADER_SIZE];
563 memcpy(pSession->topHeader, topHeaderTemplate, sizeof topHeaderTemplate);
564 pSession->topHeader[CONTENT_TYPE_LENGTH_POS] =
566 memcpy(pOutput->fromConvertData.pBuffer, pSession->topHeader, TOP_HEADER_SIZE);
    [all...]

Completed in 448 milliseconds