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

  /frameworks/base/media/libdrm/mobile2/src/dcf/
DrmRawContent.cpp 17 #include <dcf/DrmRawContent.h>
35 const uint8_t* dcf = data; local
37 //parse DCF file header
38 if(false == parseDcfHeader(dcf))
44 dcf = data;
45 dcf += FIX_HEADER_LEN;
47 if(dcf >= (data + count))
53 FullBox conFullBox(dcf);
60 //check whether it is multipart DCF or not
65 mContainer.push_back(new DcfContainer(dcf,inRawData,dcf-data))
    [all...]
DrmIStream.cpp 17 #include <dcf/DrmIStream.h>
DrmDcfCommon.cpp 17 #include <dcf/DrmDcfCommon.h>
DrmDcfContainer.cpp 17 #include <dcf/DrmDcfContainer.h>
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmIStream.h 22 #include <dcf/DrmDcfContainer.h>
36 * constructor for DrmInStream, used to read DCF content
37 * \param encFile DCF container data
38 * \param len DCF container data len
39 * \param off the offset from the start of DCF container
DrmRawContent.h 21 #include <dcf/DrmDcfContainer.h>
28 * constructor for DrmRawContent, used to parse DCF
37 * get DCF container
40 * the DCF container
45 * get the length of DCF hash
48 * the length of DCF hash
53 * get DCF hash
54 * \param outDcfHash the buffer to store DCF hash
DrmDcfContainer.h 22 #include <dcf/DrmIStream.h>
23 #include <dcf/DrmDcfCommon.h>
27 /////////dcf container
37 * constructor for DcfContainer, used to parse DCF container
38 * \param data DCF container data
39 * \param len DCF container data len
40 * \param off the offset from the start of DCF container
168 * get the istream of DCF
171 * the istream of DCF
  /frameworks/base/media/libdrm/mobile2/
Android.mk 48 src/dcf/DrmDcfCommon.cpp \
49 src/dcf/DrmDcfContainer.cpp \
50 src/dcf/DrmIStream.cpp \
51 src/dcf/DrmRawContent.cpp \
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 663 function dcf(form,pbcId,cnum,sequence,status,atyp,ver){ function

Completed in 75 milliseconds