Searched refs:PT (Results 1 - 13 of 13) sorted by path

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp411 unsigned long PT; local
414 sessionDesc->getFormatType(index, &PT, &desc, &params);
428 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
460 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
513 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
H A DARTPSource.cpp56 unsigned long PT; local
59 sessionDesc->getFormatType(index, &PT, &desc, &params);
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 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 DASessionDescription.h44 size_t index, unsigned long *PT,
48 size_t index, unsigned long PT,
H A DMyHandler.h1627 unsigned long PT; local
1630 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
H A DMyTransmitter.h43 #define PT 96 macro
622 data[1] = (1 << 7) | PT; // M-bit
/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();
/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.cpp360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
361 const clang::Type *PointeeType = GetPointeeType(PT);
628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); local
629 const clang::Type *PointeeType = GetPointeeType(PT);
798 const clang::Type *PT = GetPointeeType(P); local
800 if (NormalizeType(PT, PointeeName, nullptr, nullptr,
1253 const clang::PointerType *PT,
1255 const clang::Type *PointeeType = GetPointeeType(PT);
1252 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
H A Dslang_rs_export_type.h465 // @PT was normalized by calling RSExportType::NormalizeType() before calling
468 const clang::PointerType *PT,
/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 DRSAllocationUtils.cpp39 auto *PT = cast<PointerType>(GV.getType()); local
40 DEBUG(PT->dump());
42 auto *VT = PT->getElementType();

Completed in 941 milliseconds