Searched defs:headerInfo (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/drm/common/
H A DDrmEngineBase.cpp152 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
153 return onInitializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo);
151 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
H A DIDrmManagerService.cpp699 int decryptUnitId, const DrmBuffer* headerInfo) {
710 data.writeInt32(headerInfo->length);
711 data.write(headerInfo->data, headerInfo->length);
1397 DrmBuffer* headerInfo = NULL; local
1398 headerInfo = new DrmBuffer((char *)data.readInplace(bufferSize), bufferSize);
1401 = initializeDecryptUnit(uniqueId, &handle, decryptUnitId, headerInfo);
1405 delete headerInfo; headerInfo = NULL;
697 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp143 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
145 mUniqueId, decryptHandle, decryptUnitId, headerInfo);
142 initializeDecryptUnit( sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
H A DDrmManagerClientImpl.cpp283 int decryptUnitId, const DrmBuffer* headerInfo) {
285 if ((NULL != decryptHandle.get()) && (NULL != headerInfo)) {
287 uniqueId, decryptHandle.get(), decryptUnitId, headerInfo);
281 initializeDecryptUnit( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp236 int decryptUnitId, const DrmBuffer* headerInfo) {
241 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo);
235 initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
H A DDrmManager.cpp506 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
511 result = drmEngine->initializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo);
505 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp269 int decryptUnitId, const DrmBuffer* headerInfo) {
268 onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp589 const DrmBuffer* headerInfo) {
586 onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h227 HeaderInfoDecVideo headerInfo; /* MB Header information */ member in struct:tagVideoDecData
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h389 HeaderInfoEncVideo headerInfo; /* MB Header information */ member in struct:tagVideoEncData

Completed in 169 milliseconds