/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoCapabilitiesTests.cpp | 38 namespace video namespace 1155 } // video
|
H A D | vktVideoDecodeTests.cpp | 59 namespace video namespace 98 // Vulkan video is not supported on android platform 1107 // These tests rely on external libraries to do the video parsing, in checkSupport() 1109 TCU_THROW(NotSupportedError, "CTS is not built 64-bit so cannot use the 64-bit video parser library"); in checkSupport() 1153 // Vulkan video is unsupported for android platform in createInstance() 1233 } // video
|
H A D | vktVideoBaseDecodeUtils.cpp | 56 namespace video namespace 2052 DE_ASSERT(m_videoCodecOperation == pVideoFormat->codec); // Make sure video have same format the queue was created for 4211 } // video
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 1140 addChild(video::createTests (m_testCtx)); in init()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 2148 templat.width = port->sPortParam.format.video.nFrameWidth; in dec_av1_BeginFrame() 2149 templat.height = port->sPortParam.format.video.nFrameHeight; in dec_av1_BeginFrame()
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 1262 .video = &gc2093_video_ops,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1357 ret = v4l2_subdev_call(sensor->sd, video, g_frame_interval, &fi);
in rkisp_enum_frameintervals()
|
H A D | capture_v21.c | 795 ret = v4l2_subdev_call(sensor->sd, video, g_frame_interval, &sensor->fi);
in rdbk_frame_end() 1266 v4l2_err(v4l2_dev, "check video link or isp input\n");
in rkisp_start_streaming()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
H A D | ov13855.c | 1732 .video = &ov13855_video_ops,
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1364 ret = v4l2_subdev_call(sensor->sd, video, g_frame_interval, &fi); in rkisp_enum_frameintervals()
|
H A D | capture_v21.c | 808 video, g_frame_interval, &sensor->fi); in rdbk_frame_end() 1313 v4l2_err(v4l2_dev, "check video link or isp input\n"); in rkisp_start_streaming()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 15098 getUINativeModule().video.resetObjectFit(node); 15101 getUINativeModule().video.setObjectFit(node, this.value); 15115 getUINativeModule().video.resetAutoPlay(node); 15118 getUINativeModule().video.setAutoPlay(node, this.value); 15132 getUINativeModule().video.resetControls(node); 15135 getUINativeModule().video.setControls(node, this.value); 15149 getUINativeModule().video.resetLoop(node); 15152 getUINativeModule().video.setLoop(node, this.value); 15166 getUINativeModule().video.resetMuted(node); 15169 getUINativeModule().video [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 20 # define VULKAN_HPP_VIDEO_NAMESPACE video
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 1753 "Only VP8 or VP9 or AV1 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM.\n"); in mkv_write_track() 1898 av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.\n"); in mkv_write_track() 1951 CASE(VIDEO, video) in mkv_write_tracks() 2851 // every Cluster has to be a key frame. So for DASH video, in mkv_write_packet() 2890 // buffer an audio packet to ensure the packet containing the video in mkv_write_packet() 3290 { "infer_no_subs", "For each track type, mark each track of disposition default as default; for audio and video: if none exists, mark the first track as default.", 0, AV_OPT_TYPE_CONST, { .i64 = DEFAULT_MODE_INFER_NO_SUBS }, 0, 0, FLAGS, "default_mode" }, 3311 // mkv theoretically supports any video/audio through VFW/ACM in mkv_query_codec() 3322 .mime_type = "video/x-matroska", 3360 .mime_type = "video/webm",
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 55 namespace video namespace 685 // after creating a new video session, we need codec reset. 3008 } // video
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |