/frameworks/av/media/libstagefright/rtsp/ |
H A D | ASessionDescription.h | 44 size_t index, unsigned long *PT, 48 size_t index, unsigned long PT,
|
H A D | ASessionDescription.cpp | 199 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 D | ARTPSource.cpp | 53 unsigned long PT; local 56 sessionDesc->getFormatType(index, &PT, &desc, ¶ms);
|
H A D | APacketSource.cpp | 414 unsigned long PT; local 417 sessionDesc->getFormatType(index, &PT, &desc, ¶ms); 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 D | ARTPWriter.cpp | 35 #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 D | MyTransmitter.h | 42 #define PT 96 macro 619 data[1] = (1 << 7) | PT; // M-bit
|
H A D | MyHandler.h | 1567 unsigned long PT; local 1570 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
|
/frameworks/webview/chromium/ |
H A D | Android.mk | 77 webviewchromium_webkit_strings_pt-PT.pak \
|
/frameworks/compile/libbcc/lib/Renderscript/ |
H A D | RSForEachExpand.cpp | 125 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(T); local 127 if (mEnableStepOpt && T != VoidPtrTy && PT) { 128 llvm::Type *ET = PT->getElementType();
|
/frameworks/compile/slang/ |
H A D | slang_rs_backend.cpp | 215 const RSExportPrimitiveType *PT = local 219 mLLVMContext, llvm::utostr_32(PT->getType()))); 220 if (PT->isRSObjectType()) {
|
H A D | slang_rs_export_type.cpp | 267 const clang::PointerType *PT = local 269 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); 500 const clang::PointerType *PT = local 502 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); 660 const clang::Type *PT = GET_POINTEE_TYPE(T); local 662 if (NormalizeType(PT, PointeeName, NULL, NULL)) { 1131 const clang::PointerType *PT, 1133 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); 1130 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
|
H A D | slang_rs_export_type.h | 344 // @PT was normalized by calling RSExportType::NormalizeType() before calling 347 const clang::PointerType *PT,
|
/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTexture_test.cpp | 1993 * class PT : public ProducerThread { 2000 * runProducerThread(new PT()); 2141 class PT : public ProducerThread { class in inherits:ProducerThread 2149 runProducerThread(new PT()); 2160 class PT : public ProducerThread { class in inherits:ProducerThread 2168 runProducerThread(new PT()); 2181 class PT : public ProducerThread { class in inherits:ProducerThread 2193 runProducerThread(new PT()); 2210 class PT : public ProducerThread { class in inherits:ProducerThread 2222 runProducerThread(new PT()); 2240 class PT : public ProducerThread { class in inherits:ProducerThread [all...] |