HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 176 - 200 of 486) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/experimental/heatmap/
color.js 16 // https://en.wikipedia.org/wiki/Luma_%28video%29
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
tab.py 7 from telemetry.internal.image_processing import video namespace
121 """True if the browser instance is capable of capturing video."""
182 highlight_bitmap=video.HIGHLIGHT_ORANGE_FRAME):
183 """Starts capturing video of the tab's contents.
186 starting video recording. When the frames are processed, we can look for
210 """Stops recording video of the tab's contents.
216 video: A video object which is a telemetry.core.Video
  /external/opencv3/samples/python2/
feature_homography.py 7 Example of using features2d framework for interactive video homography matching.
13 video: http://www.youtube.com/watch?v=FirtmYcC0Vc
17 feature_homography.py [<video source>]
20 SPACE - pause video
29 import video namespace
37 self.cap = video.create_capture(src)
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 86 bool video, const webrtc::FakeConstraints& video_constraints);
105 bool video, const webrtc::FakeConstraints& video_constraints);
peerconnectiontestwrapper.cc 241 << ": Got enough video frames.";
253 bool video, const webrtc::FakeConstraints& video_constraints) {
255 GetUserMedia(audio, audio_constraints, video, video_constraints);
262 bool video, const webrtc::FakeConstraints& video_constraints) {
282 if (video) {
  /external/webrtc/webrtc/tools/rtcbot/test/
three_bots_video_conference.js 9 // A video conference between 3 bots streaming video and audio between
14 // Note: the source of the video and audio stream is getUserMedia().
29 this.getUserMedia({video:true, audio:true},
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 23 static const char* VP8_MIME_TYPE = "video/x-vnd.on2.vp8";
45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE;
46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingVP8;
OMXVideoDecoderWMV.cpp 24 static const char* WMV_MIME_TYPE = "video/wmv";
45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)WMV_MIME_TYPE;
46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingWMV;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 74 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.DECODER"
78 //Define port indices in video decoder proxy
175 property_get("debug.video.dumpframe", value, "0:0");
383 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
387 pPortDef->format.video.eColorFormat = HAL_NV12_PADDED_PIXEL_FORMAT;
391 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
446 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
447 || pPortDef->format.video.eColorFormat == HAL_NV12_PADDED_PIXEL_FORMAT)
449 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
599 if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingUnused
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 67 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.DECODER"
71 //Define port indices in video decoder proxy
352 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
356 pPortDef->format.video.eColorFormat = HAL_NV12_PADDED_PIXEL_FORMAT;
360 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
415 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
416 || pPortDef->format.video.eColorFormat == HAL_NV12_PADDED_PIXEL_FORMAT)
418 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
568 if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingUnused)
572 sPortDef.format.video.nStride = LINUX_PAGE_SIZE
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/
VideoPresentation.java 17 package com.android.cts.verifier.projection.video;
32 * Play a test video that determines if the video and audio are in sync in projected presentations
  /external/autotest/client/cros/image_comparison/
image_comparison_factory.py 11 from autotest_lib.client.cros.video import method_logger
upload_on_fail_comparer.py 6 from autotest_lib.client.cros.video import method_logger
  /external/autotest/client/cros/video/
native_html5_player.py 6 from autotest_lib.client.cros.video import video_player
18 Injects the path to the video file under test into the html doc.
28 Determines if a native html5 video is ready by using javascript.
30 returns: bool, True if video is ready, else False.
38 Plays the video.
46 Pauses the video.
54 Checks whether video paused.
63 Checks whether video paused.
72 Returns the current time of the video element.
80 Seeks a video to a time stamp
    [all...]
  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 12 from autotest_lib.client.cros.video import histogram_verifier
18 FAKE_FILE_ARG = '--use-file-for-fake-video-capture="%s"'
25 """The test verifies HW Encoding for WebRTC video."""
42 # Download test video.
  /external/autotest/client/site_tests/video_YouTubeFlash/
video_YouTubeFlash.py 10 from autotest_lib.client.cros.video import youtube_helper
18 """This test verify the YouTube Flash video.
20 - verify the video playback.
21 - verify the available video resolutions.
25 the player to play video in Flash mode. Same for html5=1 for html5
50 # Waiting for test video to load.
  /external/autotest/client/site_tests/video_YouTubeHTML5/
video_YouTubeHTML5.py 10 from autotest_lib.client.cros.video import youtube_helper
18 """This test verify the YouTube HTML5 video.
20 - verify the video playback.
21 - verify the available video resolutions.
47 # Waiting for test video to load.
  /external/opencv3/modules/java/src/
video+BackgroundSubtractorKNN.java 5 package org.opencv.video;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 49 Void BitstreamSetOverrunBuffer(BitstreamEncVideo *stream, UChar *overrunBuffer, Int oBSize, VideoEncData *video);
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_buffer.h 199 uint32_t video : 1; //!< This flag shall be set by client to indicate that the member in struct:sdm::LayerBufferFlags::__anon33001::__anon33002
200 //!< buffer is video/ui buffer.
  /hardware/qcom/display/msmcobalt/sdm/include/core/
layer_buffer.h 199 uint32_t video : 1; //!< This flag shall be set by client to indicate that the member in struct:sdm::LayerBufferFlags::__anon33074::__anon33075
200 //!< buffer is video/ui buffer.
  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 23 #include <video/adf.h>
  /external/webrtc/webrtc/video/
stream_synchronization_unittest.cc 16 #include "webrtc/video/stream_synchronization.h"
86 // the audio and video delays needed to get the two streams in sync.
103 StreamSynchronization::Measurements video; local
109 video.rtcp.push_front(send_time_->GenerateRtcp(video_frequency,
117 video.rtcp.push_front(send_time_->GenerateRtcp(video_frequency,
122 // Capture an audio and a video frame at the same time.
125 video.latest_timestamp = send_time_->NowRtp(video_frequency,
129 // Audio later than video.
131 video.latest_receive_time_ms = receive_time_->time_now_ms();
135 // Video later than audio
    [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/ti/omap3/omx/video/src/openmax_il/video_encode/src/
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...]

Completed in 646 milliseconds

1 2 3 4 5 6 78 91011>>