HomeSort by relevance Sort by last modified time
    Searched defs:video (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 74 // Register ourselves as the handler of phone and video sessions.
172 // add video codecs, if this is a video call
174 VideoContentDescription* video = new VideoContentDescription(); local
179 video->AddCodec(*codec);
182 video->set_ssrc(0);
184 video->set_bandwidth(options.video_bandwidth);
185 video->SortCodecs();
192 video->AddCrypto(*crypto);
196 if (video->cryptos().empty())
579 VideoContentDescription* video = new VideoContentDescription(); local
711 VideoContentDescription* video = new VideoContentDescription(); local
1006 const VideoContentDescription* video = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 65 // id "audio_1" and a video track with id "video_1;
77 "m=video 1 RTP/AVPF 120\r\n"
78 "a=mid:video\r\n"
85 // MediaStreams have one audio track and one video track.
100 "m=video 1 RTP/AVPF 120\r\n"
101 "a=mid:video\r\n"
117 "m=video 1 RTP/AVPF 120\r\n"
118 "a=mid:video\r\n"
131 "m=video 1 RTP/AVPF 120\r\n"
132 "a=mid:video\r\n
200 webrtc::VideoTrackInterface* video = video_tracks[j]; local
    [all...]
webrtcsession.cc 835 // support video.
836 LOG(LS_WARNING) << "Video not used in this call.";
854 LOG(LS_WARNING) << "SetVideoPlayout: No video channel exists.";
869 LOG(LS_WARNING) << "SetVideoSend: No video channel exists.";
1297 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 24 /* The high-level video driver subsystem */
34 /* Available video drivers */
149 * Initialize the video and event subsystems -- determine native pixel format
153 SDL_VideoDevice *video; local
174 /* Select the proper video driver */
176 video = NULL;
186 video = bootstrap[i]->create(index);
194 video = bootstrap[i]->create(index);
195 if ( video != NULL ) {
201 if ( video == NULL )
333 SDL_VideoDevice *video = current_video; local
585 SDL_VideoDevice *video, *this; local
1040 SDL_VideoDevice *video = current_video; local
1107 SDL_VideoDevice *video = current_video; local
1186 SDL_VideoDevice *video = current_video; local
1304 SDL_VideoDevice *video = current_video; local
1349 SDL_VideoDevice *video = current_video; local
1411 SDL_VideoDevice *video = current_video; local
1430 SDL_VideoDevice *video = current_video; local
1451 SDL_VideoDevice *video = current_video; local
1518 SDL_VideoDevice* video = current_video; local
1533 SDL_VideoDevice *video = current_video; local
1701 SDL_VideoDevice *video = current_video; local
1730 SDL_VideoDevice *video = current_video; local
1804 SDL_VideoDevice *video = current_video; local
1837 SDL_VideoDevice *video = current_video; local
1876 SDL_VideoDevice *video = current_video; local
1924 SDL_VideoDevice *video = current_video; local
1940 SDL_VideoDevice *video = current_video; local
1973 SDL_VideoDevice* video = current_video; local
1984 SDL_VideoDevice* video = current_video; local
1998 SDL_VideoDevice* video = current_video; local
2009 SDL_VideoDevice* video = current_video; local
2020 SDL_VideoDevice* video = current_video; local
2033 SDL_VideoDevice *video = current_video; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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
224 /* Set up the new video mode rectangle */
379 GAPIVID_DRIVER_NAME, "WinCE GAPI video driver",
621 SDL_Surface *video; local
634 video = current;
667 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
669 if ( video == NULL ) {
677 video->flags = SDL_FULLSCREEN; /* Clear flags, GAPI supports fullscreen only */
690 SDL_SetError("Couldn't get address of video memory, may be unsupported device or bug")
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 66 // image contents, NOT dimensions of input video stream.
205 private static final String[] mInputNames = {"video",
208 private static final String[] mOutputNames = {"video"};
261 // tex_sampler_0: Mip-map for foreground (live) video frame.
324 // tex_sampler_0: Mip-map for foreground (live) video frame.
325 // tex_sampler_1: Mip-map for background (playback) video frame.
349 // tex_sampler_0: Foreground (live) video frame.
350 // tex_sampler_1: Background (playback) video frame.
398 // tex_sampler_0: Mip-map for foreground (live) video frame.
424 // tex_sampler_0: Mip-map for foreground (live) video frame
701 Frame video = pullInput("video"); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 16 package com.android.cts.verifier.camera.video;
56 * Tests for manual verification of camera video capture
543 failTest("Cannot find video size");
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 271 // If desired, create video channel and start a media monitor.
350 // Destroy video channel
487 << " because there is no video channel.";
500 LOG(LS_WARNING) << "Could not start video capture.";
523 VideoContentDescription* video = CreateVideoStreamUpdate(stream); local
525 // TODO(pthatcher): Wait until view request before sending video.
526 video_channel->SetLocalContent(video, CA_UPDATE);
527 SendVideoStreamUpdate(session, video);
540 << " because there is no video channel.";
547 VideoContentDescription* video = CreateVideoStreamUpdate(stream) local
592 VideoContentDescription* video = new VideoContentDescription(); local
    [all...]
mediasession.cc 169 // For video support only 80-bit SHA1 HMAC. For audio 32-bit HMAC is
373 // Helper class used for finding duplicate RTP payload types among audio, video
388 // audio and video extensions.
1400 const VideoContentDescription* video = local
1439 const VideoContentDescription* video = local
    [all...]
mediasessionclient.cc 81 // Register ourselves as the handler of audio and video sessions.
405 VideoContentDescription* video = new VideoContentDescription(); local
413 video->AddCodec(codec);
417 ParseGingleSsrc(content_elem, QN_GINGLE_VIDEO_SRCID, video);
418 ParseBandwidth(content_elem, video);
421 video, error)) {
425 *content = video;
605 talk_base::scoped_ptr<VideoContentDescription> video(
618 video->AddCodec(codec);
622 if (!ParseJingleStreamsOrLegacySsrc(content_elem, video.get(), error))
1125 const VideoContentDescription* video = local
    [all...]
mediasessionclient_unittest.cc 403 " <content name='test video'> " \
404 " <description xmlns='urn:xmpp:jingle:apps:rtp:1' media='video'> " \
431 " <description xmlns='http://www.google.com/session/video'> " \
434 " <payload-type xmlns='http://www.google.com/session/video' " \
452 " <content name='test video'> " \
453 " <description xmlns='urn:xmpp:jingle:apps:rtp:1' media='video'> " \
476 " <content name='test video'> " \
477 " <description xmlns='urn:xmpp:jingle:apps:rtp:1' media='video'> " \
1724 const cricket::VideoContentDescription* video = local
1733 const cricket::VideoContentDescription* video = local
1793 const cricket::VideoContentDescription* video = local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 273 /* Set up the new video mode rectangle */
382 /* Query for the list of available video modes */
598 SDL_Surface *video; local
623 * and uploaded textures. So if we're requesting the same video mode
647 video = current;
677 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
679 if ( video == NULL ) {
685 /* Fill in part of the video surface */
686 video->flags = 0; /* Clear flags */
687 video->w = width
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 58 /* DirectX function pointers for video and events */
762 error = "Out of video memory";
896 /* Find out how much video memory is available */
1036 SDL_Surface *video; local
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 436 bx_bool video; member in struct:__anon27515
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 93 ShutdownDecoderAction(bool audio, bool video)
95 mVideo(video) {
411 false /* audio */, true /* video */));
513 // video tracks found) and we just ran out of input data.
557 ALOGV("got %s decoder EOS", audio ? "audio" : "video");
560 audio ? "audio" : "video",
578 ALOGV("decoder %s flush completed", audio ? "audio" : "video");
582 audio ? "audio" : "video");
610 // FIXME: we should handle the case where the video decoder
613 // with video which should not be a problem as it shoul
1464 int32_t audio, video; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 131 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
132 void DetermineVopType(VideoEncData *video, Int currLayer);
133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
134 Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized);
193 VideoEncData *video; local
220 video = (VideoEncData *)M4VENC_MALLOC(sizeof(VideoEncData)); /* allocate memory for encData */
222 if (video == NULL)
225 M4VENC_MEMSET(video, 0, sizeof(VideoEncData));
227 encoderControl->videoEncoderData = (void *) video; /* set up pointer in VideoEncData structure */
229 video->encParams = (VideoEncParams *)M4VENC_MALLOC(sizeof(VideoEncParams))
1081 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
1327 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1358 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1651 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1842 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
2048 VideoEncData* video; local
2405 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
2570 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon32255
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon33588
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon33597
  /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::__anon33990
  /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::__anon34690
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon34739
  /bionic/libc/kernel/common/linux/
videodev.h 229 int video; member in struct:video_unit
  /development/ndk/platforms/android-3/include/linux/
videodev.h 180 int video; member in struct:video_unit

Completed in 1079 milliseconds

1 23 4 5 6