Searched refs:frameCopy (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp205 VideoFrame *frameCopy = static_cast<VideoFrame *>(mThumbnail->pointer()); local
206 frameCopy->mWidth = frame->mWidth;
207 frameCopy->mHeight = frame->mHeight;
208 frameCopy->mDisplayWidth = frame->mDisplayWidth;
209 frameCopy->mDisplayHeight = frame->mDisplayHeight;
210 frameCopy->mSize = frame->mSize;
211 frameCopy->mRotationAngle = frame->mRotationAngle;
212 ALOGV("rotation: %d", frameCopy->mRotationAngle);
213 frameCopy->mData = (uint8_t *)frameCopy
[all...]

Completed in 26 milliseconds