OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeyRotation
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/include/media/stagefright/
MetaData.h
44
kKeyRotation
= 'rotA', // int32_t (angle in degrees)
/frameworks/av/media/libstagefright/
MediaMuxer.cpp
102
mFileMeta->setInt32(
kKeyRotation
, degrees);
StagefrightMetadataRetriever.cpp
262
if (!trackMeta->findInt32(
kKeyRotation
, &rotationAngle)) {
528
if (!trackMeta->findInt32(
kKeyRotation
, &rotationAngle)) {
AwesomePlayer.cpp
[
all
...]
OMXCodec.cpp
[
all
...]
MPEG4Writer.cpp
[
all
...]
MPEG4Extractor.cpp
[
all
...]
/frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp
60
if (!meta->findInt32(
kKeyRotation
, &rotationDegrees)) {
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp
597
if (!meta->findInt32(
kKeyRotation
, &rotationDegrees)) {
PreviewPlayer.cpp
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
[
all
...]
Completed in 546 milliseconds