Searched refs: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
34 runProducerThread(new PT());
45 class PT : public ProducerThread { class in inherits:ProducerThread
53 runProducerThread(new PT());
66 class PT : public ProducerThread { class in inherits:ProducerThread
78 runProducerThread(new PT());
95 class PT : public ProducerThread { class in inherits:ProducerThread
107 runProducerThread(new PT());
125 class PT : public ProducerThread { class in inherits:ProducerThread
139 runProducerThread(new PT());
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h44 size_t index, unsigned long *PT,
48 size_t index, unsigned long PT,
H A DASessionDescription.cpp199 size_t index, unsigned long *PT,
212 *PT = x;
226 size_t index, unsigned long PT,
232 sprintf(key, "a=framesize:%lu", PT);
198 getFormatType( size_t index, unsigned long *PT, AString *desc, AString *params) const argument
225 getDimensions( size_t index, unsigned long PT, int32_t *width, int32_t *height) const argument
H A DARTPSource.cpp53 unsigned long PT; local
56 sessionDesc->getFormatType(index, &PT, &desc, &params);
H A DAPacketSource.cpp414 unsigned long PT; local
417 sessionDesc->getFormatType(index, &PT, &desc, &params);
431 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
463 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
516 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.h42 #define PT 96 macro
619 data[1] = (1 << 7) | PT; // M-bit
H A DMyHandler.h1596 unsigned long PT; local
1599 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp336 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
337 const clang::Type *PointeeType = GetPointeeType(PT);
569 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
570 const clang::Type *PointeeType = GetPointeeType(PT);
728 const clang::Type *PT = GetPointeeType(P); local
730 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
1173 const clang::PointerType *PT,
1175 const clang::Type *PointeeType = GetPointeeType(PT);
1172 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
H A Dslang_rs_backend.cpp208 const RSExportPrimitiveType *PT = local
212 mLLVMContext, llvm::utostr_32(PT->getType())));
213 if (PT->isRSObjectType()) {
H A Dslang_rs_export_type.h377 // @PT was normalized by calling RSExportType::NormalizeType() before calling
380 const clang::PointerType *PT,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp125 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); local
136 if (!PT) {
175 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); local
177 llvm::Type *ET = PT->getElementType();

Completed in 1642 milliseconds