HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 176 - 200 of 201) sorted by null

1 2 3 4 5 6 78 9

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 409 #if ENABLE(VIDEO)
411 // If it's a video, give the media player a chance to hook up to the layer.
412 RenderVideo* video = toRenderVideo(layer->renderer()); local
413 video->acceleratedRenderingStateChanged();
736 #if ENABLE(VIDEO)
737 // Video is special. It's a replaced element with a content layer, but has shadow content
739 // when the video element is a stacking context (e.g. due to opacity or transform).
1486 RenderVideo* video = toRenderVideo(renderer); local
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 734 blocks[0].dim.area.width = tParamPortDef.format.video.nFrameWidth;
735 blocks[0].dim.area.height = tParamPortDef.format.video.nFrameHeight;
739 blocks[1].dim.area.width = tParamPortDef.format.video.nFrameWidth >> 1;
740 blocks[1].dim.area.height = tParamPortDef.format.video.nFrameHeight >> 1;
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
WebGLRenderingContext.idl     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 181 pSECPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatANBYUV420SemiPlanar;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 46 ; * [in] videoComp video component type (luminance, chrominance or
  /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...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 423 case WorkingMessage.VIDEO:
454 case WorkingMessage.VIDEO:
548 case WorkingMessage.VIDEO:
649 public void setVideo(String name, Uri video) {
653 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);
  /frameworks/base/media/libstagefright/
ACodec.cpp 393 mComponentName.c_str(), "OMX.TI.DUCATI1.VIDEO.DECODER")) {
397 LOGW("OMX.TI.DUCATI1.VIDEO.DECODER requires the use of "
443 def.format.video.nFrameWidth,
444 def.format.video.nFrameHeight,
445 def.format.video.eColorFormat);
747 if (!strncasecmp(mime, "video/", 6)) {
943 // The following assertion is violated by TI's video decoder.
946 if (!strcmp("OMX.TI.Video.encoder", mComponentName.c_str())) {
1056 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video;
    [all...]
OMXCodec.cpp 124 { MEDIA_MIMETYPE_VIDEO_MPEG4, "OMX.TI.DUCATI1.VIDEO.DECODER" },
126 { MEDIA_MIMETYPE_VIDEO_MPEG4, "OMX.qcom.7x30.video.decoder.mpeg4" },
127 { MEDIA_MIMETYPE_VIDEO_MPEG4, "OMX.qcom.video.decoder.mpeg4" },
128 { MEDIA_MIMETYPE_VIDEO_MPEG4, "OMX.TI.Video.Decoder" },
131 { MEDIA_MIMETYPE_VIDEO_H263, "OMX.TI.DUCATI1.VIDEO.DECODER" },
133 { MEDIA_MIMETYPE_VIDEO_H263, "OMX.qcom.7x30.video.decoder.h263" },
134 { MEDIA_MIMETYPE_VIDEO_H263, "OMX.qcom.video.decoder.h263" },
137 { MEDIA_MIMETYPE_VIDEO_AVC, "OMX.TI.DUCATI1.VIDEO.DECODER" },
139 { MEDIA_MIMETYPE_VIDEO_AVC, "OMX.qcom.7x30.video.decoder.avc" },
140 { MEDIA_MIMETYPE_VIDEO_AVC, "OMX.qcom.video.decoder.avc" }
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 443 cmp ah, #0x00 ;; set video mode
1290 stc ;; video mode is not supported
1293 clc ;; video mode is supported
vgabios.c 256 ;; init video mode and clear the screen
845 // find the entry in the video modes
953 // Enable video
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 59 3. Storing short video clips in textures. Each depth slice is a
60 single frame of video.
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 436 bx_bool video; member in struct:__anon10329
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 50 #include <gst/video/video.h>
465 // Returns the size of the video
486 // Get the video PAR and original size.
492 // The video-sink has likely not yet negotiated its caps.
498 LOG_VERBOSE(Media, "Original video size: %dx%d", originalWidth, originalHeight);
501 // Calculate DAR based on PAR and video size.
510 // Apply DAR to original video size. This is the same behavior as in xvimagesink's setcaps function.
512 LOG_VERBOSE(Media, "Keeping video original height");
516 LOG_VERBOSE(Media, "Keeping video original width")
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 265 DEBUG_PRINT_HIGH("Exiting 7x30 OMX Video Encoder ...\n");
858 /*To pause the Video core we need to start the driver*/
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 123 description: 'The world\'s most popular online video community.',
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 131 'video': /\.(mov|mp4|m4v|mpe?g4?|ogm|ogv|ogx|webm)$/i
138 'video': 'images/filetype_large_video.png'
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 6 'video': 'Video',
  /hardware/ti/omap4xxx/hwc/
hwc.c 50 #include <video/dsscomp.h>
722 /* cannot render 1-width layers on DSI video mode panels - we just disallow all 1-width LCD layers */
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 1752 milliseconds

1 2 3 4 5 6 78 9