Searched refs:mRotationAngle (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libheif/include/ |
D | HeifDecoderAPI.h | 46 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/ |
D | VideoFrame.h | 45 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/ |
D | HeifDecoderImpl.cpp | 362 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/ |
D | android_media_MediaMetadataRetriever.cpp | 282 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()
|