Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DASessionDescription.h43 bool getCvoExtMap(size_t index, int32_t *cvoExtMap) const;
/frameworks/av/media/libstagefright/rtsp/fuzzer/
Dpacket_source_fuzzer.cpp142 sessionPacket->getCvoExtMap(mFdp.ConsumeIntegralInRange(kMinIndex, trackSize - 1), in process()
/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp206 bool ASessionDescription::getCvoExtMap( in getCvoExtMap() function in android::ASessionDescription
DARTPConnection.cpp391 if (sessionDesc->getCvoExtMap(i, &cvoExtMap)) { in onAddStream()