Lines Matching refs:videoDeviceFlags
593 const VideoDeviceFlags videoDeviceFlags)
598 const vk::VkDevice result = getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperation, videoDeviceFlags);
604 DE_UNREF(videoDeviceFlags);
715 const VideoDevice::VideoDeviceFlags videoDeviceFlags)
723 if (!createDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, videoDeviceFlags))
731 DE_UNREF(videoDeviceFlags);
739 const VideoDeviceFlags videoDeviceFlags)
748 const bool queryWithStatusForDecodeSupport = (videoDeviceFlags & VIDEO_DEVICE_FLAG_QUERY_WITH_STATUS_FOR_DECODE_SUPPORT) != 0;
749 const bool requireYCBCRorNotSupported = (videoDeviceFlags & VIDEO_DEVICE_FLAG_REQUIRE_YCBCR_OR_NOT_SUPPORTED) != 0;
750 const bool requireSync2orNotSupported = (videoDeviceFlags & VIDEO_DEVICE_FLAG_REQUIRE_SYNC2_OR_NOT_SUPPORTED) != 0;
924 DE_UNREF(videoDeviceFlags);