Home
last modified time | relevance | path

Searched refs:GetSupportedFormats (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_util.cpp54 uint32_t ret = imagePacker.GetSupportedFormats(formats); in PackImage()
78 uint32_t ret = imagePacker.GetSupportedFormats(formats); in PackImage()
109 uint32_t ret = imagePacker.GetSupportedFormats(formats); in PackImage()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp43 auto ret = imagePacker.GetSupportedFormats(formats); in PackImage()
120 auto ret = imagePacker.GetSupportedFormats(formats); in PackImage2File()
151 auto ret = imageSource->GetSupportedFormats(formats); in CreatePixelMap()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp192 EXPECT_EQ(2, videoCaps->GetSupportedFormats().size()); // 2: supported formats count in CheckAVDecH264()
225 EXPECT_EQ(2, videoCaps->GetSupportedFormats().size()); // 2: supported formats count in CheckAVDecH263()
258 EXPECT_EQ(2, videoCaps->GetSupportedFormats().size()); // 2: supported formats count in CheckAVDecMpeg2Video()
363 EXPECT_TRUE(!videoCaps->GetSupportedFormats().empty()); in CheckAVEncAVC()
451 EXPECT_EQ(0, audioCaps->GetSupportedFormats().size()); in CheckAVDecMP3()
471 EXPECT_EQ(0, audioCaps->GetSupportedFormats().size()); in CheckAVDecAAC()
491 EXPECT_EQ(0, audioCaps->GetSupportedFormats().size()); in CheckAVDecVorbis()
511 EXPECT_EQ(0, audioCaps->GetSupportedFormats().size()); in CheckAVDecFlac()
531 EXPECT_EQ(1, audioCaps->GetSupportedFormats().size()); in CheckAVDecOpus()
566 EXPECT_EQ(0, audioCaps->GetSupportedFormats().size()); in CheckAVEncAAC()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_source_impl_test.cpp80 imageSourceImpl.GetSupportedFormats(formats);
129 imageSourceImplNull.GetSupportedFormats(formats);
/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp182 micInfos_.formats = OHOS::AudioStandard::AudioCapturer::GetSupportedFormats(); in QueryAudioInfo()
185 spkInfos_.formats = OHOS::AudioStandard::AudioRenderer::GetSupportedFormats(); in QueryAudioInfo()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_ability_impl.cpp22 list<int32_t> CameraAbilityImpl::GetSupportedFormats() const in GetSupportedFormats() function in OHOS::Media::CameraAbilityImpl
H A Dcamera_ability_impl.h26 std::list<int32_t> GetSupportedFormats() const;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.h54 static uint32_t GetSupportedFormats(const OH_EffectFilterInfo *ohFilterInfo);
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_packer_napi.h58 static napi_value GetSupportedFormats(napi_env env, napi_callback_info info);
H A Dimage_source_napi.h59 static napi_value GetSupportedFormats(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_packer.cpp54 uint32_t ImagePacker::GetSupportedFormats(std::set<std::string> &formats) in GetSupportedFormats() function in OHOS::Media::ImagePacker
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_packer.h98 static uint32_t GetSupportedFormats(std::set<std::string> &formats);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp122 uint32_t ImageSourceImpl::GetSupportedFormats(std::set<std::string> &formats) in GetSupportedFormats() function in OHOS::Media::ImageSourceImpl
128 return nativeImgSrc->GetSupportedFormats(formats); in GetSupportedFormats()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dknuckle_divergent_point_test.cpp62 ret = imageSource->GetSupportedFormats(formats); in DecodeImageToPixelMap()
H A Dknuckle_glow_point_test.cpp59 ret = imageSource->GetSupportedFormats(formats); in DecodeImageToPixelMap()
H A Dknuckle_glow_trace_system_test.cpp57 ret = imageSource->GetSupportedFormats(formats); in DecodeImageToPixelMap()
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_permission_test.cpp83 imagePacker.GetSupportedFormats(formats); in CreateTempImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_source_impl.h41 uint32_t GetSupportedFormats(std::set<std::string> &formats);
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h318 std::vector<int32_t> GetSupportedFormats();
529 std::vector<int32_t> GetSupportedFormats();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Doutput.cpp63 uint32_t ret = imagePacker.GetSupportedFormats(formats); in EncodeToFile()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_common.cpp39 uint32_t ret = imagePacker.GetSupportedFormats(formats); in PackingPixmap()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_capture_plugin.cpp71 auto supportedFormatsList = OHOS::AudioStandard::AudioCapturer::GetSupportedFormats(); in UpdateSupportedSampleFormat()
336 for (const auto& fmt : AudioStandard::AudioCapturer::GetSupportedFormats()) { in AssignSampleFmtIfSupported()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h111 static const std::vector<GLenum>& GetSupportedFormats();
/ohos5.0/foundation/multimedia/audio_framework/
H A DREADME_zh.md84 2. (可选)静态接口 **GetSupportedFormats**(), **GetSupportedChannels**(), **GetSupportedEncodingTypes**()…
144 2. (可选)静态接口 **GetSupportedFormats**(), **GetSupportedChannels**(), **GetSupportedEncodingTypes**()…
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp83 vector<AudioSampleFormat> supportedFormatList = AudioCapturer::GetSupportedFormats(); in CheckSupportedParams()

123