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 116 mFileMeta->setInt32(kKeyRotation, degrees);
StagefrightMetadataRetriever.cpp 269 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
555 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
Utils.cpp 128 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
170 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
514 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 404 milliseconds