Home
last modified time | relevance | path

Searched refs:kKeyRotation (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/tests/fuzzers/
DFrameDecoderHelpers.h92 newMeta->setInt32(kKeyRotation, fdp->ConsumeIntegralInRange<uint8_t>(0, 3) * 90);
DFuzzerMediaUtility.cpp101 writerMeta->setInt32(kKeyRotation, fdp->ConsumeIntegralInRange<uint8_t>(0, 3) * 90); in createWriter()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h45 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp158 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
DUtils.cpp1130 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1238 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1987 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
DFrameDecoder.cpp65 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in allocVideoFrame()
DMPEG4Writer.cpp833 if (!params || !params->findInt32(kKeyRotation, &rotation)) { in estimateFileLevelMetaSize()
3147 params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
/frameworks/av/media/module/foundation/tests/
DMetaDataBaseUnitTest.cpp142 status = metaData->findInt32(kKeyRotation, &angle); in TEST_F()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp651 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData()
669 if (!trackMeta->findInt32(kKeyRotation, &imageRotation)) { in parseMetaData()
DStagefrightRecorder.cpp2314 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()