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

/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp224 VideoFrame *frameCopy = static_cast<VideoFrame *>(mThumbnail->pointer()); local
225 frameCopy->mWidth = frame->mWidth;
226 frameCopy->mHeight = frame->mHeight;
227 frameCopy->mDisplayWidth = frame->mDisplayWidth;
228 frameCopy->mDisplayHeight = frame->mDisplayHeight;
229 frameCopy->mSize = frame->mSize;
230 frameCopy->mRotationAngle = frame->mRotationAngle;
231 ALOGV("rotation: %d", frameCopy->mRotationAngle);
232 frameCopy->mData = (uint8_t *)frameCopy
[all...]

Completed in 175 milliseconds