HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 208 void texImage2D(unsigned target, unsigned level, HTMLVideoElement* video,
224 HTMLVideoElement* video, bool flipY, bool premultiplyAlpha, ExceptionCode&);
WebGLRenderingContext.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 188 output.write("H263 video record- reset after prepare Stress test\n");
231 //Stress test case for switching camera and video recorder preview.
239 output.write("Camera and video recorder preview switching\n");
283 Log.v(TAG, "release video recorder");
310 File video = new File(filename); local
311 Log.v(TAG, "remove recorded video " + filename);
312 video.delete();
315 //Stress test case for record a video and play right away.
334 output.write("Video record and play back stress test:\n");
  /bionic/libc/kernel/common/linux/
videodev.h 197 int video; member in struct:video_unit
  /development/ndk/platforms/android-3/include/linux/
videodev.h 180 int video; member in struct:video_unit
  /external/kernel-headers/original/linux/
videodev.h 2 * Video for Linux version 1 - OBSOLETE
200 int video; /* Video minor */ member in struct:video_unit
256 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
257 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
260 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) */
271 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 284 #if ENABLE(VIDEO)
286 // If it's a video, give the media player a chance to hook up to the layer.
287 RenderVideo* video = toRenderVideo(layer->renderer()); local
288 video->acceleratedRenderingStateChanged();
526 #if ENABLE(VIDEO)
527 // Video is special. It's a replaced element with a content layer, but has shadow content
529 // when the video element is a stacking context (e.g. due to opacity or transform).
673 #if ENABLE(VIDEO)
1106 RenderVideo* video = toRenderVideo(renderer); local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 180 int video; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 180 int video; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 180 int video; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 197 int video; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 180 int video; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 197 int video; member in struct:video_unit
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 38 void AVCMBMotionComp(AVCEncObject *encvid, AVCCommonObj *video)
42 AVCMacroblock *currMB = video->currMB;
43 AVCPictureData *currPic = video->currPic;
53 int x_position = (video->mb_x << 4);
54 int y_position = (video->mb_y << 4);
71 GetMotionVectorPredictor(video, 1);
82 ref_l = video->RefPicList0[ref_idx]->Sl;
83 ref_Cb = video->RefPicList0[ref_idx]->Scb;
84 ref_Cr = video->RefPicList0[ref_idx]->Scr;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1601
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 34 #include <dc/video.h>
134 "dcvideo", "Dreamcast Video",
316 another SDL video routine -- notably UpdateRects.
  /frameworks/base/include/media/stagefright/openmax/
OMX_Component.h 97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon8878
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 29 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
30 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
37 struct tagVideoEncData *video; member in struct:tagBitstream
125 /* for short video header */
268 float mad; /* mad for current frame, = video->avgMAD*/
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon9776
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon10172
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 200 //Look for video links
201 Video video = Video.matchURL(url, text); local
202 if (video != null) {
203 return video;
206 // Look for video links.
809 /** Represents a link to a Google Video. */
810 public static class Video extends Token {
811 /** Pattern for a video URL. *
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 110 viddef_t vid; // global video state
384 Sys_Error ("Bad video mode\n");
434 Sys_Error ("Couldn't set video mode");
466 Con_SafePrintf ("Video mode %s initialized.\n", VID_GetModeDescription (vid_modenum));
1255 Con_Printf ("%d video mode is available\n", nummodes);
1257 Con_Printf ("%d video modes are available\n", nummodes);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 110 viddef_t vid; // global video state
384 Sys_Error ("Bad video mode\n");
434 Sys_Error ("Couldn't set video mode");
466 Con_SafePrintf ("Video mode %s initialized.\n", VID_GetModeDescription (vid_modenum));
1255 Con_Printf ("%d video mode is available\n", nummodes);
1257 Con_Printf ("%d video modes are available\n", nummodes);
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 25 #if ENABLE(VIDEO)
52 #include <gst/video/video.h>
470 // Returns the size of the video
507 g_object_get(m_playBin, "current-video", &currentVideo, NULL);
1056 if (g_str_equal(name, "video/x-h264")
1058 cache.add(String("video/mp4"));
1063 if (g_str_equal(name, "video/x-theora")) {
1064 cache.add(String("video/ogg"));
1110 || g_str_equal(mimetype[0], "video")
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 421 case WorkingMessage.VIDEO:
450 case WorkingMessage.VIDEO:
530 case WorkingMessage.VIDEO:
636 public void setVideo(String name, Uri video) {
640 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);

Completed in 533 milliseconds

1 2 3 4 56 7