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

/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.h1567 unsigned long PT; local
1570 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
/frameworks/webview/chromium/
H A DAndroid.mk77 webviewchromium_webkit_strings_pt-PT.pak \
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp125 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 Dslang_rs_backend.cpp215 const RSExportPrimitiveType *PT = local
219 mLLVMContext, llvm::utostr_32(PT->getType())));
220 if (PT->isRSObjectType()) {
H A Dslang_rs_export_type.cpp267 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 Dslang_rs_export_type.h344 // @PT was normalized by calling RSExportType::NormalizeType() before calling
347 const clang::PointerType *PT,
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1993 * 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...]

Completed in 319 milliseconds