Home
last modified time | relevance | path

Searched defs:supported_formats (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/api/video_codecs/
Dvideo_decoder_factory_template.h53 rtc::ArrayView<const SdpVideoFormat> supported_formats) const { in IsFormatInList()
63 auto supported_formats = V::SupportedFormats(); in GetSupportedFormatsInternal() local
Dvideo_encoder_factory_template.h66 rtc::ArrayView<const SdpVideoFormat> supported_formats) const { in IsFormatInList()
88 auto supported_formats = V::SupportedFormats(); in GetSupportedFormatsInternal() local
Dsdp_video_format.cc140 rtc::ArrayView<const SdpVideoFormat> supported_formats, in FuzzyMatchSdpVideoFormat()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9.cc48 std::vector<SdpVideoFormat> supported_formats{SdpVideoFormat( in SupportedVP9Codecs() local
67 std::vector<SdpVideoFormat> supported_formats = SupportedVP9Codecs(); in SupportedVP9DecoderCodecs() local
Dlibvpx_vp9_encoder.cc2066 supported_formats = {VideoFrameBuffer::Type::kI420, in PrepareBufferForProfile0() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_context.cc54 auto supported_formats = in AddSupportedImageFormats() local
122 auto supported_formats = GetSupportedImage2DFormats(context_, flags); in IsFloatTexture2DSupported() local
/external/mesa3d/src/gallium/frontends/clover/core/
Dformat.cpp153 supported_formats(const context &ctx, cl_mem_object_type type) { in supported_formats() function
/external/webrtc/media/base/
Dcodec_unittest.cc491 std::vector<webrtc::SdpVideoFormat> supported_formats = in TEST() local
515 std::vector<webrtc::SdpVideoFormat> supported_formats = in TEST() local
535 std::vector<webrtc::SdpVideoFormat> supported_formats = in TEST() local
Dcodec.cc434 std::vector<webrtc::SdpVideoFormat>* supported_formats) { in AddH264ConstrainedBaselineProfileToSupportedFormats()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_writeimage.cpp118 cl_image_format *supported_formats; in test_writeimage() local
Dtest_readimage.cpp112 cl_image_format *supported_formats; in test_readimage() local
Dtest_image_param.cpp167 cl_image_format *supported_formats; in test_image_param() local
/external/webrtc/modules/audio_coding/codecs/
Dbuiltin_audio_encoder_factory_unittest.cc118 const std::vector<SdpAudioFormat> supported_formats = [&specs] { in TEST() local
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_encoder.cc540 supported_formats = {VideoFrameBuffer::Type::kI420, in Encode() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_priv.h75 enum xa_formats *supported_formats; member
/external/rust/crates/vulkano/src/swapchain/
Dcapabilities.rs54 …pub supported_formats: Vec<(Format, ColorSpace)>, // TODO: https://github.com/KhronosGroup/Vulkan-… field
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1310 supported_formats = {VideoFrameBuffer::Type::kI420, in PrepareBuffers() local
/external/crosvm/media/cros-codecs/src/utils/
Dvaapi.rs88 let mut supported_formats = HashSet::new(); in supported_formats_for_rt_format() localVariable
/external/webrtc/media/engine/
Dwebrtc_video_engine.cc150 std::vector<webrtc::SdpVideoFormat> supported_formats = in GetPayloadTypesAndDefaultCodecs() local
Dwebrtc_video_engine_unittest.cc1194 const std::vector<webrtc::SdpVideoFormat> supported_formats = {vp8_format}; in TEST() local