Home
last modified time | relevance | path

Searched refs:supportedFormatList (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp83 vector<AudioSampleFormat> supportedFormatList = AudioCapturer::GetSupportedFormats(); in CheckSupportedParams() local
85 for (auto i = supportedFormatList.begin(); i != supportedFormatList.end(); ++i) { in CheckSupportedParams()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp87 vector<AudioSampleFormat> supportedFormatList = AudioRenderer::GetSupportedFormats(); in CheckSupportedParams() local
89 for (auto i = supportedFormatList.begin(); i != supportedFormatList.end(); ++i) { in CheckSupportedParams()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_ohos_image_source_supported_format_list.md22 …urceSupportedFormat](_ohos_image_source_supported_format.md) \*\* [supportedFormatList](image.md#s…
H A Dimage.md212 …rce_supported_format.md) \*\* [OhosImageSourceSupportedFormatList::supportedFormatList](#supported…
2189 …st.md)结构的列表指针。 当**supportedFormatList**为nullptr并且**size**以res为0作为输入时,它将以res**size**返回支持的格式大小。<br/>…
3983 ### supportedFormatList subsection
3986 struct OhosImageSourceSupportedFormat** OhosImageSourceSupportedFormatList::supportedFormatList = n…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_ohos_image_source_supported_format_list.md22 …urceSupportedFormat](_ohos_image_source_supported_format.md) \*\* [supportedFormatList](image.md#s…
H A Dimage.md212 …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 subsection
4260 struct OhosImageSourceSupportedFormat** OhosImageSourceSupportedFormatList::supportedFormatList = n…
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h351 struct OhosImageSourceSupportedFormat** supportedFormatList = nullptr; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp417 if (formats->supportedFormatList == nullptr) { in ImageSourceNapiGetSupportedFormats()
425 auto formatList = formats->supportedFormatList; in ImageSourceNapiGetSupportedFormats()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_unit_test.cpp120 vector<AudioSampleFormat> supportedFormatList = AudioCapturer::GetSupportedFormats(); variable
121 EXPECT_EQ(AUDIO_SUPPORTED_FORMATS.size(), supportedFormatList.size());
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp187 vector<AudioSampleFormat> supportedFormatList = AudioRenderer::GetSupportedFormats(); variable
188 EXPECT_EQ(AUDIO_SUPPORTED_FORMATS.size(), supportedFormatList.size());