/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/ |
H A D | audio_capture_module.cpp | 102 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 D | condition_variable.cpp | 71 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 D | mutex.cpp | 54 FALSE_LOG_MSG(ret == 0, "trylock failed with ret = " PUBLIC_LOG_D32, ret); in try_lock()
|
H A D | pipeline_threadpool.cpp | 204 FALSE_LOG_MSG(!taskList_.empty(), in RemoveTask()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 258 #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 D | audio_decoder_filter.cpp | 157 FALSE_LOG_MSG(meta->Set<Plugin::Tag::AUDIO_SAMPLE_PER_FRAME>(samplesPerFrame), in UpdateParams() 173 …FALSE_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 D | demuxer_filter.cpp | 256 …FALSE_LOG_MSG(upstreamMeta->Get<Plugin::Tag::MEDIA_FILE_SIZE>(mediaDataSize_), "Get media file siz… in Configure() 257 …FALSE_LOG_MSG(upstreamMeta->Get<Plugin::Tag::MEDIA_SEEKABLE>(seekable_), "Get MEDIA_SEEKABLE faile… in Configure() 258 … FALSE_LOG_MSG(upstreamMeta->Get<Plugin::Tag::MEDIA_FILE_URI>(uri_), "Get MEDIA_FILE_URI failed"); in Configure() 509 … FALSE_LOG_MSG(ret = meta->Get<Plugin::Tag::TRACK_ID>(streamTrackId), "Get TRACK_ID failed."); in GetTrackMeta()
|
H A D | data_packer.cpp | 172 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 D | type_finder.cpp | 158 …FALSE_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 D | log.h | 369 #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 D | audio_encoder_filter.cpp | 82 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 D | codec_buffer_pool.cpp | 90 …FALSE_LOG_MSG(ret == HDF_SUCCESS, "isInput: " PUBLIC_LOG_D32 ", bufferTypes: " PUBLIC_LOG_D32 ", r… in ConfigBufType()
|
H A D | codec_buffer.cpp | 54 FALSE_LOG_MSG(bufferHandle != nullptr, "bufferHandle is null"); in Init()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | type_finder.cpp | 167 …FALSE_LOG_MSG(peekRange_(streamID_, static_cast<uint64_t>(offset), expectedLen, buffer) == Status:… in ReadAt()
|
H A D | stream_demuxer.cpp | 259 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 D | avsharedmemorypool.cpp | 83 FALSE_LOG_MSG(memory != nullptr, "memory is nullptr"); in ReleaseMemory()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | plugin_register.cpp | 344 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 D | dragging_player_agent.cpp | 179 FALSE_LOG_MSG(res == Status::OK, "PauseDragging failed"); in Release()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 286 FALSE_LOG_MSG(writeSize == static_cast<size_t>(frameSize), "Copy data failed."); in ConvertAVPacketToFrameInfo() 312 …FALSE_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 D | metadata_filter.cpp | 371 FALSE_LOG_MSG(status == Status::OK, "PushBuffer fail"); in OnBufferAvailable()
|
H A D | video_capture_filter.cpp | 370 FALSE_LOG_MSG(status == Status::OK, "PushBuffer fail"); in OnBufferAvailable()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/ |
H A D | codec_filter_base.cpp | 195 FALSE_LOG_MSG(!candidate.first->outCaps.empty(), in Negotiate()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.cpp | 398 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 D | format.cpp | 370 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 D | video_encoder_filter.cpp | 175 FALSE_LOG_MSG(!candidate.first->outCaps.empty(), "encoder plugin must have out caps"); in Negotiate()
|