Searched refs:videoFrame (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libheif/ |
D | HeifDecoderImpl.cpp | 355 VideoFrame* videoFrame = static_cast<VideoFrame*>(sharedMem->pointer()); in init() local 358 videoFrame->mWidth, in init() 359 videoFrame->mHeight, in init() 360 videoFrame->mDisplayWidth, in init() 361 videoFrame->mDisplayHeight, in init() 362 videoFrame->mRotationAngle, in init() 363 videoFrame->mIccSize); in init() 367 videoFrame->mWidth, in init() 368 videoFrame->mHeight, in init() 369 videoFrame->mRotationAngle, in init() [all …]
|
/frameworks/base/media/jni/ |
D | android_media_MediaMetadataRetriever.cpp | 264 JNIEnv *env, VideoFrame *videoFrame, jint dst_width, jint dst_height, in getBitmapFromVideoFrame() argument 267 videoFrame->mWidth, in getBitmapFromVideoFrame() 268 videoFrame->mHeight, in getBitmapFromVideoFrame() 269 videoFrame->mDisplayWidth, in getBitmapFromVideoFrame() 270 videoFrame->mDisplayHeight, in getBitmapFromVideoFrame() 271 videoFrame->mSize); in getBitmapFromVideoFrame() 281 if (videoFrame->mRotationAngle == 90 || videoFrame->mRotationAngle == 270) { in getBitmapFromVideoFrame() 282 width = videoFrame->mHeight; in getBitmapFromVideoFrame() 283 height = videoFrame->mWidth; in getBitmapFromVideoFrame() 285 displayWidth = videoFrame->mDisplayHeight; in getBitmapFromVideoFrame() [all …]
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmFrameThread.cpp | 209 const sp<WebmFrame> videoFrame = mVideoFrames.peek(); in run() local 210 ALOGV("v frame: %p", videoFrame.get()); in run() 216 if (videoFrame->mEos && audioFrame->mEos) { in run() 220 if (*audioFrame < *videoFrame) { in run() 227 outstandingFrames.push_back(videoFrame); in run() 228 if (videoFrame->mKey) in run()
|