summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ARTPConnection.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-02-08 10:18:41 -0800
committerAndreas Huber <andih@google.com>2011-02-10 11:53:54 -0800
commit100a4408968b90e314526185d572c72ea4cc784a (patch)
tree3b911150d367d8083a4b1d157a217b85da859ab6 /media/libstagefright/rtsp/ARTPConnection.h
parentfcac8fa9421f442f024018628a6042d7a14fbfb0 (diff)
downloadframeworks_av-100a4408968b90e314526185d572c72ea4cc784a.zip
frameworks_av-100a4408968b90e314526185d572c72ea4cc784a.tar.gz
frameworks_av-100a4408968b90e314526185d572c72ea4cc784a.tar.bz2
Change timestamp handling in RTSP, remove unused, experimental, gtalk support
related-to-bug: 3216447 NTP timestamp handling is now done at a higher layer than before. Change-Id: I9fb23f1335110ec59e534f9aa0fe6f6a6406dd52
Diffstat (limited to 'media/libstagefright/rtsp/ARTPConnection.h')
-rw-r--r--media/libstagefright/rtsp/ARTPConnection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/libstagefright/rtsp/ARTPConnection.h b/media/libstagefright/rtsp/ARTPConnection.h
index a17b382..edbcc35 100644
--- a/media/libstagefright/rtsp/ARTPConnection.h
+++ b/media/libstagefright/rtsp/ARTPConnection.h
@@ -29,7 +29,6 @@ struct ASessionDescription;
struct ARTPConnection : public AHandler {
enum Flags {
- kFakeTimestamps = 1,
kRegularlyRequestFIR = 2,
};
@@ -51,8 +50,6 @@ struct ARTPConnection : public AHandler {
static void MakePortPair(
int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
- void fakeTimestamps();
-
protected:
virtual ~ARTPConnection();
virtual void onMessageReceived(const sp<AMessage> &msg);
@@ -63,7 +60,6 @@ private:
kWhatRemoveStream,
kWhatPollStreams,
kWhatInjectPacket,
- kWhatFakeTimestamps,
};
static const int64_t kSelectTimeoutUs;
@@ -81,7 +77,6 @@ private:
void onPollStreams();
void onInjectPacket(const sp<AMessage> &msg);
void onSendReceiverReports();
- void onFakeTimestamps();
status_t receive(StreamInfo *info, bool receiveRTP);