Searched defs:PT (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL_test.cpp26 class PT : public ProducerThread { class in inherits:ProducerThread
36 runProducerThread(new PT());
47 class PT : public ProducerThread { class in inherits:ProducerThread
57 runProducerThread(new PT());
70 class PT : public ProducerThread { class in inherits:ProducerThread
84 runProducerThread(new PT());
101 class PT : public ProducerThread { class in inherits:ProducerThread
115 runProducerThread(new PT());
133 class PT : public ProducerThread { class in inherits:ProducerThread
147 runProducerThread(new PT());
[all...]
/frameworks/rs/rsov/compiler/
H A DGlobalMergePass.cpp122 auto *PT = cast<PointerType>(GV.getType()); local
124 const unsigned AddressSpace = PT->getAddressSpace();
H A DRSAllocationUtils.cpp39 auto *PT = cast<PointerType>(GV.getType()); local
40 DEBUG(PT->dump());
42 auto *VT = PT->getElementType();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp53 unsigned long PT; local
56 sessionDesc->getFormatType(index, &PT, &desc, &params);
H A DASessionDescription.cpp199 size_t index, unsigned long *PT,
212 *PT = x;
228 size_t index, unsigned long PT,
234 snprintf(key, sizeof(key), "a=framesize:%lu", PT);
198 getFormatType( size_t index, unsigned long *PT, AString *desc, AString *params) const argument
227 getDimensions( size_t index, unsigned long PT, int32_t *width, int32_t *height) const argument
H A DAPacketSource.cpp412 unsigned long PT; local
415 sessionDesc->getFormatType(index, &PT, &desc, &params);
429 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
461 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
514 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
H A DARTPWriter.cpp35 #define PT 97 macro
587 data[1] = (1 << 7) | PT; // M-bit
626 data[1] = (lastPacket ? (1 << 7) : 0x00) | PT; // M-bit
697 data[1] = (lastPacket ? 0x80 : 0x00) | PT; // M-bit
779 data[1] = PT;
H A DMyTransmitter.h43 #define PT 96 macro
622 data[1] = (1 << 7) | PT; // M-bit
H A DMyHandler.h1626 unsigned long PT; local
1629 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
/frameworks/compile/slang/
H A Dslang_backend.cpp775 const RSExportPrimitiveType *PT = local
779 mLLVMContext, llvm::utostr(PT->getType())));
780 if (PT->isRSObjectType()) {
H A Dslang_rs_export_type.cpp361 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
362 const clang::Type *PointeeType = GetPointeeType(PT);
630 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
631 const clang::Type *PointeeType = GetPointeeType(PT);
800 const clang::Type *PT = GetPointeeType(P); local
802 if (NormalizeType(PT, PointeeName, nullptr, nullptr,
1254 const clang::PointerType *PT,
1256 const clang::Type *PointeeType = GetPointeeType(PT);
1253 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); local
201 if (!PT) {
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); local
242 llvm::Type *ET = PT->getElementType();

Completed in 226 milliseconds