Searched defs:sessionDesc (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp42 const sp<ASessionDescription> &sessionDesc, size_t index,
56 sessionDesc->getFormatType(index, &PT, &desc, &params);
40 ARTPSource( uint32_t id, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify) argument
H A DAPacketSource.cpp411 const sp<ASessionDescription> &sessionDesc, size_t index)
417 sessionDesc->getFormatType(index, &PT, &desc, &params);
420 if (sessionDesc->getDurationUs(&durationUs)) {
431 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
463 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
516 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
410 APacketSource( const sp<ASessionDescription> &sessionDesc, size_t index) argument
H A DARTPConnection.cpp81 const sp<ASessionDescription> &sessionDesc,
88 msg->setObject("session-desc", sessionDesc);
79 addStream( int rtpSocket, int rtcpSocket, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify, bool injected) argument

Completed in 34 milliseconds