HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 151 - 175 of 267) sorted by null

1 2 3 4 5 67 8 91011

  /hardware/libhardware/modules/local_time/
Android.mk 21 # the audio and video output hardware. This default implementation is loaded
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 78 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.H264E"
301 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
306 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque;
311 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
400 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
402 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
405 else if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatAndroidOpaque)
413 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 78 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.MPEG4E"
299 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
304 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque;
309 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
387 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
389 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
392 else if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatAndroidOpaque)
400 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 123 video.with-shadow {
553 /* video containers */
558 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video, .framed-galaxynexus-land-span-13 img {
566 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video, .framed-galaxynexus-port-span-9 img {
574 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video, .framed-galaxynexus-port-span-5 img {
612 /* video note */
613 .video-instructions {
616 .video-instructions:before {
623 .video-instructions:after {
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
CanvasRenderingContext2D.idl 131 void drawImage(in HTMLVideoElement video, in float x, in float y)
133 void drawImage(in HTMLVideoElement video, in float x, in float y, in float width, in float height)
135 void drawImage(in HTMLVideoElement video, in float sx, in float sy, in float sw, in float sh, in float dx, in float dy, in float dw, in float dh)
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
132 if(pComponentPrivate->sCompPorts[1].pPortDef.format.video.eColorFormat==OMX_COLOR_Format24bitRGB888)
194 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
OMX_VPP.c 217 * Allocate a video driver buffer.
711 pComponentPrivate->pIpFrameStatus->ulVideoGain = 1 << 6; /*Video Gain (contrast) in VGPOP ranges from 0 to 127, being 64 = Gain 1 (no contrast)*/
    [all...]
OMX_VPP_Utils.c 268 Input_FrameWidth = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.nFrameWidth;
269 Output_FrameWidth = OMX_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.nFrameWidth,
270 pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.nFrameWidth);
276 switch (pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.eColorFormat)
349 switch (pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.eColorFormat)
398 switch (pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.eColorFormat)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 164 // Init the device manager immediately, and set up our default video device.
167 // Set camera_device_ to the name of the default video capturer.
259 // Now apply the default video codec that has been set earlier.
278 // Need to destroy the voice/video channels
521 // Set the video input device
602 void ChannelManager::SetMediaLogging(bool video, int level,
608 Send((video) ? MSG_SETVIDEOLOGGING : MSG_SETVOICELOGGING, &options);
610 SetMediaLogging_w(video, level, filter);
614 void ChannelManager::SetMediaLogging_w(bool video, int level,
618 if (video) {
716 bool video = (message->message_id == MSG_SETVIDEOLOGGING); local
    [all...]
call.h 71 bool video() const { return video_; } function in class:cricket::Call
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 139 public void setVideo(String name, Uri video) {
150 Log.v(TAG, "Changing video source to " + video);
153 mVideoView.setVideoURI(video);
336 Log.v(TAG, "Starting video playback.");
345 Log.v(TAG, "Stopping video playback.");
354 Log.v(TAG, "Pausing video playback.");
364 Log.v(TAG, "Seeking video playback to " + seekTo);
451 * The better UI for the MMS conformance message could be putting the image/video
455 * is that the AbsoluteLayout has ability to play image and video in a same screen
    [all...]
AudioAttachmentView.java 151 public void setVideo(String name, Uri video) {
  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 250 #if ENABLE(VIDEO)
252 HTMLVideoElement* video = static_cast<HTMLVideoElement*>(static_cast<JSHTMLElement*>(o)->impl()); local
255 context->drawImage(video, exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), ec);
258 context->drawImage(video, exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec),
263 context->drawImage(video, FloatRect(exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 239 /* for short video header */
289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 246 width = pExynosPort->portDefinition.format.video.nFrameWidth;
247 height = pExynosPort->portDefinition.format.video.nFrameHeight;
249 pExynosPort->portDefinition.format.video.eColorFormat,
436 pExynosPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 2 * Video for Linux version 1 - OBSOLETE
183 int video; /* Video minor */ member in struct:video_unit
239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
243 #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) */
254 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 2 * Video for Linux version 1 - OBSOLETE
183 int video; /* Video minor */ member in struct:video_unit
239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
243 #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) */
254 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 2 * Video for Linux version 1 - OBSOLETE
183 int video; /* Video minor */ member in struct:video_unit
239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
243 #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) */
254 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 161 mm_camera_stream_t video; member in struct:__anon1890
177 mm_camera_ch_video_t video; member in union:__anon1891::__anon1892
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 13 var contexts = ["page","selection","link","editable","image","video",
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 21 * SECTION:webkit-video-sink
22 * @short_description: GStreamer video sink
26 * current video buffer.
35 #include <gst/video/video.h>
39 // CAIRO_FORMAT_RGB24 used to render the video buffers is little/big endian dependant.
82 "webkit video sink")
96 gst_element_class_set_details_simple(element_class, "WebKit video sink",
97 "Sink/Video", "Sends video data from a GStreamer pipeline to a Cairo surface"
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 62 // This view will contain the video.
86 // The container for the progress view and video view
89 // The video size will be ready when prepared. Used to make sure the aspect
249 // which happens when the video view is detached from its parent
297 // Plugins like Flash will draw over the video so hide
392 public FullScreenMediaController(Context context, View video) {
394 mVideoView = video;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 250 LOGD("%s: Video table size: %d", __func__, mVideoSizeCount);
251 LOGD("%s: Video table: ", __func__);
925 uint16_t video_width = 0; /* width of the video */
926 uint16_t video_height = 0; /* height of the video */
963 * since they might have been changed when video size
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 90 /* Purpose : Get the motion compensate block into video->predictionMB */
91 /* and generate video->predictionErrorMB */
98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset)
100 Vop *prevVop = video->forwardRefVop; //reference frame
101 Vop *currVop = video->currVop;
102 Int mbnum = video->mbnum; //mb index
103 MOT *mot = video->mot[mbnum];
108 Int mode = video->headerInfo.Mode[mbnum]; /* get mode */
116 round1 = (Int)(1 - video->currVop->roundingType);
126 c_rec = video->predictedMB
    [all...]

Completed in 3149 milliseconds

1 2 3 4 5 67 8 91011