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

1 2 3 45 6 7

  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 114 public void setVideo(String name, Uri video) {
125 mp.setDataSource(mContext, video);
143 // Stopping video is not needed in this view.
ImageAttachmentView.java 101 public void setVideo(String name, Uri video) {
SlideView.java 140 public void setVideo(String name, Uri video) {
151 Log.v(TAG, "Changing video source to " + video);
154 mVideoView.setVideoURI(video);
330 Log.v(TAG, "Starting video playback.");
339 Log.v(TAG, "Stopping video playback.");
348 Log.v(TAG, "Pausing video playback.");
358 Log.v(TAG, "Seeking video playback to " + seekTo);
445 * The better UI for the MMS conformance message could be putting the image/video
449 * 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/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 276 SDL_VideoDevice *video = current_video; local
278 video->CheckHWBlit(this, surface, surface->map->dst);
287 SDL_VideoDevice *video = current_video; local
289 video->CheckHWBlit(this, surface, surface->map->dst);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h 40 Void MB_CodeCoeff(VideoEncData *video, BitstreamEncVideo *bs);
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...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 925 #if ENABLE(VIDEO)
926 static IntSize size(HTMLVideoElement* video)
928 if (MediaPlayer* player = video->player())
1059 #if ENABLE(VIDEO)
1060 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video, float x, float y)
1062 ASSERT(video);
1063 IntSize s = size(video);
1065 drawImage(video, x, y, s.width(), s.height(), ec);
1068 void CanvasRenderingContext2D::drawImage(HTMLVideoElement* video,
1071 ASSERT(video);
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 222 void MBlockIDCT(VideoDecData *video)
224 Vop *currVop = video->currVop;
225 MacroBlock *mblock = video->mblock;
229 int x_pos = video->mbnum_col;
230 int y_pos = video->mbnum_row;
233 width = video->width;
mp4lib_int.h 239 /* for short video header */
289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 95 # Make the driver-test (mm-video-driver-test)
103 LOCAL_MODULE := mm-video-driver-test
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 92 # Make the apps-test (mm-video-driver-test)
100 LOCAL_MODULE := mm-video-encdrv-test
  /hardware/ti/omap3/omx/
Android.mk 34 TI_OMX_VIDEO := $(TI_OMX_TOP)/video/src/openmax_il
115 #call to video
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 335 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_Format16bitRGB565)){
341 ((pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatYCbYCr)||
342 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatCbYCrY))){
775 case 10: /*Video Color Range Conversion*/
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 359 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
360 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
362 E ("\n Height %d width %d bit rate %d",portdef.format.video.nFrameHeight
363 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
375 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
376 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
377 portdef.format.video.nBitrate = m_sProfile.nBitrate;
378 portdef.format.video.xFramerate = m_sProfile.nFramerate << 16;
755 "OMX.qcom.video.encoder.mpeg4"
    [all...]
  /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...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 102 /*Wait for a message from the video decoder driver*/
876 if(!strncmp(driver_context.kind,"OMX.qcom.video.decoder.mpeg4",\
887 else if(!strncmp(driver_context.kind, "OMX.qcom.video.decoder.h263",\
897 else if(!strncmp(driver_context.kind, "OMX.qcom.video.decoder.avc",\
907 else if(!strncmp(driver_context.kind, "OMX.qcom.video.decoder.vc1",\
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 239 #if ENABLE(VIDEO)
241 HTMLVideoElement* video = static_cast<HTMLVideoElement*>(static_cast<JSHTMLElement*>(o)->impl()); local
244 context->drawImage(video, args.at(1).toFloat(exec), args.at(2).toFloat(exec));
247 context->drawImage(video, args.at(1).toFloat(exec), args.at(2).toFloat(exec),
252 context->drawImage(video, FloatRect(args.at(1).toFloat(exec), args.at(2).toFloat(exec),
  /external/webkit/WebCore/rendering/
RenderMedia.cpp 28 #if ENABLE(VIDEO)
49 RenderMedia::RenderMedia(HTMLMediaElement* video)
50 : RenderImage(video)
61 RenderMedia::RenderMedia(HTMLMediaElement* video, const IntSize& intrinsicSize)
62 : RenderImage(video)
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 21 * SECTION:webkit-video-sink
22 * @short_description: GStreamer video sink
26 * current video buffer.
34 #include <gst/video/video.h>
38 // CAIRO_FORMAT_RGB24 used to render the video buffers is little/big endian dependant.
81 "webkit video sink")
95 gst_element_class_set_details_simple(element_class, "WebKit video sink",
96 "Sink/Video", "Sends video data from a GStreamer pipeline to a Cairo surface"
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 37 void InterMBPrediction(AVCCommonObj *video)
39 AVCMacroblock *currMB = video->currMB;
40 AVCPictureData *currPic = video->currPic;
50 int x_position = (video->mb_x << 4);
51 int y_position = (video->mb_y << 4);
66 predBlock = video->pred + 84;
67 predCb = video->pred + 452;
68 predCr = video->pred + 596;
75 GetMotionVectorPredictor(video, false);
86 ref_l = video->RefPicList0[ref_idx]->Sl
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 147 /*Wait for a message from the video decoder driver*/
187 // set the basic configuration of the video encoder driver
364 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
368 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
369 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth)
372 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
373 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
472 if(!venc_set_encode_framerate(portDefn->format.video.xFramerate))
477 if(!venc_set_target_bitrate(portDefn->format.video.nBitrate))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c 54 SDL_VideoDevice *video = current_video; local
64 video->InitOSKeymap(this);

Completed in 1496 milliseconds

1 2 3 45 6 7