Searched defs:packets (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp123 const List<sp<ABuffer> > &packets) {
125 for (List<sp<ABuffer> >::const_iterator it = packets.begin();
126 it != packets.end(); ++it) {
132 for (List<sp<ABuffer> >::const_iterator it = packets.begin();
133 it != packets.end(); ++it) {
139 CopyTimes(accessUnit, *packets.begin());
122 MakeCompoundFromPackets( const List<sp<ABuffer> > &packets) argument
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp316 List<sp<ABuffer> > packets; local
350 packets.push_back(out);
408 packets.push_back(out);
416 packets.push_back(out);
419 while (!packets.empty()) {
420 sp<ABuffer> out = *packets.begin();
421 packets.erase(packets.begin());
425 bool last = packets.empty();
690 ALOGI("lost %.2f %% of packets durin
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp456 sp<ABuffer> *packets,
465 packets->clear();
533 b) Subsequent PES transport stream packets contain
1009 *packets = buffer;
453 packetize( size_t trackIndex, const sp<ABuffer> &_accessUnit, sp<ABuffer> *packets, uint32_t flags, const uint8_t *PES_private_data, size_t PES_private_data_len, size_t numStuffingBytes) argument
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c33 #define PACKETS_PER_BUFFER 20 // Number of MPEG-2 transport stream packets per buffer
43 MPEG2TS_Packet *packets; variable
44 size_t totalPackets; // total number of packets in input file
45 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
172 // compute number of packets to be enqueued in this buffer
207 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
307 fprintf(stderr, " -n# Number of packets to enqueue\n");
344 packets = (MPEG2TS_Packet *) ptr;
346 printf("%s has %zu total packets\n", uri, totalPackets);
484 &packets[curPacke
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp898 sp<AnotherPacketSource> packets,
908 if (packets->hasBufferAvailable(&avail)) {
932 sp<AnotherPacketSource> packets,
942 if (packets->nextBufferTime(&subTimeUs) != OK) {
950 status_t dequeueStatus = packets->dequeueAccessUnit(&buffer);
894 fetchTextData( uint32_t sendWhat, media_track_type type, int32_t curGen, sp<AnotherPacketSource> packets, sp<AMessage> msg) argument

Completed in 207 milliseconds