Home
last modified time | relevance | path

Searched refs:mRotationAngle (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libheif/include/
DHeifDecoderAPI.h46 mWidth(0), mHeight(0), mRotationAngle(0), mBytesPerPixel(0), in HeifFrameInfo()
54 mRotationAngle = rotation; in set()
74 int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 90 member
/frameworks/av/include/private/media/
DVideoFrame.h45 mRotationAngle(angle), mBytesPerPixel(bpp), mRowBytes(bpp * width), in VideoFrame()
81 int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 90 variable
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp362 videoFrame->mRotationAngle, in init()
369 videoFrame->mRotationAngle, in init()
471 videoFrame->mRotationAngle, in decode()
518 videoFrame->mRotationAngle, in decode()
526 videoFrame->mRotationAngle, in decode()
/frameworks/base/media/jni/
Dandroid_media_MediaMetadataRetriever.cpp282 if (videoFrame->mRotationAngle == 90 || videoFrame->mRotationAngle == 270) { in getBitmapFromVideoFrame()
317 videoFrame->mRotationAngle); in getBitmapFromVideoFrame()
323 videoFrame->mRotationAngle); in getBitmapFromVideoFrame()
486 videoFrame->mRotationAngle = 0; in android_media_MediaMetadataRetriever_getThumbnailImageAtIndex()