Home
last modified time | relevance | path

Searched refs:opponentID (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h59 virtual void setTMMBNInfo(uint32_t opponentID, uint32_t bitrate);
H A DARTPWriter.cpp538 void ARTPWriter::setTMMBNInfo(uint32_t opponentID, uint32_t bitrate) { in setTMMBNInfo() argument
539 mOpponentID = opponentID; in setTMMBNInfo()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h244 status_t setParamVideoOpponentID(int32_t opponentID);
H A DStagefrightRecorder.cpp856 status_t StagefrightRecorder::setParamVideoOpponentID(int32_t opponentID) { in setParamVideoOpponentID() argument
857 mOpponentID = opponentID; in setParamVideoOpponentID()