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

1 2 34 5 6 7

  /external/quake/quake/src/WinQuake/
wq.bat 13 echo wq fastvid: maximum video speed, but safer, probably slower sound
14 echo wq fastsnd: maximum sound speed, but safer, probably slower video
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.h 25 #include <gst/video/gstvideosink.h>
  /packages/apps/Mms/src/com/android/mms/ui/
SlideViewInterface.java 33 void setVideo(String name, Uri video);
VideoAttachmentView.java 36 * This class provides an embedded editor/viewer of video attachment.
89 public void setVideo(String name, Uri video) {
91 Bitmap bitmap = createVideoThumbnail(mContext, video);
110 // Assume this is a corrupt video file.
SlideshowEditor.java 154 VideoModel video = new VideoModel(mContext, newVideo, local
157 slide.add(video);
158 slide.updateDuration(video.getDuration());
SlideshowPresenter.java 220 * @param video
224 protected void presentVideo(SlideViewInterface view, VideoModel video,
227 view.setVideo(video.getSrc(), video.getUriWithDrmCheck());
237 view.setVideoVisibility(video.isVisible());
239 MediaAction action = video.getCurrentAction();
247 view.seekVideo(video.getSeekTo());
SlideshowAttachmentView.java 103 public void setVideo(String name, Uri video) {
106 mp.setDataSource(mContext, video);
BasicSlideEditorView.java 133 public void setVideo(String name, Uri video) {
135 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 102 SDL_VideoDevice *video = current_video; local
105 /* Get events from the video subsystem */
106 if ( video ) {
107 video->PumpEvents(this);
369 SDL_VideoDevice *video = current_video; local
372 /* Get events from the video subsystem */
373 if ( video ) {
374 video->PumpEvents(this);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 41 SDL_VideoDevice *video = current_video; local
53 /* Check to see if we desire the surface in video memory */
54 if ( video ) {
85 if ((Amask) && (video->displayformatalphapixel))
87 depth = video->displayformatalphapixel->BitsPerPixel;
88 Rmask = video->displayformatalphapixel->Rmask;
89 Gmask = video->displayformatalphapixel->Gmask;
90 Bmask = video->displayformatalphapixel->Bmask;
91 Amask = video->displayformatalphapixel->Amask;
124 (video->AllocHWSurface(this, surface) < 0) )
200 SDL_VideoDevice *video = current_video; local
251 SDL_VideoDevice *video = current_video; local
555 SDL_VideoDevice *video = current_video; local
741 SDL_VideoDevice *video = current_video; local
776 SDL_VideoDevice *video = current_video; local
929 SDL_VideoDevice *video = current_video; local
    [all...]
SDL_yuv.c 24 /* This is the implementation of the YUV video surface support */
35 SDL_VideoDevice *video = current_video; local
45 /* Display directly on video surface, if possible */
55 if ( ((display == SDL_VideoSurface) && video->CreateYUVOverlay) &&
57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 338 * @param pComponentPrivate pointer to the private video encoder structure
352 LOGI("Video encoder has returned all buffers");
368 LOGI("Sending pthread signal that video encoder has returned all buffers to app");
    [all...]
OMX_VideoEncoder.c 386 pComponentPrivate->cComponentName = "OMX.TI.Video.encoder";
626 pPortDef->format.video.cMIMEType = "yuv";
627 pPortDef->format.video.pNativeRender = NULL;
628 pPortDef->format.video.nFrameWidth = 176;
629 pPortDef->format.video.nFrameHeight = 144;
630 pPortDef->format.video.nStride = -1;
631 pPortDef->format.video.nSliceHeight = -1;
632 pPortDef->format.video.xFramerate = fToQ16(15.0);
633 pPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
634 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingUnused
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 45 /* Purpose : Create a bitstream to hold one encoded video packet or frame */
320 /* Purpose : bit stuffing for next start code in short video header */
776 Void BitstreamSetOverrunBuffer(BitstreamEncVideo* stream, UChar* overrunBuffer, Int oBSize, VideoEncData *video)
780 stream->video = video;
789 VideoEncData *video = stream->video; local
801 if (video->overrunBuffer)
803 M4VENC_FREE(video->overrunBuffer);
805 video->oBSize = stream->oBSize
    [all...]
bitstream_io.h 49 Void BitstreamSetOverrunBuffer(BitstreamEncVideo *stream, UChar *overrunBuffer, Int oBSize, VideoEncData *video);
fastcodemb.h 53 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
54 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
block.cpp 79 AVCCommonObj *video = encvid->common; local
81 int pitch = video->currPic->pitch;
82 int16 *coef = video->block;
83 uint8 *pred = video->pred_block; // size 16 for a 4x4 block
84 int pred_pitch = video->pred_pitch;
145 Rq = video->QPy_mod_6;
146 Qq = video->QPy_div_6;
192 if (video->currMB->mb_intra) // only do inverse transform with intra block
260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch)
262 int16 *coef, *coef8 = video->block
362 AVCCommonObj *video = encvid->common; local
724 AVCCommonObj *video = encvid->common; local
1116 AVCCommonObj *video = encvid->common; local
1209 AVCCommonObj *video = encvid->common; local
    [all...]
motion_est.cpp 236 /* if turns out to be IDR frame, set video->nal_unit_type to AVC_NALTYPE_IDR */
239 AVCCommonObj *video = encvid->common; local
240 int slice_type = video->slice_type;
242 AVCPictureData *refPic = video->RefPicList0[0];
244 int mbwidth = video->PicWidthInMbs;
245 int mbheight = video->PicHeightInMbs;
246 int totalMB = video->PicSizeInMbs;
248 AVCMacroblock *currMB, *mblock = video->mblock;
312 InitHTFM(video, &htfm_stat, newvar, &collect);
317 && ((rateCtrl->frame_rate < 5.0) || (video->sliceHdr->frame_num > MIN_GOP))
603 AVCCommonObj *video = encvid->common; local
744 AVCCommonObj *video = encvid->common; local
841 AVCCommonObj *video = encvid->common; local
958 AVCCommonObj *video = encvid->common; local
1359 AVCCommonObj *video = encvid->common; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 24 /* Pocket PC GAPI SDL video driver implementation;
41 // wince goes to portrait mode, but does not update video memory
207 /* Set up the new video mode rectangle */
351 GAPIVID_DRIVER_NAME, "WinCE GAPI video driver",
591 SDL_Surface *video; local
604 video = current;
637 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
639 if ( video == NULL ) {
646 video->flags = SDL_FULLSCREEN; /* Clear flags, GAPI supports fullscreen only */
659 SDL_SetError("Couldn't get address of video memory, may be unsupported device or bug")
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 31 * This file implements OMX Component for video decoder that
106 OMX_STRING cVideoDecodeName = "OMX.TI.Video.Decoder";
285 LOGI("TI Video Decoder \n");
571 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
574 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
577 else if ((pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) ||
578 (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263)) {
581 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) {
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 20 * MPEG-4 Simple Profile Video Decoder *
28 * in the course of development of the MPEG-4 Video (ISO/IEC 14496-2) standard.
30 * Video (ISO/IEC 14496-2) tools as specified by the MPEG-4 Video (ISO/IEC
33 * ISO/IEC gives users of the MPEG-4 Video (ISO/IEC 14496-2) standard free
35 * or software products claiming conformance to the MPEG-4 Video (ISO/IEC
43 * not released for non MPEG-4 Video (ISO/IEC 14496-2) Standard conforming
48 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) Standard
132 PV_STATUS PV_GetMBvectors(VideoDecData *video, uint mode)
135 BitstreamDecVideo *stream = video->bitstream
    [all...]
  /device/samsung/crespo/libcamera/
Android.mk 28 #Enable the below code to show the video output (without GUI) on TV
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 196 pH264Arg->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
197 pH264Arg->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
202 pH264Arg->Bitrate = pSECOutputPort->portDefinition.format.video.nBitrate;
216 pH264Arg->FrameRate = (pSECInputPort->portDefinition.format.video.xFramerate) >> 16;
470 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
759 if (pSECPort->portDefinition.format.video.eColorFormat == SEC_OMX_COLOR_FormatNV12PhysicalAddress) {
775 width = pSECPort->portDefinition.format.video.nFrameWidth;
776 height = pSECPort->portDefinition.format.video.nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 226 OMX_STRING StrVideoEncoder= "OMX.TI.Video.encoder";
640 /* Input video frame format: YUV422 interleaved (1) or YUV420 (0) */
815 pAppData->pInPortDef->format.video.cMIMEType = "yuv";
816 pAppData->pInPortDef->format.video.pNativeRender = NULL;
817 pAppData->pInPortDef->format.video.nStride = -1;
818 pAppData->pInPortDef->format.video.nSliceHeight = -1;
819 pAppData->pInPortDef->format.video.xFramerate = fToQ16(pAppData->nFramerate);
820 pAppData->pInPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
821 pAppData->pInPortDef->format.video.eColorFormat = pAppData->eColorFormat;
822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 501 DEBUG_PRINT_ERROR("Error - Drop the frame at the renderer. Video frame with ts %lu usec behind by %ld usec"
    [all...]

Completed in 1427 milliseconds

1 2 34 5 6 7