Home
last modified time | relevance | path

Searched refs:tmpFmt (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp72 char tmpFmt[MAX_LOG_SIZE]; in kMsgLog() local
73 if (vsnprintf_s(tmpFmt, MAX_LOG_SIZE, MAX_LOG_SIZE - 1, fmt, vargs) == -1) { in kMsgLog()
83 kLevel, 0x0D002800, getpid(), fileName, line, "klog", "info", tmpFmt) == -1) { in kMsgLog()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.cpp316 auto tmpFmt = ConvP2FfSampleFmt(Plugin::AnyCast<AudioSampleFormat>(audioSampleFormat)); in Prepare() local
317 FALSE_RETURN_V(tmpFmt != AV_SAMPLE_FMT_NONE, Status::ERROR_INVALID_PARAMETER); in Prepare()
318 tmpCtx->sample_fmt = tmpFmt; in Prepare()

Completed in 2 milliseconds