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

/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp240 VideoFrame *videoFrame = NULL; local
243 videoFrame = static_cast<VideoFrame *>(frameMemory->pointer());
245 if (videoFrame == NULL) {
246 ALOGE("getFrameAtTime: videoFrame is a NULL pointer");
251 videoFrame->mDisplayWidth,
252 videoFrame->mDisplayHeight,
253 videoFrame->mSize);
262 if (videoFrame->mRotationAngle == 90 || videoFrame->mRotationAngle == 270) {
263 width = videoFrame
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp203 const sp<WebmFrame> videoFrame = mVideoFrames.peek(); local
204 ALOGV("v frame: %p", videoFrame.get());
210 if (videoFrame->mEos && audioFrame->mEos) {
214 if (*audioFrame < *videoFrame) {
221 outstandingFrames.push_back(videoFrame);
222 if (videoFrame->mKey)

Completed in 332 milliseconds