Home
last modified time | relevance | path

Searched defs:format (Results 101 – 125 of 1161) sorted by relevance

12345678910>>...47

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp47 Profile::Profile(CameraFormat format, Size size) : format_(format), size_(size), specId_(0) {} in Profile()
48 Profile::Profile(CameraFormat format, Size size, int32_t specId) : format_(format), size_(size), sp… in Profile()
49 Profile::Profile(CameraFormat format, Size size, Fps fps, std::vector<uint32_t> abilityId) in Profile()
51 Profile::Profile(CameraFormat format, Size size, Fps fps, std::vector<uint32_t> abilityId, int32_t … in Profile()
94 VideoProfile::VideoProfile(CameraFormat format, Size size, std::vector<int32_t> framerates) : Profi… in VideoProfile()
100CameraFormat format, Size size, std::vector<int32_t> framerates, int32_t specId) : Profile(format,… in VideoProfile()
127 DepthProfile::DepthProfile(CameraFormat format, DepthDataAccuracy dataAccuracy, Size size) : Profil… in DepthProfile()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Dfuzz_test.cpp95 OH_AVFormat *format = OH_AVFormat_Create(); variable
128 OH_AVFormat *format = OH_AVFormat_Create(); variable
161 OH_AVFormat *format = OH_AVFormat_Create(); variable
194 OH_AVFormat *format = OH_AVFormat_Create(); variable
227 OH_AVFormat *format = OH_AVFormat_Create(); variable
260 OH_AVFormat *format = OH_AVFormat_Create(); variable
299 OH_AVFormat *format = OH_AVFormat_Create(); variable
338 OH_AVFormat *format = OH_AVFormat_Create(); variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_decoder_adapter_impl.cpp40 … ArkMediaCodecDecoderAdapterImpl::ConfigureDecoder(const ArkWebRefPtr<ArkDecoderFormatAdapter> for… in ConfigureDecoder()
48 …kMediaCodecDecoderAdapterImpl::SetParameterDecoder(const ArkWebRefPtr<ArkDecoderFormatAdapter> for… in SetParameterDecoder()
97 …t ArkMediaCodecDecoderAdapterImpl::GetOutputFormatDec(ArkWebRefPtr<ArkDecoderFormatAdapter> format) in GetOutputFormatDec()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/inner/
H A Davbuffer_inner_mock.cpp74 Format format; in GetParameter() local
80 int32_t AVBufferInnerMock::SetParameter(const std::shared_ptr<FormatMock> &format) in SetParameter()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/inner/
H A Davbuffer_inner_mock.cpp63 Format format; in GetParameter() local
69 int32_t AVBufferInnerMock::SetParameter(const std::shared_ptr<FormatMock> &format) in SetParameter()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp36 int32_t HEncoder::OnConfigure(const Format &format) in OnConfigure()
99 void HEncoder::CheckIfEnableCb(const Format &format) in CheckIfEnableCb()
108 int32_t HEncoder::SetRepeat(const Format &format) in SetRepeat()
132 int32_t HEncoder::SetLTRParam(const Format &format) in SetLTRParam()
161 int32_t HEncoder::EnableEncoderParamsFeedback(const Format &format) in EnableEncoderParamsFeedback()
178 int32_t HEncoder::SetQpRange(const Format &format, bool isCfg) in SetQpRange()
199 int32_t HEncoder::SetTemperalLayer(const Format &format) in SetTemperalLayer()
299 int32_t HEncoder::SetColorAspects(const Format &format) in SetColorAspects()
460 std::optional<uint32_t> HEncoder::GetBitRateFromUser(const Format &format) in GetBitRateFromUser()
501 int32_t HEncoder::ConfigureOutputBitrate(const Format &format) in ConfigureOutputBitrate()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp112 Format format; in UpdateStateNoLock() local
216 Format format; in Prepare() local
494 Format format; in HandleReadyEvent() local
557 Format format; in OnEvent() local
668 Format format; in DoSeek() local
703 Format format; in DoOnReady() local
714 Format format; in DoOnComplete() local
746 Format format; in SetVolumeToSink() local
844 Format format; in SetPlaybackSpeed() local
1074 Format format; in NotifyBufferingUpdate() local
[all …]
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.h52 #define PKG_LOGE(format, ...) Logger(Updater::ERROR, (UPDATER_LOG_FILE_NAME), (__LINE__), format, #… argument
53 #define PKG_LOGI(format, ...) Logger(Updater::INFO, (UPDATER_LOG_FILE_NAME), (__LINE__), format, ##… argument
54 #define PKG_LOGW(format, ...) Logger(Updater::WARNING, (UPDATER_LOG_FILE_NAME), (__LINE__), format,… argument
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFuzzTest.cpp62 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
91 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
122 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
171 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; variable
235 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp104 size_t VolumeTools::GetByteSize(AudioSampleFormat format) in GetByteSize()
147 void ProcessOneFrame(uint8_t *ptr, AudioSampleFormat format, int32_t vol) in ProcessOneFrame()
187 int32_t VolumeTools::Process(const BufferDesc &buffer, AudioSampleFormat format, ChannelVolumes vol… in Process()
228 double VolumeTools::GetVolDb(AudioSampleFormat format, int32_t vol) in GetVolDb()
254 AudioSampleFormat format) in CountU8Volume()
298 AudioSampleFormat format) in CountS16Volume()
342 AudioSampleFormat format) in CountS24Volume()
389 AudioSampleFormat format) in CountS32Volume()
437 AudioSampleFormat format) in CountF32Volume()
481 ChannelVolumes VolumeTools::CountVolumeLevel(const BufferDesc &buffer, AudioSampleFormat format, Au… in CountVolumeLevel()
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/server/
H A Dcodeclist_server.cpp52 std::string CodecListServer::FindDecoder(const Format &format) in FindDecoder()
57 std::string CodecListServer::FindEncoder(const Format &format) in FindEncoder()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/capi/
H A Davbuffer_capi_mock.cpp55 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer_); in GetParameter() local
61 int32_t AVBufferCapiMock::SetParameter(const std::shared_ptr<FormatMock> &format) in SetParameter()
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H A Dcodeclist_service_stub.cpp115 std::string CodecListServiceStub::FindDecoder(const Format &format) in FindDecoder()
122 std::string CodecListServiceStub::FindEncoder(const Format &format) in FindEncoder()
140 Format format; in DoFindDecoder() local
148 Format format; in DoFindEncoder() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/capi/
H A Davbuffer_capi_mock.cpp55 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer_); in GetParameter() local
61 int32_t AVBufferCapiMock::SetParameter(const std::shared_ptr<FormatMock> &format) in SetParameter()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Ddemuxer_log_compressor.cpp100 std::string DemuxerLogCompressor::FormatTagSerialize(Format& format) in FormatTagSerialize()
142 OHOS::Media::Format format; in StringifyMeta() local
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_photo_data.cpp40 void VCardPhotoData::InitPhotoData(std::string &format, std::string &hexBytes) in InitPhotoData()
46 void VCardPhotoData::SetFormat(std::string &format) in SetFormat()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeStablityTest.cpp145 OH_AVFormat* format; in GetAVFormatByDecoder() local
405 OH_AVFormat* format = OH_AVFormat_Create(); variable
444 OH_AVFormat* format = OH_AVFormat_Create(); variable
485 OH_AVFormat* format = OH_AVFormat_Create(); variable
528 OH_AVFormat* format = OH_AVFormat_Create(); variable
573 OH_AVFormat* format = OH_AVFormat_Create(); variable
659 OH_AVFormat* format = OH_AVFormat_Create(); variable
686 OH_AVFormat* format = OH_AVFormat_Create(); variable
748 OH_AVFormat* format = OH_AVFormat_Create(); variable
790 OH_AVFormat* format = OH_AVFormat_Create(); variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp29 …nsImageUtil::PackImage(const std::shared_ptr<Media::PixelMap> &pixelMap, const std::string &format) in PackImage()
73 …dia::PixelMap> AnsImageUtil::UnPackImage(const std::string &pixelMapStr, const std::string &format) in UnPackImage()
106 const std::string &format) in PackImage2File()
134 …a::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const std::string &format) in CreatePixelMap()
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp33 #define LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) argument
34 #define LOGE(format, ...) HILOG_ERROR(LOG_CORE, format, ##__VA_ARGS__) argument
35 #define LOGW(format, ...) HILOG_WARN(LOG_CORE, format, ##__VA_ARGS__) argument
36 #define LOGI(format, ...) HILOG_INFO(LOG_CORE, format, ##__VA_ARGS__) argument
37 #define LOGD(format, ...) HILOG_DEBUG(LOG_CORE, format, ##__VA_ARGS__) argument
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_vorbis_decoder_plugin.cpp62 bool AudioFFMpegVorbisDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat()
84 bool AudioFFMpegVorbisDecoderPlugin::CheckChannelCount(const Format &format) in CheckChannelCount()
111 bool AudioFFMpegVorbisDecoderPlugin::CheckFormat(const Format &format) in CheckFormat()
210 int32_t AudioFFMpegVorbisDecoderPlugin::Init(const Format &format) in Init()
277 auto format = basePlugin->GetFormat(); in GetFormat() local
H A Daudio_ffmpeg_flac_decoder_plugin.cpp60 int32_t AudioFFMpegFlacDecoderPlugin::CheckFormat(const Format &format) in CheckFormat()
77 int32_t AudioFFMpegFlacDecoderPlugin::Init(const Format &format) in Init()
149 auto format = basePlugin->GetFormat(); in GetFormat() local
H A Daudio_ffmpeg_mp3_decoder_plugin.cpp49 int32_t AudioFFMpegMp3DecoderPlugin::Init(const Format &format) in Init()
114 auto format = basePlugin->GetFormat(); in GetFormat() local
119 int32_t AudioFFMpegMp3DecoderPlugin::Checkinit(const Format &format) in Checkinit()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp100 …LogLevel logLevel, const string_view filename, int lineNumber, const string_view format, std::va_l… in VLog()
133 const string_view format, std::va_list args) in VLogOnce()
144 const string_view format, std::va_list args) in VLogAssert()
185 …evel logLevel, const string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ..… in Log()
195 FORMAT_ATTRIBUTE const char* format, ...) in LogAssert()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_brainpool_asy_key_generator_test.cpp360 const char *format = g_160r1KeyPair->pubKey->base.getFormat(&(g_160r1KeyPair->pubKey->base)); variable
366 const char *format = g_160r1KeyPair->pubKey->base.getFormat(nullptr); variable
372 const char *format = g_160r1KeyPair->pubKey->base.getFormat((HcfKey *)&g_obj); variable
522 const char *format = g_160r1KeyPair->priKey->base.getFormat(&g_160r1KeyPair->priKey->base); variable
528 const char *format = g_160r1KeyPair->priKey->base.getFormat(nullptr); variable
534 const char *format = g_160r1KeyPair->priKey->base.getFormat((HcfKey *)&g_obj); variable
767 const char *format = g_160r1ConvertKeyPair->pubKey->base.getFormat(nullptr); variable
773 const char *format = g_160r1ConvertKeyPair->pubKey->base.getFormat((HcfKey *)&g_obj); variable
927 const char *format = g_160r1ConvertKeyPair->priKey->base.getFormat(nullptr); variable
933 const char *format = g_160r1ConvertKeyPair->priKey->base.getFormat((HcfKey *)&g_obj); variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_adapter.cpp85 int32_t AudioCodecAdapter::Configure(const Format &format) in Configure()
228 int32_t AudioCodecAdapter::SetParameter(const Format &format) in SetParameter()
235 int32_t AudioCodecAdapter::GetOutputFormat(Format &format) in GetOutputFormat()
361 int32_t AudioCodecAdapter::doConfigure(const Format &format) in doConfigure()

12345678910>>...47