Searched defs:PT (Results 1 - 10 of 10) 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/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;
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 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.h1669 unsigned long PT; local
1672 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
/frameworks/compile/slang/
H A Dslang_backend.cpp536 const RSExportPrimitiveType *PT = local
540 mLLVMContext, llvm::utostr_32(PT->getType())));
541 if (PT->isRSObjectType()) {
H A Dslang_rs_export_type.cpp360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
361 const clang::Type *PointeeType = GetPointeeType(PT);
624 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
625 const clang::Type *PointeeType = GetPointeeType(PT);
794 const clang::Type *PT = GetPointeeType(P); local
796 if (NormalizeType(PT, PointeeName, nullptr, nullptr,
1248 const clang::PointerType *PT,
1250 const clang::Type *PointeeType = GetPointeeType(PT);
1247 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp167 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); local
178 if (!PT) {
217 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); local
219 llvm::Type *ET = PT->getElementType();

Completed in 5780 milliseconds