Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp209 mOpponentID = 0; in initState()
565 mOpponentID = opponentID; in setTMMBNInfo()
776 if (mOpponentID == 0) in addTMMBN()
792 data[12] = mOpponentID >> 24; in addTMMBN()
793 data[13] = (mOpponentID >> 16) & 0xff; in addTMMBN()
794 data[14] = (mOpponentID >> 8) & 0xff; in addTMMBN()
795 data[15] = mOpponentID & 0xff; in addTMMBN()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPWriter.h120 uint32_t mOpponentID; member
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h151 int32_t mOpponentID; member
DStagefrightRecorder.cpp605 rtpWriter->setTMMBNInfo(mOpponentID, bitRate); in setParamVideoEncodingBitRate()
864 mOpponentID = opponentID; in setParamVideoOpponentID()