/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/ |
H A D | video_encoder_sample.cpp | 74 CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in BufferInputThread() 105 CHECK_AND_CONTINUE_LOG(ret == 0, "RequestBuffer failed, ret: %{public}d", ret); in SurfaceInputThread() 138 CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in OutputThread()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/ |
H A D | video_decoder_sample.cpp | 71 CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in InputThread() 95 CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in OutputThread()
|
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | effect_log.h | 68 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_log.h | 70 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_audio_codec_impl.cpp | 330 CHECK_AND_CONTINUE_LOG(mediaCodecProducer_ != nullptr, "mediaCodecProducer_ is nullptr"); in ProduceInputBuffer() 336 CHECK_AND_CONTINUE_LOG(emptyBuffer != nullptr, "buffer is nullptr"); in ProduceInputBuffer() 341 CHECK_AND_CONTINUE_LOG(callback_ != nullptr, "callback is nullptr"); in ProduceInputBuffer()
|
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | json_utils.cpp | 109 CHECK_AND_CONTINUE_LOG(ret == AVSESSION_SUCCESS, "Get metaDataCapability error"); in GetVectorCapability() 111 CHECK_AND_CONTINUE_LOG(ret == AVSESSION_SUCCESS, "Get playbackStateCapability error"); in GetVectorCapability() 113 CHECK_AND_CONTINUE_LOG(ret == AVSESSION_SUCCESS, "Get controlCommandCapability error"); in GetVectorCapability()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_hdi_param.cpp | 107 CHECK_AND_CONTINUE_LOG(ret == 0, "hdi send command failed"); in UpdateHdiState()
|
H A D | audio_enhance_chain_manager.cpp | 138 CHECK_AND_CONTINUE_LOG(ret != ERROR, "Couldn't find libEntry of effect %{public}s", enhance.c_str()); in ConstructEnhanceChainMgrMaps() 423 CHECK_AND_CONTINUE_LOG(ret == 0, "EnhanceToLibraryEntryMap[%{public}s] createEffect fail", in AddAudioEnhanceChainHandles()
|
H A D | audio_effect_chain_manager.cpp | 243 CHECK_AND_CONTINUE_LOG(ret != ERROR, "Couldn't find libEntry of effect %{public}s", effect.c_str()); in InitAudioEffectChainManager() 245 CHECK_AND_CONTINUE_LOG(ret != ERROR, "Invalid libEntry of effect %{public}s", effect.c_str()); in InitAudioEffectChainManager() 336 CHECK_AND_CONTINUE_LOG(ret == 0, "EffectToLibraryEntryMap[%{public}s] createEffect fail", effect.c_str()); in SetAudioEffectChainDynamic() 609 CHECK_AND_CONTINUE_LOG(ret == SUCCESS, "UpdateEffectParam failed."); in UpdateSpatialDeviceType()
|
H A D | audio_effect_chain.cpp | 324 CHECK_AND_CONTINUE_LOG(ret == 0, "[%{public}s] with mode [%{public}s], either one of libs process fail", in ApplyEffectChain()
|
H A D | audio_enhance_chain.cpp | 372 CHECK_AND_CONTINUE_LOG(ret == 0, "[%{publc}s] either one of libs process fail", sceneType_.c_str()); in ApplyEnhanceChain()
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_log.h | 83 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/ |
H A D | audio_router_center.cpp | 64 CHECK_AND_CONTINUE_LOG(router != nullptr, "Invalid router."); in FetchRingRenderDevices() 66 CHECK_AND_CONTINUE_LOG(!descs.empty(), "FetchRingRenderDevices is empty."); in FetchRingRenderDevices()
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | audio_encoder.cpp | 139 CHECK_AND_CONTINUE_LOG(!context_->inputBufferInfoQueue_.empty(), in EnqueueBuffer() 181 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeAudioBuffer()
|
H A D | avcodec_task_manager.cpp | 222 CHECK_AND_CONTINUE_LOG(buffer != nullptr, "video encodedBuffer is null"); in DoMuxerVideo() 292 CHECK_AND_CONTINUE_LOG(buffer != nullptr, "audio encodedBuffer is null"); in CollectAudioBuffer()
|
H A D | video_encoder.cpp | 261 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeSurfaceBuffer()
|
/foundation/multimedia/av_codec/services/dfx/include/ |
H A D | avcodec_log.h | 151 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/ |
H A D | yuv_viewer.cpp | 114 CHECK_AND_CONTINUE_LOG(ret == 0 && buffer != nullptr, "RequestBuffer failed, ret: %{public}d", ret); in InputThread()
|
/foundation/multimedia/camera_framework/common/utils/ |
H A D | camera_log.h | 130 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_log.h | 157 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 228 CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, location, metadata, key), in ResolveMetadataComplete() 235 CHECK_AND_CONTINUE_LOG(ret, "GetData failed, key %{public}s", key.c_str()); in ResolveMetadataComplete() 238 CHECK_AND_CONTINUE_LOG(type == AnyValueType::STRING, "key is not string"); in ResolveMetadataComplete() 239 CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, customInfo, customData, iter->first), in ResolveMetadataComplete() 244 CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, result, metadata, key), in ResolveMetadataComplete()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect.cpp | 643 CHECK_AND_CONTINUE_LOG(!name.empty(), "Restore: [name] not exist"); in OH_ImageEffect_Restore() 647 CHECK_AND_CONTINUE_LOG(filter != nullptr, "Restore: filter restore fail! name=%{public}s", name.c_str()); in OH_ImageEffect_Restore() 656 CHECK_AND_CONTINUE_LOG(efilter != nullptr, "Restore: efilter restore fail! name=%{public}s", name.c_str()); in OH_ImageEffect_Restore()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 669 CHECK_AND_CONTINUE_LOG(allocator != nullptr, "input buffer %{public}d allocator is nullptr", i); in AllocateInputBuffer() 671 CHECK_AND_CONTINUE_LOG(buf->avBuffer != nullptr, "Allocate input buffer failed, index=%{public}d", i); in AllocateInputBuffer() 721 CHECK_AND_CONTINUE_LOG(allocator != nullptr, "output buffer %{public}d allocator is nullptr", i); in AllocateOutputBuffer() 729 CHECK_AND_CONTINUE_LOG(buf->sMemory->GetSurfaceBuffer() != nullptr, in AllocateOutputBuffer() 738 CHECK_AND_CONTINUE_LOG(buf->avBuffer != nullptr, "Allocate output buffer failed, index=%{public}d", i); in AllocateOutputBuffer()
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 640 CHECK_AND_CONTINUE_LOG(allocator != nullptr, "input buffer %{public}d allocator is nullptr", i); in AllocateInputBuffer() 642 CHECK_AND_CONTINUE_LOG(buf->avBuffer_ != nullptr, "Allocate input buffer failed, index=%{public}d", i); in AllocateInputBuffer() 690 CHECK_AND_CONTINUE_LOG(allocator != nullptr, "output buffer %{public}d allocator is nullptr", i); in AllocateOutputBuffer() 696 CHECK_AND_CONTINUE_LOG(buf->sMemory_->GetSurfaceBuffer() != nullptr, in AllocateOutputBuffer() 704 CHECK_AND_CONTINUE_LOG(buf->avBuffer_ != nullptr, "Allocate output buffer failed, index=%{public}d", i); in AllocateOutputBuffer()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 1531 CHECK_AND_CONTINUE_LOG(curReadSpan != nullptr, "GetSpanInfo failed, can not get client curReadSpan"); in GetAllReadyProcessData() 2008 CHECK_AND_CONTINUE_LOG(processBufferList_[i] != nullptr, in WriteToProcessBuffers() 2019 CHECK_AND_CONTINUE_LOG(ret == SUCCESS, in WriteToProcessBuffers()
|