Searched refs:validateMediaFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.h61 bool validateMediaFormat(size_t index, unsigned *port) const;
H A DARTPSession.cpp66 if (!validateMediaFormat(i, &port) || (port & 1) != 0) {
198 bool ARTPSession::validateMediaFormat(size_t index, unsigned *port) const { function in class:android::ARTPSession

Completed in 87 milliseconds