HomeSort by relevance Sort by last modified time
    Searched refs:videoFrame (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 26 #include <private/media/VideoFrame.h>
228 VideoFrame *videoFrame = NULL;
230 if (frameMemory != 0) { // cast the shared structure to a VideoFrame object
231 videoFrame = static_cast<VideoFrame *>(frameMemory->pointer());
233 if (videoFrame == NULL) {
234 ALOGE("getFrameAtTime: videoFrame is a NULL pointer");
239 videoFrame->mDisplayWidth,
240 videoFrame->mDisplayHeight
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 425 * VideoFrame class
427 * The VideoFrame class allows storing and
432 class VideoFrame
435 VideoFrame();
436 ~VideoFrame();
458 WebRtc_Word32 SwapFrame(VideoFrame& videoFrame);
463 WebRtc_Word32 CopyFrame(const VideoFrame& videoFrame);
470 * Delete VideoFrame and resets members to zer
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.cpp 41 WebVideoFrame* VideoFrameChromiumImpl::toWebVideoFrame(VideoFrameChromium* videoFrame)
43 VideoFrameChromiumImpl* wrappedFrame = static_cast<VideoFrameChromiumImpl*>(videoFrame);
WebMediaPlayerClientImpl.cpp 530 VideoFrameChromium* videoFrame = 0;
534 videoFrame = new VideoFrameChromiumImpl(webkitVideoFrame);
536 return videoFrame;
539 void WebMediaPlayerClientImpl::putCurrentFrame(VideoFrameChromium* videoFrame)
541 if (videoFrame) {
544 VideoFrameChromiumImpl::toWebVideoFrame(videoFrame));
546 delete videoFrame;
  /external/qemu/android/camera/
camera-capture-mac.m 304 didOutputVideoFrame:(CVImageBufferRef)videoFrame
309 CVBufferRetain(videoFrame);
316 current_frame = videoFrame;
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java     [all...]

Completed in 261 milliseconds