HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 101 - 125 of 209) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 553 Vop *comp; local
583 comp = video->currVop;
585 c_comp = comp->yChan + offset;
586 cu_comp = comp->uChan + (offset >> 2) + (xpos >> 2);
587 cv_comp = comp->vChan + (offset >> 2) + (xpos >> 2);
  /external/freetype/src/sfnt/
ttsbit.c 1347 TT_SBit_Component comp; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp 1623 UChar comp[2]; local
1722 UChar decomp[256], comp[256]; local
1768 UChar *comp = c->comp; local
1839 UChar comp[256]; local
    [all...]
ucol_elm.h 126 UChar *comp; member in struct:__anon3053
  /external/icu4c/i18n/
ucol_elm.cpp 1626 UChar comp[2]; local
1726 UChar decomp[256], comp[256]; local
1772 UChar *comp = c->comp; local
1843 UChar comp[256]; local
    [all...]
ucol_elm.h 126 UChar *comp; member in struct:__anon4072
  /external/chromium/base/
tracked_objects.cc 709 int comp = strcmp(left.location().file_name(), local
711 if (comp)
712 return 0 > comp;
718 int comp = strcmp(left.location().function_name(), local
720 if (comp)
721 return 0 > comp;
769 int comp = strcmp(left.location().file_name(), local
771 if (comp)
778 int comp = strcmp(left.location().function_name(), local
780 if (comp)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 20 #define CLIP_COMP *comp++ = (uint8)(((uint)temp>0xFF)? 0xFF&(~(temp>>31)): temp)
33 uint8 *comp; local
63 comp = curL;// + (block_x<<2) + (block_y<<2)*currPic->pitch;
67 status = Intra_4x4(video, block_x, block_y, comp);
82 itrans(dataBlock, comp, comp, pitch);
94 comp += ((pitch << 2) - 4);
104 comp += 4;
508 AVCStatus Intra_4x4(AVCCommonObj *video, int block_x, int block_y, uint8 *comp)
558 video->pintra_pred_top = comp - pitch
1626 uint8 *comp; local
    [all...]
  /external/stlport/stlport/stl/
_map.h 65 _Compare comp; member in class:map::value_compare
66 value_compare(_Compare __c) : comp(__c) {}
69 { return comp(__x.first, __y.first); }
256 //comp is a Standard name (23.3.2), do no make it STLport naming convention compliant.
257 _Compare comp; member in class:multimap::value_compare
258 value_compare(_Compare __c) : comp(__c) {}
261 { return comp(__x.first, __y.first); }
  /ndk/sources/android/stlport/stlport/stl/
_map.h 65 _Compare comp; member in class:map::value_compare
66 value_compare(_Compare __c) : comp(__c) {}
69 { return comp(__x.first, __y.first); }
256 //comp is a Standard name (23.3.2), do no make it STLport naming convention compliant.
257 _Compare comp; member in class:multimap::value_compare
258 value_compare(_Compare __c) : comp(__c) {}
261 { return comp(__x.first, __y.first); }
  /external/clearsilver/util/
dict.c 60 dictCompFunc comp; /* id compare function */ member in struct:_dictCtx
151 if(! dict->comp(item->id, id)) {
567 dict->comp = strcmp;
571 dict->comp = strcasecmp;
  /external/libvpx/vp8/decoder/
onyxd_if.c 151 void vp8dx_set_setting(VP8D_PTR comp, VP8D_SETTING oxst, int x)
153 VP8D_COMP *pbi = (VP8D_COMP *) comp;
165 int vp8dx_get_setting(VP8D_PTR comp, VP8D_SETTING oxst)
167 VP8D_COMP *pbi = (VP8D_COMP *) comp;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 67 Int dctMode, Int comp, Int dummy, UChar shortHeader);
71 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader);
82 Int DctMode, Int comp, Int dc_scaler);
86 Int DctMode, Int comp, Int dc_scaler);
fastquant.cpp 151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
166 OSCL_UNUSED_ARG(comp);
271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader)
285 OSCL_UNUSED_ARG(comp);
546 Int dctMode, Int comp, Int dc_scaler)
559 OSCL_UNUSED_ARG(comp);
675 Int dctMode, Int comp, Int dc_scaler)
690 OSCL_UNUSED_ARG(comp);
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 166 String comp = in.readString(); local
167 if (localLOGV) Slog.v(TAG, "Component: " + comp);
169 mLaunchTimes.put(comp, times);
185 void addLaunchCount(String comp) {
186 TimeStats times = mLaunchTimes.get(comp);
189 mLaunchTimes.put(comp, times);
194 void addLaunchTime(String comp, int millis) {
195 TimeStats times = mLaunchTimes.get(comp);
198 mLaunchTimes.put(comp, times);
  /external/openssl/ssl/
Makefile 109 bio_ssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
127 d1_both.o: ../include/openssl/buffer.h ../include/openssl/comp.h
148 d1_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
168 d1_enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h
188 d1_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h
207 d1_meth.o: ../include/openssl/buffer.h ../include/openssl/comp.h
226 d1_pkt.o: ../include/openssl/buffer.h ../include/openssl/comp.h
247 d1_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h
267 kssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
285 s23_clnt.o: ../include/openssl/buffer.h ../include/openssl/comp.
    [all...]
s23_clnt.c 278 SSL_COMP *comp; local
455 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
456 *(p++)=comp->id;
d1_enc.c 119 #include <openssl/comp.h>
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 174 JavadocTool comp = JavadocTool.make0(context); local
175 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess,
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 167 private static int computePrePostMul(int alpha, int comp) {
171 int premul = Math.round(alpha * comp / 255.f);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 196 struct completion comp; member in struct:tiwlan_req::__anon16910::__anon16911
274 struct completion comp; member in struct:tiwlan_net_dev
  /external/libxml2/
schematron.c 90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest
311 xmlXPathCompExprPtr comp; local
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
321 if (comp == NULL) {
338 ret->comp = comp;
367 if (tests->comp != NULL)
368 xmlXPathFreeCompExpr(tests->comp);
    [all...]
  /external/chromium/googleurl/src/
gurl_unittest.cc 27 url_parse::Component comp; local
29 comp.len = static_cast<int>(strlen(str));
30 (replacements->*func)(str, comp);
  /external/chromium/third_party/icu/source/common/
caniter.cpp 493 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
494 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
495 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
510 U16_APPEND_UNSAFE(temp, inputLen, comp);
511 decomp = unorm_getCanonicalDecomposition(comp, stackBuffer, &decompLen);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 560 Component comp = FindNextComponent (NULL, &desc); local
561 if (comp == NULL) {
566 result = OpenAComponent (comp, &theUnit);

Completed in 777 milliseconds

1 2 3 45 6 7 8 9