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

/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp257 VideoFrame *videoFrame = NULL; local
260 videoFrame = static_cast<VideoFrame *>(frameMemory->pointer());
262 if (videoFrame == NULL) {
263 ALOGE("getFrameAtTime: videoFrame is a NULL pointer");
268 videoFrame->mDisplayWidth,
269 videoFrame->mDisplayHeight,
270 videoFrame->mSize);
279 if (videoFrame->mRotationAngle == 90 || videoFrame->mRotationAngle == 270) {
280 width = videoFrame
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp209 const sp<WebmFrame> videoFrame = mVideoFrames.peek(); local
210 ALOGV("v frame: %p", videoFrame.get());
216 if (videoFrame->mEos && audioFrame->mEos) {
220 if (*audioFrame < *videoFrame) {
227 outstandingFrames.push_back(videoFrame);
228 if (videoFrame->mKey)

Completed in 521 milliseconds