HomeSort by relevance Sort by last modified time
    Searched defs:video (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/libvpx/libvpx/test/
config_test.cc 32 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
54 libvpx_test::DummyVideoSource video; local
55 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
keyframe_test.cc 34 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
37 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF;
38 if (set_cpu_used_ && video->frame() == 1)
62 ::libvpx_test::RandomVideoSource video; local
63 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
75 ::libvpx_test::RandomVideoSource video; local
76 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
85 ::libvpx_test::DummyVideoSource video; local
86 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
98 ::libvpx_test::DummyVideoSource video; local
    [all...]
resize_test.cc 87 ResizingVideoSource video; local
88 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_gamma.c 96 SDL_VideoDevice *video = current_video; local
109 if ( (succeeded < 0) && video->SetGamma ) {
111 succeeded = video->SetGamma(this, red, green, blue);
122 SDL_VideoDevice *video = current_video; local
137 if ( (succeeded < 0) && video->GetGamma ) {
139 succeeded = video->GetGamma(this, red, green, blue);
147 SDL_VideoDevice *video = current_video; local
153 SDL_SetError("No video mode has been set");
158 if ( ! video->gamma ) {
164 SDL_memcpy(&video->gamma[0*256], red, 256*sizeof(*video->gamma))
198 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);
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);
SDL_cursor.c 111 SDL_VideoDevice *video = current_video; local
155 if ( video->CreateWMCursor ) {
156 cursor->wm_cursor = video->CreateWMCursor(video, data, mask,
166 the video mode and when the SDL window gains the mouse focus.
170 SDL_VideoDevice *video = current_video; local
173 /* Make sure that the video subsystem has been initialized */
174 if ( ! video ) {
186 } else if ( video->MoveWMCursor ) {
187 /* If the video driver is moving the cursor directly
246 SDL_VideoDevice *video = current_video; local
279 SDL_VideoDevice *video = current_video; local
295 SDL_VideoDevice *video = current_video; local
323 SDL_VideoDevice *video = current_video; local
660 SDL_VideoDevice *video = current_video; local
734 SDL_VideoDevice *video = current_video; local
    [all...]
  /external/grub/stage2/
hercules.c 84 volatile unsigned short *video local
87 video[herc_y * HERCULES_WIDTH + herc_x]
101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local
111 video[i] = 0x07200720;
119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local
122 video[i] = 0x07200720;
  /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/avc/enc/src/
avcenc_api.cpp 61 AVCCommonObj *video; local
91 video = encvid->common;
102 video->currSeqParams = (AVCSeqParamSet*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCSeqParamSet), DEFAULT_ATTR);
103 if (video->currSeqParams == NULL)
109 video->currPicParams = (AVCPicParamSet*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCPicParamSet), DEFAULT_ATTR);
110 if (video->currPicParams == NULL)
116 video->sliceHdr = (AVCSliceHeader*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCSliceHeader), DEFAULT_ATTR);
117 if (video->sliceHdr == NULL)
123 video->decPicBuf = (AVCDecPicBuffer*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCDecPicBuffer), DEFAULT_ATTR);
124 if (video->decPicBuf == NULL
279 AVCCommonObj *video = encvid->common; local
371 AVCCommonObj *video = encvid->common; local
553 AVCCommonObj *video = encvid->common; local
594 AVCCommonObj *video; local
    [all...]
header.cpp 27 AVCCommonObj *video = encvid->common; local
28 AVCSeqParamSet *seqParam = video->currSeqParams;
229 AVCCommonObj *video = encvid->common; local
231 AVCPicParamSet *picParam = video->currPicParams;
318 AVCCommonObj *video = encvid->common; local
319 AVCSliceHeader *sliceHdr = video->sliceHdr;
320 AVCPicParamSet *currPPS = video->currPicParams;
321 AVCSeqParamSet *currSPS = video->currSeqParams;
330 slice_type = video->slice_type;
332 if (video->mbNum == 0) /* first mb in frame *
650 AVCCommonObj *video = encvid->common; local
    [all...]
init.cpp 29 AVCCommonObj *video = encvid->common; local
30 AVCSeqParamSet *seqParam = video->currSeqParams;
31 AVCPicParamSet *picParam = video->currPicParams;
32 AVCSliceHeader *sliceHdr = video->sliceHdr;
63 video->MaxPicOrderCntLsb = 1 << (extS->log2_max_pic_order_cnt_lsb_minus4 + 4);
64 video->PicWidthInMbs = extS->pic_width_in_mbs_minus1 + 1;
65 video->PicHeightInMapUnits = extS->pic_height_in_map_units_minus1 + 1 ;
66 video->FrameHeightInMbs = (2 - extS->frame_mbs_only_flag) * video->PicHeightInMapUnits ;
70 video->MaxPicOrderCntLsb = 1 << (encParam->log2_max_poc_lsb_minus_4 + 4)
644 AVCCommonObj *video = encvid->common; local
707 AVCCommonObj *video = encvid->common; local
804 AVCCommonObj *video = encvid->common; local
    [all...]
residual.cpp 23 AVCCommonObj *video = encvid->common; local
26 int x_position = (video->mb_x << 4);
27 int y_position = (video->mb_y << 4);
44 pDst = video->currPic->Sl + offset1;
45 offset = video->PicWidthInSamplesL - 16;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
148 AVCCommonObj *video = encvid->common; local
241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
245 nC = predict_nnz_chroma(video, bindx & 3, bindx >> 2)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 219 * @param video
222 protected void presentVideo(SlideViewInterface view, VideoModel video,
225 view.setVideo(video.getSrc(), video.getUri());
235 view.setVideoVisibility(video.isVisible());
237 MediaAction action = video.getCurrentAction();
245 view.seekVideo(video.getSeekTo());
SlideshowEditor.java 175 VideoModel video = new VideoModel(mContext, newVideo, local
178 slide.add(video);
179 slide.updateDuration(video.getDuration());
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 71 bool video() const { return video_; } function in class:cricket::Call
  /external/grub/docs/
kernel.c 32 /* The video memory address. */
33 #define VIDEO 0xB8000
40 /* Point to the video memory. */
41 static volatile unsigned char *video; variable
155 /* Clear the screen and initialize VIDEO, XPOS and YPOS. */
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 61 SDL_VideoDevice *video = current_video; local
71 video->InitOSKeymap(this);
SDL_events.c 102 SDL_VideoDevice *video = current_video; local
105 /* Get events from the video subsystem */
106 if ( video ) {
107 video->PumpEvents(this);
371 SDL_VideoDevice *video = current_video; local
374 /* Get events from the video subsystem */
375 if ( video ) {
376 video->PumpEvents(this);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 37 // Limits the number of ANativeWindows that can be allocated for video playback.
40 // media producer to use their own SW decoders for subsequent video streams.
113 // finally create a video texture if needed
139 // draw all the video textures first
142 TextureWrapper* video = m_videoTextures[i]; local
144 if (!video->surfaceTexture.get() || video->dimensions.isEmpty()
145 || !video->mediaListener->isFrameAvailable())
148 video->surfaceTexture->updateTexImage();
151 video->surfaceTexture->getTransformMatrix(surfaceMatrix)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 28 #if ENABLE(VIDEO)
51 RenderVideo::RenderVideo(HTMLVideoElement* video)
52 : RenderMedia(video)
100 HTMLVideoElement* video = videoElement(); local
104 // The intrinsic width of a video element's playback area is the intrinsic width
105 // of the video resource, if that is available; otherwise it is the intrinsic
108 // The intrinsic height of a video element's playback area is the intrinsic height
109 // of the video resource, if that is available; otherwise it is the intrinsic
112 if (player && video->readyState() >= HTMLVideoElement::HAVE_METADATA)
115 if (video->shouldDisplayPosterImage() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOccurred()
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 53 VideoDecData *video = (VideoDecData*) vid; local
54 Vol *currVol = video->vol[video->currLayer];
55 BitstreamDecVideo *stream = video->bitstream;
56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
57 int mbnum = video->mbnum;
58 uint CBP = video->headerInfo.CBP[mbnum];
59 int QP = video->QPMB[mbnum];
60 typeDCStore *DC = video->predDC + mbnum;
61 int x_pos = video->mbnum_col
386 VideoDecData *video = (VideoDecData*) vid; local
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 223 output.write("H263 video record- reset after prepare Stress test\n");
263 //Stress test case for switching camera and video recorder preview.
275 output.write("Camera and video recorder preview switching\n");
329 Log.v(TAG, "release video recorder");
349 File video = new File(filename); local
350 Log.v(TAG, "remove recorded video " + filename);
351 video.delete();
354 //Stress test case for record a video and play right away.
368 output.write("Video record and play back stress test:\n");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 163 File video = new File(fileName); local
164 Log.v(TAG, "remove recorded video " + fileName);
165 video.delete();
221 Log.v(TAG, "video encoder : " + videoEncoder);
224 Log.v(TAG, "video width : " + videoWidth);
225 Log.v(TAG, "video height : " + videoHeight);
292 // for more granular control of video encoding.
326 // Set video source
335 // http://developer.android.com/guide/topics/media/camera.html#time-lapse-video
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java 41 * Executes a range of tests on MediaPlayer while streaming a video
99 String video = getRandomTestVideo(random); local
100 doPlayMp4Stream(video, 20000, 5000);
101 doAsyncPrepareAndRelease(video);
102 doRandomOperations(video);
112 private void doPlayMp4Stream(String video, int millisToPrepare, int millisToPlay)
115 localHttpStreamTest(video);
128 private void doAsyncPrepareAndRelease(String video) throws Throwable {
132 localHttpStreamTest(video);
138 private void doRandomOperations(String video) throws Throwable
    [all...]

Completed in 716 milliseconds

1 2 3 4