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

/frameworks/base/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.cpp52 unsigned long PT; local
55 sessionDesc->getFormatType(index, &PT, &desc, &params);
H A DAPacketSource.cpp409 unsigned long PT; local
412 sessionDesc->getFormatType(index, &PT, &desc, &params);
426 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
458 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
511 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.h1263 unsigned long PT; local
1266 mSessionDesc->getFormatType(index, &PT, &formatDesc, &formatParams);
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp223 const RSExportPrimitiveType *PT = local
227 mLLVMContext, llvm::utostr_32(PT->getType())));
228 if (PT->isRSObjectType()) {
H A Dslang_rs_export_type.cpp228 const clang::PointerType *PT = local
230 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
364 const clang::PointerType *PT = local
366 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
505 const clang::Type *PT = GET_POINTEE_TYPE(T); local
507 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
962 const clang::PointerType *PT,
964 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
961 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
H A Dslang_rs_export_type.h302 // @PT was normalized by calling RSExportType::NormalizeType() before calling
305 const clang::PointerType *PT,
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp1324 * class PT : public ProducerThread {
1331 * runProducerThread(new PT());
1472 class PT : public ProducerThread { class in inherits:ProducerThread
1480 runProducerThread(new PT());
1491 class PT : public ProducerThread { class in inherits:ProducerThread
1499 runProducerThread(new PT());
1512 class PT : public ProducerThread { class in inherits:ProducerThread
1524 runProducerThread(new PT());
1541 class PT : public ProducerThread { class in inherits:ProducerThread
1553 runProducerThread(new PT());
1571 class PT : public ProducerThread { class in inherits:ProducerThread
[all...]

Completed in 3554 milliseconds