/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | datapart_decode.cpp | 141 uint8 *Mode = video->headerInfo.Mode; in DecodeDataPart_I_VideoPacket() 174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3); in DecodeDataPart_I_VideoPacket() 254 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2); in DecodeDataPart_I_VideoPacket() 306 uint8 *Mode = video->headerInfo.Mode; in DecodeDataPart_P_VideoPacket() 441 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2); in DecodeDataPart_P_VideoPacket() 522 uint8 *Mode = video->headerInfo.Mode; in GetMBheaderDataPart_DQUANT_DC() 578 uint8 *Mode = video->headerInfo.Mode; in GetMBheaderDataPart_P() 608 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3); in GetMBheaderDataPart_P() 628 uint CBP = video->headerInfo.CBP[mbnum]; in GetMBData_DataPart() 629 uint8 mode = video->headerInfo.Mode[mbnum]; in GetMBData_DataPart()
|
D | conceal.cpp | 70 video->headerInfo.CBP[mbnum] = 0; in ConcealTexture_I() 99 if (video->headerInfo.Mode[mbnum] & INTER_MASK) in ConcealTexture_P() 105 video->headerInfo.Mode[mbnum] = MODE_SKIPPED; in ConcealTexture_P() 130 video->headerInfo.Mode[i] = MODE_SKIPPED; in ConcealPacket()
|
D | pvdec_api.cpp | 421 video->headerInfo.Mode = (uint8 *)(IMEM_headerInfo_Mode); in PVAllocVideoData() 422 if (video->headerInfo.Mode == NULL) status = PV_FALSE; in PVAllocVideoData() 424 video->headerInfo.CBP = (uint8 *)(IMEM_headerInfo_CBP); in PVAllocVideoData() 425 if (video->headerInfo.CBP == NULL) status = PV_FALSE; in PVAllocVideoData() 473 video->headerInfo.Mode = (uint8 *) oscl_malloc(nTotalMB); in PVAllocVideoData() 474 if (video->headerInfo.Mode == NULL) status = PV_FALSE; in PVAllocVideoData() 475 else oscl_memset(video->headerInfo.Mode, 0, nTotalMB); in PVAllocVideoData() 477 video->headerInfo.CBP = (uint8 *) oscl_malloc(nTotalMB); in PVAllocVideoData() 478 if (video->headerInfo.CBP == NULL) status = PV_FALSE; in PVAllocVideoData() 479 else oscl_memset (video->headerInfo.CBP, 0, nTotalMB); in PVAllocVideoData() [all …]
|
D | combined_decode.cpp | 50 uint8 *Mode = video->headerInfo.Mode; in DecodeFrameCombinedMode() 349 uint8 *Mode = video->headerInfo.Mode; in GetMBheader() 462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3)); in GetMBheader() 533 uint mode = video->headerInfo.Mode[mbnum]; 534 uint CBP = video->headerInfo.CBP[mbnum];
|
D | dcac_prediction.cpp | 79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */ in doDCACPrediction() 83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */ in doDCACPrediction() 226 uint8 *mode = video->headerInfo.Mode; in doDCACPrediction_I()
|
D | mp4lib_int.h | 227 HeaderInfoDecVideo headerInfo; /* MB Header information */ member
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.cpp | 891 UChar Mode = video->headerInfo.Mode[video->mbnum]; in MBVlcEncodeDataPar_I_VOP() 906 CBP = video->headerInfo.CBP[mbnum]; in MBVlcEncodeDataPar_I_VOP() 980 UChar Mode = video->headerInfo.Mode[mbnum]; in MBVlcEncodeDataPar_P_VOP() 1009 CBP = video->headerInfo.CBP[mbnum]; in MBVlcEncodeDataPar_P_VOP() 1029 Mode = video->headerInfo.Mode[video->mbnum] = MODE_SKIPPED; in MBVlcEncodeDataPar_P_VOP() 1034 Mode = video->headerInfo.Mode[video->mbnum] = MODE_SKIPPED; in MBVlcEncodeDataPar_P_VOP() 1137 UChar Mode = video->headerInfo.Mode[video->mbnum]; in MBVlcEncodeCombined_I_VOP() 1138 UChar CBP = video->headerInfo.CBP[video->mbnum]; in MBVlcEncodeCombined_I_VOP() 1163 CBP = video->headerInfo.CBP[mbnum]; in MBVlcEncodeCombined_I_VOP() 1254 UChar Mode = video->headerInfo.Mode[mbnum]; in MBVlcEncodeCombined_P_VOP() [all …]
|
D | datapart_encode.cpp | 216 UChar mode, *Mode = video->headerInfo.Mode; in EncodeSliceDataPartMode() 363 CBP = video->headerInfo.CBP[mbnum]; in EncodeSliceDataPartMode() 421 video->headerInfo.CBP[mbnum] = CBP; in EncodeSliceDataPartMode()
|
D | fastcodemb.cpp | 54 UChar Mode = video->headerInfo.Mode[mbnum]; in CodeMB_H263() 248 video->headerInfo.CBP[mbnum] = CBP; /* 5/18/2001 */ in CodeMB_H263() 283 UChar Mode = video->headerInfo.Mode[mbnum]; in CodeMB_MPEG() 469 video->headerInfo.CBP[mbnum] = CBP; /* 5/18/2001 */ in CodeMB_MPEG()
|
D | combined_encode.cpp | 268 UChar *Mode = video->headerInfo.Mode; in EncodeSliceCombinedMode() 441 CBP = video->headerInfo.CBP[mbnum]; in EncodeSliceCombinedMode() 492 video->headerInfo.CBP[mbnum] = CBP; in EncodeSliceCombinedMode()
|
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 143 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() argument 145 mUniqueId, decryptHandle, decryptUnitId, headerInfo); in initializeDecryptUnit()
|
D | DrmManagerClientImpl.cpp | 294 int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() argument 296 if ((NULL != decryptHandle.get()) && (NULL != headerInfo)) { in initializeDecryptUnit() 298 uniqueId, decryptHandle, decryptUnitId, headerInfo); in initializeDecryptUnit()
|
/frameworks/av/drm/common/ |
D | DrmEngineBase.cpp | 152 … int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() argument 153 return onInitializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo); in initializeDecryptUnit()
|
D | IDrmManagerService.cpp | 702 int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() argument 713 data.writeInt32(headerInfo->length); in initializeDecryptUnit() 714 data.write(headerInfo->data, headerInfo->length); in initializeDecryptUnit() 1422 DrmBuffer* headerInfo = NULL; in onTransact() local 1423 headerInfo = new DrmBuffer((char *)data.readInplace(bufferSize), bufferSize); in onTransact() 1426 = initializeDecryptUnit(uniqueId, handle, decryptUnitId, headerInfo); in onTransact() 1430 delete headerInfo; headerInfo = NULL; in onTransact()
|
/frameworks/av/drm/common/include/ |
D | DrmEngineBase.h | 97 int decryptUnitId, const DrmBuffer* headerInfo); 480 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
|
D | IDrmManagerService.h | 155 int decryptUnitId, const DrmBuffer* headerInfo) = 0; 242 int decryptUnitId, const DrmBuffer* headerInfo);
|
D | IDrmEngine.h | 382 int decryptUnitId, const DrmBuffer* headerInfo) = 0;
|
/frameworks/av/drm/libdrmframework/plugins/passthru/include/ |
D | DrmPassthruPlugIn.h | 87 int decryptUnitId, const DrmBuffer* headerInfo);
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 311 int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() argument 316 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo); in initializeDecryptUnit()
|
D | DrmManagerService.h | 131 int decryptUnitId, const DrmBuffer* headerInfo);
|
D | DrmManager.h | 124 int decryptUnitId, const DrmBuffer* headerInfo);
|
/frameworks/av/drm/libdrmframework/include/ |
D | NoOpDrmManagerClientImpl.h | 63 int decryptUnitId, const DrmBuffer* headerInfo);
|
D | DrmManagerClientImpl.h | 356 int decryptUnitId, const DrmBuffer* headerInfo);
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 141 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTest.cpp | 247 VopHeaderInfo headerInfo; in processMpeg4H263Decoder() local 254 status = PVDecodeVopHeader(mDecHandle, &bitstreamTmp, ×tamp, &inputSize, &headerInfo, in processMpeg4H263Decoder()
|