/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_create_limiter_bands.h | 83 struct PATCH Patch,
|
calc_sbr_envelope.h | 132 struct PATCH Patch,
|
s_sbr_dec.h | 129 struct PATCH Patch; /* Used by sbr_generate_high_freq */
|
sbr_generate_high_freq.h | 131 struct PATCH * Patch,
|
sbr_create_limiter_bands.cpp | 138 struct PATCH Patch, 156 Int32 noPatches = Patch.noOfPatches; 163 patchBorders[i] = Patch.targetStartBand[i] - lowSubband;
|
sbr_dec.cpp | 284 &(sbrDec->Patch), 315 sbrDec->Patch, 340 &(sbrDec->Patch), 368 sbrDec->Patch,
|
sbr_generate_high_freq.cpp | 208 struct PATCH *Patch, 213 Int32 patch; local 342 /* First patch */ 347 patch = 0; 354 Patch->targetStartBand[patch] = targetStopBand; 356 numBandsInPatch = goalSb - targetStopBand; /* get the desired range of the patch */ 360 /* desired number bands are not available -> patch whole source range */ 397 if ((numBandsInPatch < 3) && (patch > 0) [all...] |
calc_sbr_envelope.cpp | 238 struct PATCH Patch, 348 Patch, [all...] |
/frameworks/base/libs/hwui/ |
Patch.h | 40 // 9-patch structures 44 * An OpenGL patch. This contains an array of vertices and an array of 47 struct Patch { 48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0); 49 ~Patch(); 84 }; // struct Patch
|
PatchCache.cpp | 53 Patch* PatchCache::get(const float bitmapWidth, const float bitmapHeight, 70 // If the 9patch is made of only transparent quads 79 Patch* mesh = NULL; 85 PATCH_LOGD("New patch mesh " 89 mesh = new Patch(width, height, transparentQuads); 101 PATCH_LOGD("Patch mesh does not match, refreshing vertices");
|
Patch.cpp | 23 #include "Patch.h" 34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads): 37 // 2 triangles per patch, 3 vertices per triangle 49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d", 55 Patch::~Patch() { 63 // Patch management 66 void Patch::copy(const int32_t* xDivs, const int32_t* yDivs) { 71 void Patch::copy(const int32_t* yDivs) [all...] |
PatchCache.h | 24 #include "Patch.h" 50 Patch* get(const float bitmapWidth, const float bitmapHeight, 66 * Description of a patch. 115 KeyedVector<PatchDescription, Patch*> mCache;
|
Android.mk | 20 Patch.cpp \
|
OpenGLRenderer.cpp | [all...] |
/external/webkit/Tools/QueueStatusServer/handlers/ |
patch.py | 35 class Patch(webapp.RequestHandler): 53 self.response.out.write(template.render("templates/patch.html", template_values))
|
/external/webkit/Tools/QueueStatusServer/ |
main.py | 39 from handlers.patch import Patch 59 (r'/patch-status/(.*)/(.*)', PatchStatus), 60 (r'/patch/(.*)', Patch), 67 (r'/next-patch/(.*)', NextPatch), 68 (r'/release-patch', ReleasePatch),
|
/bootable/recovery/applypatch/ |
applypatch.h | 28 } Patch; 73 const Value* patch, ssize_t patch_offset, 76 const Value* patch, ssize_t patch_offset, 81 const Value* patch,
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 2 * Diff Match and Patch 5 * http://code.google.com/p/google-diff-match-patch/ 40 * Functions for diff, match and patch. 41 * Computes the difference between two texts to create a patch. 42 * Applies the patch onto another text, allowing for errors. 48 * Class containing the diff, match and patch methods. 1802 Patch patch = new Patch(); local 2029 Patch patch = patches.getFirst(); local 2079 Patch patch; local 2205 Patch patch; local [all...] |
diff_match_patch_test.java | 5 * http://code.google.com/p/google-diff-match-patch/ 35 import name.fraser.neil.plaintext.diff_match_patch.Patch; [all...] |
/external/skia/samplecode/ |
SamplePatch.cpp | 54 class Patch { 56 Patch() { sk_bzero(fPts, sizeof(fPts)); } 57 ~Patch() {} 131 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, 212 Patch* patch) { 216 patch->draw(canvas, paint, 10, 10, false, false); 218 patch->draw(canvas, paint, 10, 10, true, false); 220 patch->draw(canvas, paint, 10, 10, false, true); 222 patch->draw(canvas, paint, 10, 10, true, true) 282 Patch patch; local [all...] |
/development/pdk/docs/source/ |
source_toc.cs | 26 <li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a></li>
|
/external/llvm/ |
README.android | 29 * 738f05a - Remove a useless copy of MCELFStreamer. Patch by Logan Chien! (13 days ago) <Benjamin Kramer>
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | 374 begin_paint_.Patch(L"riched20.dll", "user32.dll", "BeginPaint", 376 end_paint_.Patch(L"riched20.dll", "user32.dll", "EndPaint", [all...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 610 9-Patch</a></li> [all...] |
/prebuilt/common/ant/ |
ant.jar | |