/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerCCDecoder.cpp | 50 static bool isNullPad(CCData *cc) { in isNullPad() argument 51 return cc->mData1 < 0x10 && cc->mData2 < 0x10; in isNullPad() 62 CCData *cc = (CCData *) (ccBuf->data() + offset); in dumpBytePair() local 64 if (isNullPad(cc)) { in dumpBytePair() 70 if (cc->mData1 >= 0x20 && cc->mData1 <= 0x7f) { in dumpBytePair() 72 sprintf(tmp, "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2); in dumpBytePair() 73 } else if ((cc->mData1 == 0x11 || cc->mData1 == 0x19) in dumpBytePair() 74 && cc->mData2 >= 0x30 && cc->mData2 <= 0x3f) { in dumpBytePair() 76 sprintf(tmp, "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2); in dumpBytePair() 77 } else if ((cc->mData1 == 0x12 || cc->mData1 == 0x1A) in dumpBytePair() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_s.h | 592 M_ADR $a, $b, $cc 593 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F) 598 M_ADR16 $a, $b, $cc 599 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16) 602 BIC$cc $a,$a,#0x0F 607 M_ADR32 $a, $b, $cc 608 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_32) 611 BIC$cc $a,$a,#0x1F 764 _M_RET $cc 766 VPOP$cc {$_DRegList} [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM_s.h | 589 M_ADR $a, $b, $cc 590 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F) 595 M_ADR16 $a, $b, $cc 596 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16) 599 BIC$cc $a,$a,#0x0F 604 M_ADR32 $a, $b, $cc 605 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_32) 608 BIC$cc $a,$a,#0x1F 761 _M_RET $cc 763 VPOP$cc {$_DRegList} [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 274 register int32 cc = (int32)op3; in mla724() local 280 "r"(cc)); in mla724() 290 register int32 cc = (int32)round; in mla392() local 296 "r"(cc)); in mla392() 306 register int32 cc = (int32)k1; in mla554() local 312 "r"(cc)); in mla554() 322 register int32 cc = (int32)k1; in mla1338() local 328 "r"(cc)); in mla1338() 337 register int32 cc = (int32)k1; in mla946() local 343 "r"(cc)); in mla946() [all …]
|
D | fastquant_inline.h | 453 register int32 cc = coeff; in coeff_quant() local 462 : "r"(cc), in coeff_quant() 515 register int32 cc = (int32)round; in smlabb() local 521 "r"(cc)); in smlabb() 541 register int32 cc = coeff; in aan_dc_scale() local 548 : "r"(cc), in aan_dc_scale()
|
/frameworks/av/cmds/screenrecord/ |
D | FrameOutput.cpp | 96 int cc = mEventCond.waitRelative(mMutex, timeoutNsec); in copyFrame() local 97 if (cc == -ETIMEDOUT) { in copyFrame() 100 } else if (cc != 0) { in copyFrame() 101 ALOGW("cond wait returned error %d", cc); in copyFrame() 102 return cc; in copyFrame()
|
/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 57 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() local 63 m_pTestee->add(*cc); in TEST_F() 100 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() local 106 c->setSymPtr(cc); in TEST_F() 112 m_pTestee->add(*cc); in TEST_F()
|
/frameworks/base/tools/aapt/tests/ |
D | CrunchCache_test.cpp | 52 CrunchCache cc(source,dest,ff); in main() local 58 int result = cc.crunch(cu); in main() 74 result = cc.crunch(cu, true); in main()
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 552 const uint32_t cc = v[0].flags; in drawPrimitivesPoints() local 553 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesPoints() 590 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineStrip() local 591 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLineStrip() 612 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineLoop() local 613 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLineLoop() 638 const uint32_t cc = v[0].flags & v[1].flags; in drawPrimitivesLines() local 639 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLines() 684 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawPrimitivesTriangleFanOrStrip() local 685 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesTriangleFanOrStrip() [all …]
|
D | primitives.cpp | 577 uint32_t cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL; in primitive_clip_triangle() local 578 if (ggl_likely(!cc)) { in primitive_clip_triangle() 891 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; in clip_triangle() local 893 if (cc & 1) { in clip_triangle() 948 cc >>= 1; in clip_triangle() 950 } while (cc); in clip_triangle() 957 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; in clip_triangle() local 959 if (cc & 1) { in clip_triangle() 1013 cc >>= 1; in clip_triangle() 1015 } while (cc); in clip_triangle() [all …]
|
/frameworks/compile/slang/ |
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language 9 llvm-rs-cc compiles a program in the Renderscript language to generate the 25 llvm-rs-cc is run on the host and performs many aggressive optimizations. 29 llvm-rs-cc is a driver on top of libslang. The architecture of 55 Note that *-MD* will tell llvm-rs-cc to output dependence information. 72 $ out/host/linux-x86/bin/llvm-rs-cc \ 97 C99. However, llvm-rs-cc goes beyond "clang -std=c99" and provides the 109 that llvm-rs-cc knows the package expression and hence the directory 132 llvm-rs-cc automatically exports the "externalizable and defined" functions and 140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods:: [all …]
|
D | Android.mk | 120 LOCAL_MODULE := llvm-rs-cc 144 llvm-rs-cc.cpp \
|
D | RSCCOptions.td | 19 // This file defines the options accepted by llvm-rs-cc.
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 163 CPUClosure* cc; in CpuScriptGroup2Impl() local 170 cc = new CPUClosure(closure, si, (ExpandFuncTy)mtls.kernel); in CpuScriptGroup2Impl() 172 cc = new CPUClosure(closure, si); in CpuScriptGroup2Impl() 175 if (batch->conflict(cc)) { in CpuScriptGroup2Impl() 182 batch->mClosures.push_back(cc); in CpuScriptGroup2Impl() 549 CPUClosure* cc = mClosures.front(); in run() local 550 const Closure* c = cc->mClosure; in run() 559 cc->mSi->invokeFunction(invokeID->mSlot, c->mParams, c->mParamLength); in run()
|
D | rsCpuIntrinsics_neon_Blur.S | 38 .if cc 73 .ifc \reg,r12 ; .set cc, 1 ; .else ; .set cc, 0 ; .endif 101 .set cc, \rowclamp define
|
/frameworks/av/media/libstagefright/ |
D | MetaData.cpp | 373 char cc[5]; in dumpToLog() local 374 MakeFourCCString(key, cc); in dumpToLog() 376 ALOGI("%s: %s", cc, item.asString().string()); in dumpToLog()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 84 ScreenCapture(const sp<CpuConsumer>& cc) : in ScreenCapture() argument 85 mCC(cc) { in ScreenCapture()
|
/frameworks/av/media/libeffects/data/ |
D | audio_effects.conf | 126 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapTest.java | 227 int cc = Color.argb(a0, rr, gg, bb); in testSetPixelsWithNonOpaqueAlpha() local 230 " local " + Integer.toHexString(cc)); in testSetPixelsWithNonOpaqueAlpha()
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 59 Open Accessory, based on the <a href="http://www.arduino.cc/">Arduino open source electronics 72 <li>The <a href="http://store.arduino.cc/">Arduino Store</a> provides the <a 73 href="http://arduino.cc/en/Main/ArduinoBoardADK">Arduino Mega ADK</a> (for EU nations or non- 149 <li><a href="http://www.arduino.cc/playground/Main/CapSense">CapSense library</a></li> 151 <li><a href="http://www.arduino.cc/playground/Learning/I2C">I2C / TWI (Two-Wire Interface) 154 <li><a href="http://www.arduino.cc/playground/ComponentLib/Servo">Servo library</a></li> 156 <li><a href="http://www.arduino.cc/playground/Code/Spi">Spi library</a></li> 158 <li><a href="http://www.arduino.cc/en/Reference/Wire">Wire library</a></li> 175 <li><a href="http://arduino.cc/en/Main/Software">Arduino 1.0 or higher</a>: contains 178 <li><a href="http://www.arduino.cc/playground/Main/CapSense">CapSense library v.04</a>: [all …]
|
/frameworks/compile/slang/lit-tests/ |
D | README | 14 - llvm-rs-cc (slang frontend compiler)
|
D | lit.cfg | 45 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(config.base_path, 'out', 'host', 'linu…
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirGen.h | 468 SineGen cc((start - L) * w, w, true); // cosine 480 accum += cc.valueAdvance() * sc - cp.valueAdvance() * sp;
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 17 llvm-rs-cc from the Android SDK to build a test binary package (apk)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 616 Connection[] cc = that.mConnections.toArray( in merge() local 618 for (Connection c : cc) { in merge()
|