Home
last modified time | relevance | path

Searched refs:PT (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLThreadToGL_test.cpp26 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/
DASessionDescription.h44 size_t index, unsigned long *PT,
48 size_t index, unsigned long PT,
DASessionDescription.cpp199 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()
DAPacketSource.cpp412 unsigned long PT; in APacketSource() local
415 sessionDesc->getFormatType(index, &PT, &desc, &params); in APacketSource()
429 if (!sessionDesc->getDimensions(index, PT, &width, &height)) { in APacketSource()
461 if (!sessionDesc->getDimensions(index, PT, &width, &height)) { in APacketSource()
514 if (!sessionDesc->getDimensions(index, PT, &width, &height)) { in APacketSource()
DARTPWriter.cpp35 #define PT 97 macro
587 data[1] = (1 << 7) | PT; // M-bit in sendAVCData()
626 data[1] = (lastPacket ? (1 << 7) : 0x00) | PT; // M-bit in sendAVCData()
697 data[1] = (lastPacket ? 0x80 : 0x00) | PT; // M-bit in sendH263Data()
779 data[1] = PT; in sendAMRData()
DARTPSource.cpp53 unsigned long PT; in ARTPSource() local
56 sessionDesc->getFormatType(index, &PT, &desc, &params); in ARTPSource()
DMyTransmitter.h43 #define PT 96 macro
622 data[1] = (1 << 7) | PT; // M-bit in onMessageReceived()
DMyHandler.h1627 unsigned long PT; in setupTrack() local
1630 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams); in setupTrack()
/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp39 auto *PT = cast<PointerType>(GV.getType()); in isRSAllocation() local
40 DEBUG(PT->dump()); in isRSAllocation()
42 auto *VT = PT->getElementType(); in isRSAllocation()
/frameworks/compile/slang/
Dslang_rs_export_type.cpp360 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()
Dslang_backend.cpp775 const RSExportPrimitiveType *PT = in dumpExportVarInfo() local
779 mLLVMContext, llvm::utostr(PT->getType()))); in dumpExportVarInfo()
780 if (PT->isRSObjectType()) { in dumpExportVarInfo()
Dslang_rs_export_type.h468 const clang::PointerType *PT,
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp190 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()