/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
WebMElement.h | 29 unsigned char lacingFlag, int discardable,
|
WebMElement.c | 32 int isKeyframe, unsigned char lacingFlag, int discardable, 42 unsigned char flags = 0x00 | (isKeyframe ? 0x80 : 0x00) | (lacingFlag << 1) | discardable; 212 unsigned char flags = 0x00 | (block.iskey ? 0x80:0x00) | (block.lacing << 1) | block.discardable;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
SubSampleInformationBox.java | 32 * unsigned int(8) discardable;
153 private int discardable;
field in class:SubSampleInformationBox.SampleEntry.SubsampleEntry 173 return discardable;
176 public void setDiscardable(int discardable) {
177 this.discardable = discardable;
193 ", discardable=" + discardable +
|
/device/google/contexthub/firmware/src/ |
simpleQ.c | 26 uint32_t discardable : 1; member in struct:SimpleQueueEntry 125 if (!cur->discardable) 177 e->discardable = possiblyDiscardable ? 1 : 0;
|
hostIntf.c | [all...] |
/external/skia/src/core/ |
SkResourceCache.cpp | 506 fCount, fTotalBytesUsed, fDiscardableFactory ? "discardable" : "malloc"); 523 // if we're not discardable (i.e. we are fixed-budget) then cap the single-limit 681 SkDebugf("RC: %12s bytes %9lu discardable %p\n", 692 SkDiscardableMemory* discardable = rec.diagnostic_only_getDiscardable(); local 693 if (discardable) { 694 dump->setDiscardableMemoryBacking(dumpName.c_str(), *discardable); 696 // The discardable memory size will be calculated by dumper, but we also dump what we think 706 // Since resource could be backed by malloc or discardable, the cache always dumps detailed
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 548 final byte[] discarded = discardable(f.equivCount()); 560 If a line matches many lines, mark it as provisionally discardable. 563 @return 0=nondiscardable, 1=discardable or 2=provisionally discardable 567 private byte[] discardable(final int[] counts) { method in class:DiffMyers.file_data 575 That is the threshold for provisionally discardable lines. */ 612 /* Find end of this run of discardable lines. 613 Count how many are provisionally discardable. */ 627 /* Now we have the length of a run of discardable lines
|
/prebuilts/go/darwin-x86/src/text/tabwriter/ |
tabwriter.go | 335 discardable := true // true if all cells in this column are empty and "soft" 345 // update discardable 347 discardable = false 356 if discardable && b.flags&DiscardEmptyColumns != 0 {
|
/prebuilts/go/linux-x86/src/text/tabwriter/ |
tabwriter.go | 335 discardable := true // true if all cells in this column are empty and "soft" 345 // update discardable 347 discardable = false 356 if discardable && b.flags&DiscardEmptyColumns != 0 {
|
/external/v8/tools/ |
codemap.js | 76 * Adds a dynamic (i.e. moveable and discardable) code entry.
|
/external/guava/guava/lib/ |
jdiff.jar | |
/external/guice/lib/build/jdiff/ |
jdiff.jar | |
/external/e2fsprogs/doc/ |
texinfo.tex | [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | [all...] |
/external/netperf/doc/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
texinfo.tex | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |