Searched refs:headerInfo (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp65 video->headerInfo.CBP[mbnum] = 0;
94 if (video->headerInfo.Mode[mbnum] & INTER_MASK)
100 video->headerInfo.Mode[mbnum] = MODE_SKIPPED;
125 video->headerInfo.Mode[i] = MODE_SKIPPED;
H A Ddatapart_decode.cpp141 uint8 *Mode = video->headerInfo.Mode;
174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3);
254 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2);
306 uint8 *Mode = video->headerInfo.Mode;
441 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2);
522 uint8 *Mode = video->headerInfo.Mode;
578 uint8 *Mode = video->headerInfo.Mode;
608 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3);
628 uint CBP = video->headerInfo.CBP[mbnum];
629 uint8 mode = video->headerInfo
[all...]
H A Dpvdec_api.cpp373 video->headerInfo.Mode = (uint8 *)(IMEM_headerInfo_Mode);
374 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
376 video->headerInfo.CBP = (uint8 *)(IMEM_headerInfo_CBP);
377 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
414 video->headerInfo.Mode = (uint8 *) oscl_malloc(nTotalMB);
415 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
417 video->headerInfo.CBP = (uint8 *) oscl_malloc(nTotalMB);
418 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
574 video->headerInfo.Mode = NULL;
575 video->headerInfo
[all...]
H A Dcombined_decode.cpp50 uint8 *Mode = video->headerInfo.Mode;
349 uint8 *Mode = video->headerInfo.Mode;
462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3));
533 uint mode = video->headerInfo.Mode[mbnum];
534 uint CBP = video->headerInfo.CBP[mbnum];
H A Ddcac_prediction.cpp79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
226 uint8 *mode = video->headerInfo.Mode;
H A Dmp4lib_int.h227 HeaderInfoDecVideo headerInfo; /* MB Header information */ member in struct:tagVideoDecData
/frameworks/base/drm/common/
H A DDrmEngineBase.cpp137 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
138 return onInitializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo);
136 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
H A DIDrmManagerService.cpp659 int decryptUnitId, const DrmBuffer* headerInfo) {
670 data.writeInt32(headerInfo->length);
671 data.write(headerInfo->data, headerInfo->length);
1329 DrmBuffer* headerInfo = NULL; local
1330 headerInfo = new DrmBuffer((char *)data.readInplace(bufferSize), bufferSize);
1333 = initializeDecryptUnit(uniqueId, &handle, decryptUnitId, headerInfo);
1337 delete headerInfo; headerInfo = NULL;
657 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/base/drm/libdrmframework/include/
H A DDrmManagerService.h108 int decryptUnitId, const DrmBuffer* headerInfo);
H A DDrmManager.h121 int decryptUnitId, const DrmBuffer* headerInfo);
H A DDrmManagerClientImpl.h334 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
339 int decryptUnitId, const DrmBuffer* headerInfo);
H A DIDrmManagerService.h149 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
232 int decryptUnitId, const DrmBuffer* headerInfo);
/frameworks/base/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h85 int decryptUnitId, const DrmBuffer* headerInfo);
/frameworks/base/include/drm/
H A DDrmManagerClient.h124 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
129 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo);
/frameworks/base/drm/drmserver/
H A DDrmManagerService.cpp236 int decryptUnitId, const DrmBuffer* headerInfo) {
238 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo);
235 initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/base/drm/libdrmframework/
H A DDrmManagerClient.cpp132 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
134 mUniqueId, decryptHandle, decryptUnitId, headerInfo);
131 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/base/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h91 int decryptUnitId, const DrmBuffer* headerInfo);
408 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
413 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
H A DIDrmEngine.h357 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
362 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp891 UChar Mode = video->headerInfo.Mode[video->mbnum];
906 CBP = video->headerInfo.CBP[mbnum];
980 UChar Mode = video->headerInfo.Mode[mbnum];
1009 CBP = video->headerInfo.CBP[mbnum];
1029 Mode = video->headerInfo.Mode[video->mbnum] = MODE_SKIPPED;
1034 Mode = video->headerInfo.Mode[video->mbnum] = MODE_SKIPPED;
1137 UChar Mode = video->headerInfo.Mode[video->mbnum];
1138 UChar CBP = video->headerInfo.CBP[video->mbnum];
1163 CBP = video->headerInfo.CBP[mbnum];
1254 UChar Mode = video->headerInfo
[all...]
H A Ddatapart_encode.cpp216 UChar mode, *Mode = video->headerInfo.Mode;
363 CBP = video->headerInfo.CBP[mbnum];
421 video->headerInfo.CBP[mbnum] = CBP;
H A Dfastcodemb.cpp54 UChar Mode = video->headerInfo.Mode[mbnum];
248 video->headerInfo.CBP[mbnum] = CBP; /* 5/18/2001 */
283 UChar Mode = video->headerInfo.Mode[mbnum];
469 video->headerInfo.CBP[mbnum] = CBP; /* 5/18/2001 */
H A Dcombined_encode.cpp268 UChar *Mode = video->headerInfo.Mode;
441 CBP = video->headerInfo.CBP[mbnum];
492 video->headerInfo.CBP[mbnum] = CBP;
H A Dmp4enc_api.cpp650 video->headerInfo.Mode = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for MB Modes */
651 if (video->headerInfo.Mode == NULL) goto CLEAN_UP;
652 video->headerInfo.CBP = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for CBP (Y and C) of each MB */
653 if (video->headerInfo.CBP == NULL) goto CLEAN_UP;
1119 if (video->headerInfo.Mode)M4VENC_FREE(video->headerInfo.Mode);
1120 if (video->headerInfo.CBP)M4VENC_FREE(video->headerInfo.CBP);
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h370 * @param headerInfo Information for initializing decryption of this decrypUnit
377 const DrmBuffer* headerInfo);

Completed in 159 milliseconds

12