OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 35 milliseconds