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

1 2 3 4 5 6 7 8 91011

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 46 ; * [in] videoComp video component type (luminance, chrominance or
  /frameworks/native/include/media/openmax/
OMX_Component.h 97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon20073
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon20877
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon20882
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon21129
  /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::__anon21829
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon21878
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 62 LOG(LS_INFO) << "Video size for " << s_ << ": " << width << "x" << height;
130 " vcall [jid] [bw] Initiates a video call to the user[/room] with\n"
395 if (call->video()) {
604 if (call_->video()) {
607 // once we get to testing multiway video.
656 if (call_->video()) {
905 printf("Video capture devices:\n");
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 586 if (def.format.video.eColorFormat != OMX_COLOR_FormatAndroidOpaque) {
592 this, def.format.video.nFrameWidth, def.format.video.nFrameHeight,
  /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/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 418 #if ENABLE(VIDEO)
420 // If it's a video, give the media player a chance to hook up to the layer.
421 RenderVideo* video = toRenderVideo(layer->renderer()); local
422 video->acceleratedRenderingStateChanged();
765 #if ENABLE(VIDEO)
766 // Video is special. It's a replaced element with a content layer, but has shadow content
768 // when the video element is a stacking context (e.g. due to opacity or transform).
1540 RenderVideo* video = toRenderVideo(renderer); local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 152 video.with-shadow {
805 /* video containers */
811 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
822 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
832 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
842 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
853 .framed-nexus4-port-216, .framed-nexus4-port-216 video,
893 /* video note */
894 .video-instructions {
897 .video-instructions:before
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp 271 // set the basic configuration of the video encoder driver
622 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
626 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
627 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth)
630 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
631 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
712 if(!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0))
717 if(!venc_set_target_bitrate(portDefn->format.video.nBitrate, 0))
    [all...]
video_encoder_device.cpp 180 /*Wait for a message from the video decoder driver*/
240 // set the basic configuration of the video encoder driver
565 if(!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0))
570 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
576 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
577 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
641 if(!venc_set_target_bitrate(portDefn->format.video.nBitrate, 0))
    [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...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 148 video.with-shadow {
800 /* video containers */
806 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
817 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
827 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
837 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
876 /* video note */
877 .video-instructions {
880 .video-instructions:before {
887 .video-instructions:after
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 152 video.with-shadow {
804 /* video containers */
810 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
821 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
831 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
841 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
880 /* video note */
881 .video-instructions {
884 .video-instructions:before {
891 .video-instructions:after
    [all...]
  /frameworks/av/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...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 555 if (!strncasecmp(mMIME, "video/", 6)) {
607 && !strncasecmp(mMIME, "video/", 6)
670 // The following assertion is violated by TI's video decoder.
806 ALOGE("Not a supported video mime type: %s", mime);
807 CHECK(!"Should not be here. Not a supported video mime type.");
815 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video;
    [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
  /external/qemu-pc-bios/bochs/
bochs.h 436 bx_bool video; member in struct:__anon14077

Completed in 954 milliseconds

1 2 3 4 5 6 7 8 91011