Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaWriter.h57 virtual void updateCVODegrees(int32_t /*cvoDegrees*/) {} in updateCVODegrees() function
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h51 void updateCVODegrees(int32_t cvoDegrees);
H A DARTPWriter.cpp1431 void ARTPWriter::updateCVODegrees(int32_t cvoDegrees) { in updateCVODegrees() function in android::ARTPWriter
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp887 mWriter->updateCVODegrees(mRTPCVODegrees); in setRTPCVODegrees()