Searched refs:drm_parseDM (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libdrm/mobile1/include/parser/
H A Dparser_dm.h95 int32_t drm_parseDM(const uint8_t* buffer, int32_t bufferLen, T_DRM_DM_Info* pDmInfo);
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dm.c67 int32_t drm_parseDM(const uint8_t *buffer, int32_t bufferLen, T_DRM_DM_Info *pDmInfo) function
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c748 if (FALSE == drm_parseDM(buf, bufLen, &dmInfo)) {
838 if (FALSE == drm_parseDM(s->rawContent, s->rawContentLen, &dmInfo)) {

Completed in 43 milliseconds