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

/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.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.h1272 unsigned long PT; local
1275 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp226 const RSExportPrimitiveType *PT = local
230 mLLVMContext, llvm::utostr_32(PT->getType())));
231 if (PT->isRSObjectType()) {
H A Dslang_rs_export_type.cpp269 const clang::PointerType *PT = local
271 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
501 const clang::PointerType *PT = local
503 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
663 const clang::Type *PT = GET_POINTEE_TYPE(T); local
665 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
1127 const clang::PointerType *PT,
1129 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
1126 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp114 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(T); local
116 if (mEnableStepOpt && T != VoidPtrTy && PT) {
117 llvm::Type *ET = PT->getElementType();
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1857 * class PT : public ProducerThread {
1864 * runProducerThread(new PT());
2005 class PT : public ProducerThread { class in inherits:ProducerThread
2013 runProducerThread(new PT());
2024 class PT : public ProducerThread { class in inherits:ProducerThread
2032 runProducerThread(new PT());
2045 class PT : public ProducerThread { class in inherits:ProducerThread
2057 runProducerThread(new PT());
2074 class PT : public ProducerThread { class in inherits:ProducerThread
2086 runProducerThread(new PT());
2104 class PT : public ProducerThread { class in inherits:ProducerThread
[all...]

Completed in 113 milliseconds