HomeSort by relevance Sort by last modified time
    Searched refs:validateMediaFormat (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.h 61 bool validateMediaFormat(size_t index, unsigned *port) const;
ARTPSession.cpp 66 if (!validateMediaFormat(i, &port) || (port & 1) != 0) {
198 bool ARTPSession::validateMediaFormat(size_t index, unsigned *port) const {

Completed in 891 milliseconds