Searched refs:supportedFormatList (Results 1 – 10 of 10) sorted by relevance
83 vector<AudioSampleFormat> supportedFormatList = AudioCapturer::GetSupportedFormats(); in CheckSupportedParams() local85 for (auto i = supportedFormatList.begin(); i != supportedFormatList.end(); ++i) { in CheckSupportedParams()
87 vector<AudioSampleFormat> supportedFormatList = AudioRenderer::GetSupportedFormats(); in CheckSupportedParams() local89 for (auto i = supportedFormatList.begin(); i != supportedFormatList.end(); ++i) { in CheckSupportedParams()
22 …urceSupportedFormat](_ohos_image_source_supported_format.md) \*\* [supportedFormatList](image.md#s…
212 …rce_supported_format.md) \*\* [OhosImageSourceSupportedFormatList::supportedFormatList](#supported…2189 …st.md)结构的列表指针。 当**supportedFormatList**为nullptr并且**size**以res为0作为输入时,它将以res**size**返回支持的格式大小。<br/>…3983 ### supportedFormatList subsection3986 struct OhosImageSourceSupportedFormat** OhosImageSourceSupportedFormatList::supportedFormatList = n…
212 …rce_supported_format.md) \*\* [OhosImageSourceSupportedFormatList::supportedFormatList](#supported…2305 …ohos_image_source_supported_format_list.md) struct. If the input **supportedFormatList** is a null…4257 ### supportedFormatList subsection4260 struct OhosImageSourceSupportedFormat** OhosImageSourceSupportedFormatList::supportedFormatList = n…
351 struct OhosImageSourceSupportedFormat** supportedFormatList = nullptr; member
417 if (formats->supportedFormatList == nullptr) { in ImageSourceNapiGetSupportedFormats()425 auto formatList = formats->supportedFormatList; in ImageSourceNapiGetSupportedFormats()
120 vector<AudioSampleFormat> supportedFormatList = AudioCapturer::GetSupportedFormats(); variable121 EXPECT_EQ(AUDIO_SUPPORTED_FORMATS.size(), supportedFormatList.size());
187 vector<AudioSampleFormat> supportedFormatList = AudioRenderer::GetSupportedFormats(); variable188 EXPECT_EQ(AUDIO_SUPPORTED_FORMATS.size(), supportedFormatList.size());