/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_video.c | 153 SDL_VideoDevice *video; in SDL_VideoInit() local 333 SDL_VideoDevice *video = current_video; in SDL_ListModes() local 585 SDL_VideoDevice *video, *this; in SDL_SetVideoMode() local 1040 SDL_VideoDevice *video = current_video; in SDL_UpdateRects() local 1107 SDL_VideoDevice *video = current_video; in SDL_Flip() local 1186 SDL_VideoDevice *video = current_video; in SetPalette_physical() local 1304 SDL_VideoDevice *video = current_video; in SDL_SetPalette() local 1349 SDL_VideoDevice *video = current_video; in SDL_VideoQuit() local 1411 SDL_VideoDevice *video = current_video; in SDL_GL_LoadLibrary() local 1430 SDL_VideoDevice *video = current_video; in SDL_GL_GetProcAddress() local [all …]
|
D | SDL_cursor.c | 111 SDL_VideoDevice *video = current_video; in SDL_CreateCursor() local 170 SDL_VideoDevice *video = current_video; in SDL_SetCursor() local 246 SDL_VideoDevice *video = current_video; in SDL_FreeCursor() local 279 SDL_VideoDevice *video = current_video; in SDL_ShowCursor() local 295 SDL_VideoDevice *video = current_video; in SDL_WarpMouse() local 323 SDL_VideoDevice *video = current_video; in SDL_MoveCursor() local 660 SDL_VideoDevice *video = current_video; in SDL_DrawCursor() local 734 SDL_VideoDevice *video = current_video; in SDL_EraseCursor() local
|
D | SDL_gamma.c | 96 SDL_VideoDevice *video = current_video; in SDL_SetGamma() local 122 SDL_VideoDevice *video = current_video; in SDL_GetGamma() local 147 SDL_VideoDevice *video = current_video; in SDL_SetGammaRamp() local 198 SDL_VideoDevice *video = current_video; in SDL_GetGammaRamp() local
|
D | SDL_surface.c | 41 SDL_VideoDevice *video = current_video; in SDL_CreateRGBSurface() local 200 SDL_VideoDevice *video = current_video; in SDL_SetColorKey() local 251 SDL_VideoDevice *video = current_video; in SDL_SetAlpha() local 555 SDL_VideoDevice *video = current_video; in SDL_FillRect() local 741 SDL_VideoDevice *video = current_video; in SDL_LockSurface() local 776 SDL_VideoDevice *video = current_video; in SDL_UnlockSurface() local 929 SDL_VideoDevice *video = current_video; in SDL_FreeSurface() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | vp9_lossless_test.cc | 39 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() 81 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local 89 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10); in TEST_P() local 117 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
|
D | decode_test_driver.cc | 48 CompressedVideoSource *video, in HandlePeekResult() 66 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop() 108 void DecoderTest::RunLoop(CompressedVideoSource *video) { in RunLoop()
|
D | altref_test.cc | 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() 60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
|
D | encode_test_driver.cc | 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame() 37 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal() 141 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
|
D | tile_independence_test.cc | 51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() 92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144, in TEST_P() local
|
D | error_resilience_test.cc | 59 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) { in PreEncodeFrameHook() 156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local 193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | media_stream_track_metrics_unittest.cc | 137 scoped_refptr<MockVideoTrackInterface> video(MakeVideoTrack("video")); in TEST_F() local 171 scoped_refptr<MockVideoTrackInterface> video(MakeVideoTrack("video")); in TEST_F() local 218 scoped_refptr<MockVideoTrackInterface> video(MakeVideoTrack("video")); in TEST_F() local 240 scoped_refptr<MockVideoTrackInterface> video(MakeVideoTrack("video")); in TEST_F() local 408 scoped_refptr<MockVideoTrackInterface> video(MakeVideoTrack("video")); in TEST_F() local
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_video.cc | 30 scoped_refptr<VideoLayer> video = in SetupTree() local 74 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( in DrawLayersOnThread() local
|
/external/libvpx/libvpx/test/ |
D | altref_test.cc | 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() 60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
|
D | encode_test_driver.cc | 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame() 37 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal() 138 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
|
D | vp9_lossless_test.cc | 70 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local 78 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10); in TEST_P() local
|
D | tile_independence_test.cc | 51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() 92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144, in TEST_P() local
|
D | error_resilience_test.cc | 59 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) { in PreEncodeFrameHook() 156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local 193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
|
D | cq_test.cc | 45 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() 87 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
|
D | svc_test.cc | 261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local 288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local 378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local 427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | UserMediaRequest.cpp | 74 WebMediaConstraints video = parseOptions(options, "video", exceptionState); in create() local 86 …xt, UserMediaController* controller, WebMediaConstraints audio, WebMediaConstraints video, Navigat… in UserMediaRequest() 105 bool UserMediaRequest::video() const in video() function in blink::UserMediaRequest
|
/external/chromium_org/media/test/data/eme_player_js/ |
D | file_io_test_player.js | 6 function FileIOTestPlayer(video, testConfig) { argument
|
D | prefixed_clearkey_player.js | 7 function PrefixedClearKeyPlayer(video, testConfig) { argument
|
D | fps_observer.js | 15 FPSObserver.observe = function(video) { argument
|
D | prefixed_widevine_player.js | 7 function PrefixedWidevinePlayer(video, testConfig) { argument
|
D | clearkey_player.js | 7 function ClearKeyPlayer(video, testConfig) { argument
|