/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLThreadToGL_test.cpp | 26 class PT : public ProducerThread { in TEST_F() class 36 runProducerThread(new PT()); in TEST_F() 47 class PT : public ProducerThread { in TEST_F() class 57 runProducerThread(new PT()); in TEST_F() 70 class PT : public ProducerThread { in TEST_F() class 84 runProducerThread(new PT()); in TEST_F() 101 class PT : public ProducerThread { in TEST_F() class 115 runProducerThread(new PT()); in TEST_F() 133 class PT : public ProducerThread { in TEST_F() class 147 runProducerThread(new PT()); in TEST_F()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ASessionDescription.h | 44 size_t index, unsigned long *PT, 48 size_t index, unsigned long PT,
|
D | ASessionDescription.cpp | 199 size_t index, unsigned long *PT, in getFormatType() argument 212 *PT = x; in getFormatType() 228 size_t index, unsigned long PT, in getDimensions() argument 234 snprintf(key, sizeof(key), "a=framesize:%lu", PT); in getDimensions()
|
D | APacketSource.cpp | 411 unsigned long PT; in APacketSource() local 414 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); in APacketSource() 428 if (!sessionDesc->getDimensions(index, PT, &width, &height)) { in APacketSource() 460 if (!sessionDesc->getDimensions(index, PT, &width, &height)) { in APacketSource() 513 if (!sessionDesc->getDimensions(index, PT, &width, &height)) { in APacketSource()
|
D | ARTPWriter.cpp | 35 #define PT 97 macro 589 data[1] = (1 << 7) | PT; // M-bit in sendAVCData() 628 data[1] = (lastPacket ? (1 << 7) : 0x00) | PT; // M-bit in sendAVCData() 699 data[1] = (lastPacket ? 0x80 : 0x00) | PT; // M-bit in sendH263Data() 781 data[1] = PT; in sendAMRData()
|
D | ARTPSource.cpp | 56 unsigned long PT; in ARTPSource() local 59 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); in ARTPSource()
|
D | MyTransmitter.h | 43 #define PT 96 macro 622 data[1] = (1 << 7) | PT; // M-bit in onMessageReceived()
|
D | MyHandler.h | 1644 unsigned long PT; in setupTrack() local 1647 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()
|
/frameworks/ml/nn/apex/ |
D | com.android.neuralnetworks.pem | 38 mgw9R0pJ/GPBegxQGEl7ePC5p3VgPLkpOIBt3ZQuddAzt/PT/MAazZHcvV+qXESX
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in TypeExportableHelper() local 361 const clang::Type *PointeeType = GetPointeeType(PT); in TypeExportableHelper() 628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in ValidateTypeHelper() local 629 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper() 798 const clang::Type *PT = GetPointeeType(P); in GetTypeName() local 800 if (NormalizeType(PT, PointeeName, nullptr, nullptr, in GetTypeName() 1253 const clang::PointerType *PT, in Create() argument 1255 const clang::Type *PointeeType = GetPointeeType(PT); in Create()
|
D | slang_backend.cpp | 775 const RSExportPrimitiveType *PT = in dumpExportVarInfo() local 779 mLLVMContext, llvm::utostr(PT->getType()))); in dumpExportVarInfo() 780 if (PT->isRSObjectType()) { in dumpExportVarInfo()
|
D | slang_rs_export_type.h | 468 const clang::PointerType *PT,
|
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported() local 201 if (!PT) { in isStepOptSupported() 240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue() local 242 llvm::Type *ET = PT->getElementType(); in getStepValue()
|