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

12

/frameworks/av/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.cpp378 video->headerInfo.Mode = (uint8 *)(IMEM_headerInfo_Mode);
379 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
381 video->headerInfo.CBP = (uint8 *)(IMEM_headerInfo_CBP);
382 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
419 video->headerInfo.Mode = (uint8 *) oscl_malloc(nTotalMB);
420 if (video->headerInfo.Mode == NULL) status = PV_FALSE;
422 video->headerInfo.CBP = (uint8 *) oscl_malloc(nTotalMB);
423 if (video->headerInfo.CBP == NULL) status = PV_FALSE;
579 video->headerInfo.Mode = NULL;
580 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/av/drm/libdrmframework/include/
H A DDrmManagerService.h111 int decryptUnitId, const DrmBuffer* headerInfo);
H A DNoOpDrmManagerClientImpl.h63 int decryptUnitId, const DrmBuffer* headerInfo);
H A DDrmManager.h123 int decryptUnitId, const DrmBuffer* headerInfo);
H A DDrmManagerClientImpl.h351 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
356 int decryptUnitId, const DrmBuffer* headerInfo);
H A DIDrmManagerService.h154 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
241 int decryptUnitId, const DrmBuffer* headerInfo);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h85 int decryptUnitId, const DrmBuffer* headerInfo);
/frameworks/av/include/drm/
H A DDrmManagerClient.h136 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
141 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo);
/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.cpp294 int decryptUnitId, const DrmBuffer* headerInfo) {
296 if ((NULL != decryptHandle.get()) && (NULL != headerInfo)) {
298 uniqueId, decryptHandle.get(), decryptUnitId, headerInfo);
292 initializeDecryptUnit( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
H A DNoOpDrmManagerClientImpl.cpp130 int decryptUnitId, const DrmBuffer* headerInfo) {
129 initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h96 int decryptUnitId, const DrmBuffer* headerInfo);
470 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
475 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
H A DIDrmEngine.h377 * @param[in] headerInfo Information for initializing decryption of this decrypUnit
382 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
/frameworks/av/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 */
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h371 * @param headerInfo Information for initializing decryption of this decrypUnit
378 const DrmBuffer* headerInfo);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp247 int decryptUnitId, const DrmBuffer* headerInfo) {
252 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo);
246 initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument

Completed in 131 milliseconds

12