Home
last modified time | relevance | path

Searched refs:CHECK_AND_CONTINUE_LOG (Results 1 - 25 of 35) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp74 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 Dvideo_decoder_sample.cpp71 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 Deffect_log.h68 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/foundation/multimedia/av_session/utils/include/
H A Davsession_log.h70 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp330 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 Djson_utils.cpp109 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 Daudio_effect_hdi_param.cpp107 CHECK_AND_CONTINUE_LOG(ret == 0, "hdi send command failed"); in UpdateHdiState()
H A Daudio_enhance_chain_manager.cpp138 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 Daudio_effect_chain_manager.cpp243 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 Daudio_effect_chain.cpp324 CHECK_AND_CONTINUE_LOG(ret == 0, "[%{public}s] with mode [%{public}s], either one of libs process fail", in ApplyEffectChain()
H A Daudio_enhance_chain.cpp372 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 Daudio_log.h83 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/
H A Daudio_router_center.cpp64 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 Daudio_encoder.cpp139 CHECK_AND_CONTINUE_LOG(!context_->inputBufferInfoQueue_.empty(), in EnqueueBuffer()
181 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeAudioBuffer()
H A Davcodec_task_manager.cpp222 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 Dvideo_encoder.cpp261 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeSurfaceBuffer()
/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_log.h151 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
H A Dyuv_viewer.cpp114 CHECK_AND_CONTINUE_LOG(ret == 0 && buffer != nullptr, "RequestBuffer failed, ret: %{public}d", ret); in InputThread()
/foundation/multimedia/camera_framework/common/utils/
H A Dcamera_log.h130 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_log.h157 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp228 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 Dimage_effect.cpp643 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 Dhevc_decoder.cpp669 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 Dfcodec.cpp640 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 Daudio_endpoint.cpp1531 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()

Completed in 25 milliseconds

12