HomeSort by relevance Sort by last modified time
    Searched refs:kKeyRotation (Results 1 - 9 of 9) sorted by null

  /frameworks/av/include/media/stagefright/
MetaData.h 44 kKeyRotation = 'rotA', // int32_t (angle in degrees)
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 101 mFileMeta->setInt32(kKeyRotation, degrees);
StagefrightMetadataRetriever.cpp 358 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
656 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
Utils.cpp 145 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
197 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
601 meta->setInt32(kKeyRotation, rotationDegrees);
AwesomePlayer.cpp     [all...]
OMXCodec.cpp     [all...]
MPEG4Writer.cpp     [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 456 milliseconds