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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/test/data/
encrypted_frame_size_change.html 4 <p>Tests decoding and rendering encrypted video element that has a changing
6 <video width=320 controls></video>
7 <video controls></video>
11 var video_fixed_size = document.getElementsByTagName("video")[0];
12 var video = document.getElementsByTagName("video")[1];
18 loadVideo(video);
21 function loadVideo(video) {
    [all...]
media_source_player.html 7 <video controls></video>
10 var video = document.querySelector('video');
13 video.removeEventListener('timeupdate', onTimeUpdate);
14 video.currentTime = 0.9 * video.duration;
18 video.removeEventListener('ended', Utils.failTest);
19 Utils.installTitleEventHandler(video, 'ended');
28 Utils.installTitleEventHandler(video, 'error')
    [all...]
test_key_system_instantiation.html 3 <video controls="" name="video">
4 <!-- This test doesn't play the video, so any file will do
6 <source src="bear-320x240-av_enc-a.webm" type="video/webm">
7 </video>
10 var video = document.getElementsByTagName('video')[0];
13 video.webkitGenerateKeyRequest(keySystem, initData);
mse_config_change.html 6 <video controls></video>
13 var video = document.querySelector('video');
14 var mediaType = 'video/webm; codecs="vorbis, vp8"';
32 // DELTA is the time after APPEND_TIME where the second video dimensions
55 video.play();
71 // before video width and height properties get updated.
72 if (video.currentTime < APPEND_TIME - DELTA) {
75 video.currentTime = APPEND_TIME - DELTA
    [all...]
rapid_video_change_test.html 4 <title>HTML 5 Change H.264 Video Test</title>
12 alert('40 video changes done. Test over');
16 var video = document.getElementById('video');
17 video.pause();
18 video.src = 'bear-1280x720.mp4?counter=' +
21 video.play();
22 video.currentTime = 1;
30 var video = document.getElementById('video');
    [all...]
  /external/chromium_org/third_party/webrtc/video/
webrtc_video.gypi 14 'video/call.cc',
15 'video/encoded_frame_callback_adapter.cc',
16 'video/encoded_frame_callback_adapter.h',
17 'video/send_statistics_proxy.cc',
18 'video/send_statistics_proxy.h',
19 'video/receive_statistics_proxy.cc',
20 'video/receive_statistics_proxy.h',
21 'video/transport_adapter.cc',
22 'video/transport_adapter.h',
23 'video/video_receive_stream.cc'
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/media-elements/
video-iframe.html 3 <p>iframe contents for video-moved-from-iframe-to-main-page.html</p>
4 <video src="../../LayoutTests/media/content/test.ogv"></video>
  /external/chromium_org/content/common/gpu/
DEPS 5 "+media/video/video_decode_accelerator.h",
6 "+media/video/video_encode_accelerator.h",
  /external/chromium_org/tools/telemetry/unittest_data/
video_test.html 4 <video id="video_1" src="bear.webm" controls></video>
  /external/chromium_org/content/renderer/media/webrtc/
DEPS 2 # For video cropping and scaling.
  /external/chromium_org/content/test/data/gpu/
functional_video.html 3 <video src="../media/bear.ogv" id="video"></video>
5 elem = document.getElementById("video");
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
manifest.json 4 "description" : "Shows a page action for HTML pages containing a video",
11 "default_icon" : "video-19.png",
12 "default_title" : "There's a <video> in this page!"
16 "48" : "video-48.png",
17 "128" : "video-128.png"
  /hardware/intel/img/psb_video/debian/
control 1 Source: psb-video
8 Package: psb-video
13 psb-kmd-video (>= 0.1)
14 Description: Video decode driver for Poulsbo
15 Video decode driver for Poulsbo
  /external/chromium_org/media/tools/layout_tests/testname/
media.csv 1 compositing/geometry/clipped-video-controller.html,
2 compositing/geometry/video-fixed-scrolling.html,
3 compositing/geometry/video-opacity-overlay.html,
6 compositing/reflections/load-video-in-reflection.html,
9 compositing/video/video-background-color.html,
10 compositing/video/video-poster.html,
12 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html,
13 fast/dom/beforeload/remove-video-in-beforeload-listener.html
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
take_screenshot.js 12 var video = document.createElement('video');
14 video.addEventListener('canplay', function(e) {
17 canvas.setAttribute('width', video.videoWidth);
18 canvas.setAttribute('height', video.videoHeight);
20 video, 0, 0, video.videoWidth, video.videoHeight);
22 video.pause();
23 video.src = ''
    [all...]
  /cts/tests/tests/media/res/raw/
football_qvga_desc.txt 1 Football_qvga.yuv contains 3 seconds of raw 320x240 yuv420 video @ 30 fps.
2 Extracted from http://media.xiph.org/video/derf/y4m/football_cif.y4m
  /external/chromium_org/android_webview/test/shell/assets/
full_screen_video_test.html 12 document.getElementById('video').addEventListener('play', function() {
13 console.log('Video Played');
23 <button autofocus style ='padding:1024px 1024px;' onclick="goFullscreen('video'); return false">Big enough you can't miss it</button>
25 <!-- The video id must be kept in sync with VideoTestWebServer.VIDEO_ID -->
26 <video style = 'width: 10px; height: 10px;' id='video' controls>
27 <source id="webm" src="VIDEO_FILE_URL" type="video/webm">
28 </video>
  /external/chromium_org/third_party/webrtc/test/manual/
multiple-video.html 13 <title>Multiple Local Preview (Video Only)</title>
20 getUserMedia({video: true, audio: false},
43 <td><video width="320" height="240" id="view1"
44 autoplay="autoplay"></video></td>
45 <td><video width="320" height="240" id="view2"
46 autoplay="autoplay"></video></td>
47 <td><video width="320" height="240" id="view3"
48 autoplay="autoplay"></video></td>
51 <td><video width="320" height="240" id="view4"
52 autoplay="autoplay"></video></td
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/
Android.mk 15 include $(EXYNOS_OMX_COMPONENT)/video/dec/Android.mk
16 include $(EXYNOS_OMX_COMPONENT)/video/dec/h264/Android.mk
17 include $(EXYNOS_OMX_COMPONENT)/video/dec/mpeg4/Android.mk
18 include $(EXYNOS_OMX_COMPONENT)/video/dec/vp8/Android.mk
20 include $(EXYNOS_OMX_COMPONENT)/video/enc/Android.mk
21 include $(EXYNOS_OMX_COMPONENT)/video/enc/h264/Android.mk
22 include $(EXYNOS_OMX_COMPONENT)/video/enc/mpeg4/Android.mk
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 39 PV_STATUS DecodeFrameDataPartMode(VideoDecData *video)
42 Vop *currVop = video->currVop;
43 BitstreamDecVideo *stream = video->bitstream;
45 int nMBPerRow = video->nMBPerRow;
49 int nTotalMB = video->nTotalMB;
61 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB);
62 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);
73 // oscl_memset(video->sliceNo, 0, sizeof(uint8)*nTotalMB);
79 video->mbnum = mbnum;
80 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet h (…)
    [all...]
conceal.cpp 18 #include "mp4dec_lib.h" /* video decoder function prototypes */
31 void ConcealTexture_I(VideoDecData *video, int32 startFirstPartition, int mb_start, int mb_stop, int slice_counter)
34 BitstreamDecVideo *stream = video->bitstream;
36 int intra_dc_vlc_thr = video->currVop->intraDCVlcThr;
40 video->usePrevQP = 0;
43 video->mbnum = mbnum;
44 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow);
45 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow
    [all...]
  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 227 // JavaScript and a video loaded in order to work.
263 std::string command("document.createElement('video').canPlayType(");
398 "video/webm", no_codecs(), kPrefixedClearKey));
403 "video/webm", no_codecs(), kUnprefixedClearKey));
410 "video/webm", no_codecs(), kPrefixedClearKeyParent));
420 "video/webm", no_codecs(), "webkit-org.w3.ClEaRkEy"));
425 "video/webm", no_codecs(), "webkit-org."));
428 "video/webm", no_codecs(), "webkit-org"));
431 IsSupportedKeySystemWithMediaMimeType("video/webm", no_codecs(), "org."));
434 IsSupportedKeySystemWithMediaMimeType("video/webm", no_codecs(), "org"))
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
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...]
  /external/chromium_org/ppapi/api/private/
pp_video_frame_private.idl 7 * This file defines the struct used to hold a video frame.
11 * The <code>PP_VideoFrame_Private</code> struct represents a video frame.
12 * Video sources and destinations use frames to transfer video to and from
18 * A timestamp placing the frame in a video stream.
23 * An image data resource to hold the video frame.
  /external/chromium_org/third_party/WebKit/ManualTests/
video-in-non-frontmost-tab.html 1 This tests that video does not play if it's not in the frontmost tab.
2 Command-Click <a href="resources/video-tab.html">this link</a> to open it in a non-frontmost tab.
4 If not, click on the tab and the video should then play.

Completed in 1035 milliseconds

1 2 3 4 5 6 7 8 91011>>