OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotationDegrees
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
BitmapWithMetadata.java
23
public int
rotationDegrees
;
25
public BitmapWithMetadata(Bitmap bitmap, int
rotationDegrees
) {
27
this.
rotationDegrees
=
rotationDegrees
;
/frameworks/av/cmds/stagefright/
muxer.cpp
59
int
rotationDegrees
) {
145
muxer->setOrientationHint(
rotationDegrees
);
215
int
rotationDegrees
= 0;
255
rotationDegrees
= atoi(optarg);
300
enableTrim, trimStartTimeMs, trimEndTimeMs,
rotationDegrees
);
/frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp
59
int32_t
rotationDegrees
;
60
if (!meta->findInt32(kKeyRotation, &
rotationDegrees
)) {
61
rotationDegrees
= 0;
116
switch (
rotationDegrees
) {
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp
596
int32_t
rotationDegrees
;
597
if (!meta->findInt32(kKeyRotation, &
rotationDegrees
)) {
598
rotationDegrees
= 0;
601
if (
rotationDegrees
== 90 ||
rotationDegrees
== 270) {
PreviewPlayer.cpp
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java
203
mLastRotationDegrees = bitmapWithMetadata.
rotationDegrees
;
206
setRotation(bitmapWithMetadata.
rotationDegrees
);
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
128
int32_t
rotationDegrees
)
130
applyRotation(
rotationDegrees
);
156
void applyRotation(int32_t
rotationDegrees
) {
158
switch (
rotationDegrees
) {
[
all
...]
MPEG4Extractor.cpp
[
all
...]
OMXCodec.cpp
[
all
...]
MPEG4Writer.cpp
[
all
...]
Completed in 2519 milliseconds