Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_decoder_factory_template.h53 rtc::ArrayView<const SdpVideoFormat> supported_formats) const { in IsFormatInList()
63 auto supported_formats = V::SupportedFormats(); in GetSupportedFormatsInternal() local
H A Dvideo_encoder_factory_template.h66 rtc::ArrayView<const SdpVideoFormat> supported_formats) const { in IsFormatInList()
88 auto supported_formats = V::SupportedFormats(); in GetSupportedFormatsInternal() local
H A Dsdp_video_format.cc140 rtc::ArrayView<const SdpVideoFormat> supported_formats, in FuzzyMatchSdpVideoFormat()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9.cc48 std::vector<SdpVideoFormat> supported_formats{SdpVideoFormat( in SupportedVP9Codecs() local
67 std::vector<SdpVideoFormat> supported_formats = SupportedVP9Codecs(); in SupportedVP9DecoderCodecs() local
H A Dlibvpx_vp9_encoder.cc2066 supported_formats = {VideoFrameBuffer::Type::kI420, in PrepareBufferForProfile0() local
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dstream_format.cpp147 bool StreamFormat::FindBestFitFormat(const SupportedFormats& supported_formats, in FindBestFitFormat()
199 const SupportedFormats& supported_formats) { in GetQualifiedFormats()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_context.cc54 auto supported_formats = in AddSupportedImageFormats() local
122 auto supported_formats = GetSupportedImage2DFormats(context_, flags); in IsFloatTexture2DSupported() local
/aosp_15_r20/external/webrtc/media/base/
H A 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
H A Dcodec.cc434 std::vector<webrtc::SdpVideoFormat>* supported_formats) { in AddH264ConstrainedBaselineProfileToSupportedFormats()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dformat.cpp129 supported_formats(const context &ctx, cl_mem_object_type type, cl_mem_flags flags) { in supported_formats() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_image_param.cpp168 cl_image_format *supported_formats; in test_image_param() local
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/
H A Dbuiltin_audio_encoder_factory_unittest.cc118 const std::vector<SdpAudioFormat> supported_formats = [&specs] { in TEST() local
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_encoder.cc540 supported_formats = {VideoFrameBuffer::Type::kI420, in Encode() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/xa/
H A Dxa_priv.h75 enum xa_formats *supported_formats; member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/deprecated-adf/libadf/include/video/
Dadf.h182 __u32 __user * supported_formats; member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/deprecated-adf/libadf/include/video/
Dadf.h182 __u32 __user * supported_formats; member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/deprecated-adf/libadf/include/video/
Dadf.h182 __u32 __user * supported_formats; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/deprecated-adf/libadf/include/video/
Dadf.h182 __u32 __user * supported_formats; member
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_encoder.cc1310 supported_formats = {VideoFrameBuffer::Type::kI420, in PrepareBuffers() local
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine.cc150 std::vector<webrtc::SdpVideoFormat> supported_formats = in GetPayloadTypesAndDefaultCodecs() local
H A Dwebrtc_video_engine_unittest.cc1194 const std::vector<webrtc::SdpVideoFormat> supported_formats = {vp8_format}; in TEST() local