/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 543 void VideoDevice::checkSupport (Context& context, in checkSupport() 575 VideoDevice::VideoDevice (Context& context) in VideoDevice() function in vkt::VideoDevice 591 VideoDevice::VideoDevice (Context& context, in VideoDevice() function in vkt::VideoDevice 594 : VideoDevice (context) in VideoDevice() 608 VideoDevice::~VideoDevice (void) in ~VideoDevice() 612 vk::VkQueueFlags VideoDevice::getQueueFlags (const VideoCodecOperationFlags videoCodecOperation) in getQueueFlags() 626 bool VideoDevice [all...] |
H A D | vktCustomInstancesDevices.hpp | 147 class VideoDevice class 177 VideoDevice (Context& context); 178 VideoDevice (Context& context, 181 virtual ~VideoDevice (void);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 506 void VideoDevice::checkSupport (Context& context, in checkSupport() 538 VideoDevice::VideoDevice (Context& context) in VideoDevice() function in vkt::VideoDevice 554 VideoDevice::VideoDevice (Context& context, in VideoDevice() function in vkt::VideoDevice 557 : VideoDevice (context) in VideoDevice() 571 VideoDevice::~VideoDevice (void) in ~VideoDevice() 575 vk::VkQueueFlags VideoDevice::getQueueFlags (const VideoCodecOperationFlags videoCodecOperation) in getQueueFlags() 589 bool VideoDevice [all...] |
H A D | vktCustomInstancesDevices.hpp | 147 class VideoDevice class 177 VideoDevice (Context& context); 178 VideoDevice (Context& context, 181 virtual ~VideoDevice (void);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicFenceTests.cpp | 57 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicOneFenceCase() 119 VideoDevice::checkSupport(context, config.videoCodecOperationFlags); in checkVideoSupport() 134 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicSignaledCase() 173 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicMultiFenceCase() 247 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in emptySubmitCase() 277 de::MovePtr<VideoDevice> videoDevic in basicMultiFenceWaitAllFalseCase() [all...] |
H A D | vktSynchronizationBasicEventTests.cpp | 56 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in hostResetSetEventCase() 95 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in deviceResetSetEventCase() 238 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in singleSubmissionCase() 283 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in multiSubmissionCase() 348 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(contex in secondaryCommandBufferCase() [all...] |
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 77 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicOneQueueCase() 206 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicChainCase() 266 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicChainTimelineCase() 336 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicThreadTimelineCase() 413 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(contex in basicWaitForTimelineValueHelper() [all...] |
H A D | vktSynchronizationUtil.hpp | 341 vk::VkDevice getSyncDevice (de::MovePtr<VideoDevice>& device, Context& context); 342 const vk::DeviceInterface& getSyncDeviceInterface (de::MovePtr<VideoDevice>& device, Context& context); 343 deUint32 getSyncQueueFamilyIndex (de::MovePtr<VideoDevice>& device, Context& context); 344 vk::VkQueue getSyncQueue (de::MovePtr<VideoDevice>& device, Context& context);
|
H A D | vktSynchronizationUtil.cpp | 1196 vk::VkDevice getSyncDevice (de::MovePtr<VideoDevice>& device, Context& context) in getSyncDevice() 1204 const vk::DeviceInterface& getSyncDeviceInterface (de::MovePtr<VideoDevice>& device, Context& context) in getSyncDeviceInterface() 1212 deUint32 getSyncQueueFamilyIndex (de::MovePtr<VideoDevice>& device, Context& context) in getSyncQueueFamilyIndex() 1220 vk::VkQueue getSyncQueue (de::MovePtr<VideoDevice>& device, Context& context) in getSyncQueue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicFenceTests.cpp | 57 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicOneFenceCase() 119 VideoDevice::checkSupport(context, config.videoCodecOperationFlags); in checkVideoSupport() 134 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicSignaledCase() 173 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicMultiFenceCase() 247 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in emptySubmitCase() 277 de::MovePtr<VideoDevice> videoDevic in basicMultiFenceWaitAllFalseCase() [all...] |
H A D | vktSynchronizationBasicEventTests.cpp | 56 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in hostResetSetEventCase() 95 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in deviceResetSetEventCase() 238 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in singleSubmissionCase() 283 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in multiSubmissionCase() 348 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(contex in secondaryCommandBufferCase() [all...] |
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 77 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicOneQueueCase() 206 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicChainCase() 266 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicChainTimelineCase() 336 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in basicThreadTimelineCase() 426 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(contex in basicMultiQueueCase() [all...] |
H A D | vktSynchronizationUtil.hpp | 341 vk::VkDevice getSyncDevice (de::MovePtr<VideoDevice>& device, Context& context); 342 const vk::DeviceInterface& getSyncDeviceInterface (de::MovePtr<VideoDevice>& device, Context& context); 343 deUint32 getSyncQueueFamilyIndex (de::MovePtr<VideoDevice>& device, Context& context); 344 vk::VkQueue getSyncQueue (de::MovePtr<VideoDevice>& device, Context& context);
|
H A D | vktSynchronizationUtil.cpp | 1196 vk::VkDevice getSyncDevice (de::MovePtr<VideoDevice>& device, Context& context) in getSyncDevice() 1204 const vk::DeviceInterface& getSyncDeviceInterface (de::MovePtr<VideoDevice>& device, Context& context) in getSyncDeviceInterface() 1212 deUint32 getSyncQueueFamilyIndex (de::MovePtr<VideoDevice>& device, Context& context) in getSyncQueueFamilyIndex() 1220 vk::VkQueue getSyncQueue (de::MovePtr<VideoDevice>& device, Context& context) in getSyncQueue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 139 const VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_NONE); 142 const VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_NONE); 159 VideoDevice m_videoDevice;
|
H A D | vktVideoDecodeTests.cpp | 388 const VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_REQUIRE_SYNC2_OR_NOT_SUPPORTED in iterateSingleFrame() 389 | (m_queryWithStatusRequired ? VideoDevice::VIDEO_DEVICE_FLAG_QUERY_WITH_STATUS_FOR_DECODE_SUPPORT : 0); in iterateSingleFrame() 465 const VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_REQUIRE_SYNC2_OR_NOT_SUPPORTED in iterateDoubleFrame() 466 | (m_queryWithStatusRequired ? VideoDevice::VIDEO_DEVICE_FLAG_QUERY_WITH_STATUS_FOR_DECODE_SUPPORT : 0); in iterateDoubleFrame() 556 const VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_REQUIRE_SYNC2_OR_NOT_SUPPORTED in iterateMultipleFrame() 557 | (m_queryWithStatusRequired ? VideoDevice::VIDEO_DEVICE_FLAG_QUERY_WITH_STATUS_FOR_DECODE_SUPPORT : 0); in iterateMultipleFrame() 910 const VideoDevice [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | dshow.c | 269 if (ctx->capture_pin[VideoDevice]) in dshow_read_close() 270 ff_dshow_pin_Release(ctx->capture_pin[VideoDevice]); in dshow_read_close() 273 if (ctx->capture_filter[VideoDevice]) in dshow_read_close() 274 ff_dshow_filter_Release(ctx->capture_filter[VideoDevice]); in dshow_read_close() 278 if (ctx->device_pin[VideoDevice]) in dshow_read_close() 279 IPin_Release(ctx->device_pin[VideoDevice]); in dshow_read_close() 282 if (ctx->device_filter[VideoDevice]) in dshow_read_close() 283 IBaseFilter_Release(ctx->device_filter[VideoDevice]); in dshow_read_close() 328 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; in shall_we_drop() 472 int skip = (devtype == VideoDevice) in dshow_cycle_devices() [all...] |
H A D | dshow_crossbar.c | 161 if (devtype == VideoDevice && ctx->show_video_crossbar_connection_dialog || in ff_dshow_try_setup_crossbar_options() 169 if (devtype == VideoDevice && ctx->show_analog_tv_tuner_dialog) { in ff_dshow_try_setup_crossbar_options()
|
H A D | dshow_pin.c | 50 if (devtype == VideoDevice) { in ff_dshow_pin_ReceiveConnection() 302 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; in ff_dshow_meminputpin_Receive() 320 if (devtype == VideoDevice && !ctx->use_video_device_timestamps) { in ff_dshow_meminputpin_Receive()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 89 VideoDevice* vd{}; 138 VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_NONE); 141 VideoDevice::VideoDeviceFlags videoDeviceFlags = VideoDevice::VIDEO_DEVICE_FLAG_NONE); 157 VideoDevice m_videoDevice;
|
H A D | vktVideoDecodeTests.cpp | 282 VideoDevice::VideoDeviceFlags requiredDeviceFlags() const in requiredDeviceFlags() 284 return VideoDevice::VIDEO_DEVICE_FLAG_REQUIRE_SYNC2_OR_NOT_SUPPORTED | in requiredDeviceFlags() 285 (hasOption(DecoderOption::UseStatusQueries) ? VideoDevice::VIDEO_DEVICE_FLAG_QUERY_WITH_STATUS_FOR_DECODE_SUPPORT : VideoDevice::VIDEO_DEVICE_FLAG_NONE); in requiredDeviceFlags() 718 VideoDevice::VideoDeviceFlags requiredDeviceFlags = VideoDevice::VideoDeviceFlagBits::VIDEO_DEVICE_FLAG_NONE; in InterleavingDecodeTestInstance()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 641 typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 642 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 645 typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo); 648 int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 649 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 652 int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 626 typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 627 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 630 typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo); 633 int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 634 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 637 int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 625 typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 626 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 629 typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo); 632 int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 633 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 636 int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 625 typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 626 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 629 typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo); 632 int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice); 633 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 636 int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
|