Searched defs:contentLen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile1/include/parser/
H A Dparser_dm.h65 int32_t contentLen; /**< The length of the media content */ member in struct:_T_DRM_DM_Info
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dm.c71 int32_t contentLen, leftLen; local
219 contentLen = DRM_UNKNOWN_DATA_LEN;
221 contentLen = pEnd - pStart;
225 pDmInfo->contentLen = contentLen;
231 pDmInfo->rightsLen = contentLen;
234 pDmInfo->contentLen = contentLen;
245 if (DRM_UNKNOWN_DATA_LEN == contentLen)
246 contentLen
[all...]

Completed in 587 milliseconds