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

/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.cpp709 int decryptUnitId, const DrmBuffer* headerInfo) {
720 data.writeInt32(headerInfo->length);
721 data.write(headerInfo->data, headerInfo->length);
1418 DrmBuffer* headerInfo = NULL; local
1419 headerInfo = new DrmBuffer((char *)data.readInplace(bufferSize), bufferSize);
1422 = initializeDecryptUnit(uniqueId, &handle, decryptUnitId, headerInfo);
1426 delete headerInfo; headerInfo = NULL;
707 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp531 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
536 result = drmEngine->initializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo);
530 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
H A DDrmManagerService.cpp241 int decryptUnitId, const DrmBuffer* headerInfo) {
246 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo);
240 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.cpp292 int decryptUnitId, const DrmBuffer* headerInfo) {
294 if ((NULL != decryptHandle.get()) && (NULL != headerInfo)) {
296 uniqueId, decryptHandle.get(), decryptUnitId, headerInfo);
290 initializeDecryptUnit( int uniqueId, sp<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/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp268 int decryptUnitId, const DrmBuffer* headerInfo) {
267 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 628 milliseconds