Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/fuzzer/
DREADME.md42 7. OpponentID (parameter name: "opponentID")
53 |`opponentID`| `UINT32_MIN` to `UINT32_MAX` |Value obtained from FuzzedDataProvider|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPWriter.h59 virtual void setTMMBNInfo(uint32_t opponentID, uint32_t bitrate);
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h246 status_t setParamVideoOpponentID(int32_t opponentID);
DStagefrightRecorder.cpp863 status_t StagefrightRecorder::setParamVideoOpponentID(int32_t opponentID) { in setParamVideoOpponentID() argument
864 mOpponentID = opponentID; in setParamVideoOpponentID()
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp564 void ARTPWriter::setTMMBNInfo(uint32_t opponentID, uint32_t bitrate) { in setTMMBNInfo() argument
565 mOpponentID = opponentID; in setTMMBNInfo()