Searched refs:UChar (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp113 reinterpret_cast<const UChar*>(key.getText()), start, count,
225 TextLayoutCacheKey::TextLayoutCacheKey(const SkPaint* paint, const UChar* text,
293 return memcmp(lhs.getText(), rhs.getText(), lhs.contextCount * sizeof(UChar));
297 return sizeof(TextLayoutCacheKey) + sizeof(UChar) * contextCount;
349 void TextLayoutShaper::computeValues(TextLayoutValue* value, const SkPaint* paint, const UChar* chars,
360 void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars,
677 void TextLayoutShaper::computeRunValues(const SkPaint* paint, const UChar* contextChars,
692 const UChar* chars = contextChars + start;
919 reinterpret_cast<const UChar*>(text), start, count, contextCount, dirFlags);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp646 video->QPMB = (UChar *) M4VENC_MALLOC(nTotalMB * sizeof(UChar)); /* Memory for MB quantizers */
650 video->headerInfo.Mode = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for MB Modes */
652 video->headerInfo.CBP = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for CBP (Y and C) of each MB */
669 video->intraArray = (UChar *)M4VENC_MALLOC(sizeof(UChar) * nTotalMB);
672 video->sliceNo = (UChar *) M4VENC_MALLOC(nTotalMB); /* Memory for Slice Numbers */
725 video->overrunBuffer = (UChar*) M4VENC_MALLO
[all...]
H A Dvlc_encode.cpp88 typedef void (*BlockCodeCoeffPtr)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar) ;
170 Void DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP);
891 UChar Mode = video->headerInfo.Mode[video->mbnum];
892 UChar CBP;
980 UChar Mode = video->headerInfo.Mode[mbnum];
982 UChar CBP;
1137 UChar Mode = video->headerInfo.Mode[video->mbnum];
1138 UChar CBP = video->headerInfo.CBP[video->mbnum];
1254 UChar Mode = video->headerInfo.Mode[mbnum];
1256 UChar CB
[all...]
H A Drate_control.cpp199 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
207 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
222 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);

Completed in 152 milliseconds

12