Home
last modified time | relevance | path

Searched refs:FALSE_LOG_MSG (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_capture_module.cpp102 FALSE_LOG_MSG(audioCapturer_->Stop(), "stop audioCapturer fail"); in DoDeinit()
104 FALSE_LOG_MSG(audioCapturer_->Release(), "Release audioCapturer fail"); in DoDeinit()
140 FALSE_LOG_MSG(audioCapturer_->Stop(), "Stop audioCapturer fail"); in Reset()
215 FALSE_LOG_MSG(meta->Get<Tag::APP_TOKEN_ID>(appTokenId_), "Unknown APP_TOKEN_ID"); in SetParameter()
216 FALSE_LOG_MSG(meta->Get<Tag::APP_UID>(appUid_), "Unknown APP_UID"); in SetParameter()
217 FALSE_LOG_MSG(meta->Get<Tag::APP_PID>(appPid_), "Unknown APP_PID"); in SetParameter()
218 FALSE_LOG_MSG(meta->Get<Tag::APP_FULL_TOKEN_ID>(appFullTokenId_), "Unknown appFullTokenId_"); in SetParameter()
219 FALSE_LOG_MSG(meta->Get<Tag::MEDIA_BITRATE>(bitRate_), "Unknown MEDIA_BITRATE"); in SetParameter()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dcondition_variable.cpp71 FALSE_LOG_MSG(ret == 0, "NotifyOne failed with errno = " PUBLIC_LOG_D32, ret); in NotifyOne()
78 FALSE_LOG_MSG(ret == 0, "NotifyAll failed with errno = " PUBLIC_LOG_D32, ret); in NotifyAll()
H A Dmutex.cpp54 FALSE_LOG_MSG(ret == 0, "trylock failed with ret = " PUBLIC_LOG_D32, ret); in try_lock()
H A Dpipeline_threadpool.cpp204 FALSE_LOG_MSG(!taskList_.empty(), in RemoveTask()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/
H A Dlog.h258 #ifndef FALSE_LOG_MSG
259 #define FALSE_LOG_MSG(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) macro
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H A Daudio_decoder_filter.cpp157 FALSE_LOG_MSG(meta->Set<Plugin::Tag::AUDIO_SAMPLE_PER_FRAME>(samplesPerFrame), in UpdateParams()
173FALSE_LOG_MSG(meta->Set<Plugin::Tag::AUDIO_OUTPUT_CHANNELS>(outputChannels), "Set channel failed."… in UpdateParams()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddemuxer_filter.cpp256FALSE_LOG_MSG(upstreamMeta->Get<Plugin::Tag::MEDIA_FILE_SIZE>(mediaDataSize_), "Get media file siz… in Configure()
257FALSE_LOG_MSG(upstreamMeta->Get<Plugin::Tag::MEDIA_SEEKABLE>(seekable_), "Get MEDIA_SEEKABLE faile… in Configure()
258FALSE_LOG_MSG(upstreamMeta->Get<Plugin::Tag::MEDIA_FILE_URI>(uri_), "Get MEDIA_FILE_URI failed"); in Configure()
509FALSE_LOG_MSG(ret = meta->Get<Plugin::Tag::TRACK_ID>(streamTrackId), "Get TRACK_ID failed."); in GetTrackMeta()
H A Ddata_packer.cpp172 FALSE_LOG_MSG(needCopySize == 0, "First buffer is enough, but copySize is not enough"); in PeekRangeInternal()
350 FALSE_LOG_MSG(memmove_s(memory->GetWritableAddr(copySize), memory->GetCapacity(), in RemoveBufferContent()
H A Dtype_finder.cpp158FALSE_LOG_MSG(peekRange_(static_cast<uint64_t>(offset), expectedLen, buffer), "peekRange failed."); in ReadAt()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h369 #ifndef FALSE_LOG_MSG
370 #define FALSE_LOG_MSG(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) macro
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_encoder/
H A Daudio_encoder_filter.cpp82 FALSE_LOG_MSG(!candidate.first->outCaps.empty(), "encoder plugin must have out caps"); in Negotiate()
279 FALSE_LOG_MSG(ret == ErrorCode::SUCCESS || ret == ErrorCode::ERROR_TIMED_OUT, in HandleFrame()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer_pool.cpp90FALSE_LOG_MSG(ret == HDF_SUCCESS, "isInput: " PUBLIC_LOG_D32 ", bufferTypes: " PUBLIC_LOG_D32 ", r… in ConfigBufType()
H A Dcodec_buffer.cpp54 FALSE_LOG_MSG(bufferHandle != nullptr, "bufferHandle is null"); in Init()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dtype_finder.cpp167FALSE_LOG_MSG(peekRange_(streamID_, static_cast<uint64_t>(offset), expectedLen, buffer) == Status:… in ReadAt()
H A Dstream_demuxer.cpp259 FALSE_LOG_MSG(!isInterruptNeeded_.load(), "ReadRetry interrupted"); in ReadRetry()
275 FALSE_LOG_MSG(err == Status::OK, "hls, plugin read failed."); in PullData()
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp83 FALSE_LOG_MSG(memory != nullptr, "memory is nullptr"); in ReleaseMemory()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp344 FALSE_LOG_MSG(staticPluginRegister_->AddPlugin(pluginDef) == Status::OK, in RegisterGenericPlugin()
352 FALSE_LOG_MSG(staticPluginRegister_->AddPlugin(pluginDef) == Status::OK, in RegisterGenericPlugins()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp179 FALSE_LOG_MSG(res == Status::OK, "PauseDragging failed"); in Release()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp286 FALSE_LOG_MSG(writeSize == static_cast<size_t>(frameSize), "Copy data failed."); in ConvertAVPacketToFrameInfo()
312FALSE_LOG_MSG(avbsfContext_ != nullptr, "the av bit stream convert can't support, codec_tag: " PUB… in InitConvertContext()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dmetadata_filter.cpp371 FALSE_LOG_MSG(status == Status::OK, "PushBuffer fail"); in OnBufferAvailable()
H A Dvideo_capture_filter.cpp370 FALSE_LOG_MSG(status == Status::OK, "PushBuffer fail"); in OnBufferAvailable()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.cpp195 FALSE_LOG_MSG(!candidate.first->outCaps.empty(), in Negotiate()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp398 FALSE_LOG_MSG(sscanf_s(strRange, "bytes %uld-%uld/%uld", &start, &end, &fileLen) != -1, in RxHeaderData()
/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp370 FALSE_LOG_MSG(ret, "Put value to formatMap failed, key = %{public}s", iter->first.c_str()); in GetFormatMap()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp175 FALSE_LOG_MSG(!candidate.first->outCaps.empty(), "encoder plugin must have out caps"); in Negotiate()

12