Home
last modified time | relevance | path

Searched refs:kKeyRtpCvoDegrees (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h266 kKeyRtpCvoDegrees = 'cvod', // int32_t, rtp cvo degrees as per 3GPP 26.114. enumerator
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp255 if (params->findInt32(kKeyRtpCvoDegrees, &rtpCVODegrees)) in start()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1267 meta->setInt32(kKeyRtpCvoDegrees, mRTPCVODegrees); in start()