Home
last modified time | relevance | path

Searched refs:CHECK_AND_CONTINUE_LOG (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp78CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in BufferInputThread()
109 CHECK_AND_CONTINUE_LOG(ret == 0, "RequestBuffer failed, ret: %{public}d", ret); in SurfaceInputThread()
142CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in OutputThread()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp74CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in InputThread()
98CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in OutputThread()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Deffect_log.h68 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/multimedia/av_session/utils/include/
H A Davsession_log.h70 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/
H A Daudio_router_center.cpp72 CHECK_AND_CONTINUE_LOG(router != nullptr, "Invalid router."); in FetchRingRenderDevices()
74 CHECK_AND_CONTINUE_LOG(!descs.empty(), "FetchRingRenderDevices is empty."); in FetchRingRenderDevices()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_encoder.cpp145 CHECK_AND_CONTINUE_LOG(!context_->inputBufferInfoQueue_.empty(), in EnqueueBuffer()
190 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeAudioBuffer()
H A Davcodec_task_manager.cpp223 CHECK_AND_CONTINUE_LOG(buffer != nullptr, "video encodedBuffer is null"); in DoMuxerVideo()
367 CHECK_AND_CONTINUE_LOG(buffer != nullptr, "audio encodedBuffer is null"); in CollectAudioBuffer()
H A Dvideo_encoder.cpp255 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeSurfaceBuffer()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp333 CHECK_AND_CONTINUE_LOG(mediaCodecProducer_ != nullptr, "mediaCodecProducer_ is nullptr"); in ProduceInputBuffer()
339 CHECK_AND_CONTINUE_LOG(emptyBuffer != nullptr, "buffer is nullptr"); in ProduceInputBuffer()
344 CHECK_AND_CONTINUE_LOG(callback_ != nullptr, "callback is nullptr"); in ProduceInputBuffer()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_enhance_chain_manager.cpp102CHECK_AND_CONTINUE_LOG(ret != ERROR, "Couldn't find libEntry of effect %{public}s", enhance.c_str(… in InitAudioEnhanceChainManager()
197 CHECK_AND_CONTINUE_LOG(ret == 0, "EnhanceToLibraryEntryMap[%{public}s] createEffect fail", in SetAudioEnhanceChainDynamic()
H A Daudio_effect_hdi_param.cpp107 CHECK_AND_CONTINUE_LOG(ret == 0, "hdi send command failed"); in UpdateHdiState()
H A Daudio_enhance_chain.cpp181CHECK_AND_CONTINUE_LOG(ret == 0, "[%{publc}s] with mode [%{public}s], either one of libs process f… in ApplyEnhanceChain()
H A Daudio_effect_chain_manager.cpp243CHECK_AND_CONTINUE_LOG(ret != ERROR, "Couldn't find libEntry of effect %{public}s", effect.c_str()… in InitAudioEffectChainManager()
245CHECK_AND_CONTINUE_LOG(ret != ERROR, "Invalid libEntry of effect %{public}s", effect.c_str()); in InitAudioEffectChainManager()
372CHECK_AND_CONTINUE_LOG(ret == 0, "EffectToLibraryEntryMap[%{public}s] createEffect fail", effect.c… in SetAudioEffectChainDynamic()
797 CHECK_AND_CONTINUE_LOG(ret == SUCCESS, "UpdateEffectParam failed."); in UpdateSpatialDeviceType()
H A Daudio_effect_chain.cpp285CHECK_AND_CONTINUE_LOG(ret == 0, "[%{public}s] with mode [%{public}s], either one of libs process … in ApplyEffectChain()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp227 CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, location, metadata, key), in ResolveMetadataComplete()
234 CHECK_AND_CONTINUE_LOG(ret, "GetData failed, key %{public}s", key.c_str()); in ResolveMetadataComplete()
237 CHECK_AND_CONTINUE_LOG(type == AnyValueType::STRING, "key is not string"); in ResolveMetadataComplete()
238CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, customInfo, customData, iter->first… in ResolveMetadataComplete()
243 CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, result, metadata, key), in ResolveMetadataComplete()
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_log.h83 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
H A Dyuv_viewer.cpp107CHECK_AND_CONTINUE_LOG(ret == 0 && buffer != nullptr, "RequestBuffer failed, ret: %{public}d", ret… in InputThread()
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_log.h155 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_log.h151 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/multimedia/camera_framework/common/utils/
H A Dcamera_log.h130 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
/ohos5.0/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()
647CHECK_AND_CONTINUE_LOG(filter != nullptr, "Restore: filter restore fail! name=%{public}s", name.c_… in OH_ImageEffect_Restore()
656CHECK_AND_CONTINUE_LOG(efilter != nullptr, "Restore: efilter restore fail! name=%{public}s", name.… in OH_ImageEffect_Restore()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp638CHECK_AND_CONTINUE_LOG(allocator != nullptr, "input buffer %{public}d allocator is nullptr", i); in AllocateInputBuffer()
640CHECK_AND_CONTINUE_LOG(buf->avBuffer_ != nullptr, "Allocate input buffer failed, index=%{public}d"… in AllocateInputBuffer()
689CHECK_AND_CONTINUE_LOG(allocator != nullptr, "output buffer %{public}d allocator is nullptr", i); in AllocateOutputBuffer()
695 CHECK_AND_CONTINUE_LOG(buf->sMemory_->GetSurfaceBuffer() != nullptr, in AllocateOutputBuffer()
703CHECK_AND_CONTINUE_LOG(buf->avBuffer_ != nullptr, "Allocate output buffer failed, index=%{public}d… in AllocateOutputBuffer()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp667CHECK_AND_CONTINUE_LOG(allocator != nullptr, "input buffer %{public}d allocator is nullptr", i); in AllocateInputBuffer()
669CHECK_AND_CONTINUE_LOG(buf->avBuffer != nullptr, "Allocate input buffer failed, index=%{public}d",… in AllocateInputBuffer()
722CHECK_AND_CONTINUE_LOG(allocator != nullptr, "output buffer %{public}d allocator is nullptr", i); in AllocateOutputBuffer()
730 CHECK_AND_CONTINUE_LOG(buf->sMemory->GetSurfaceBuffer() != nullptr, in AllocateOutputBuffer()
739CHECK_AND_CONTINUE_LOG(buf->avBuffer != nullptr, "Allocate output buffer failed, index=%{public}d"… in AllocateOutputBuffer()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp799 CHECK_AND_CONTINUE_LOG(producer != nullptr, "get producer fail."); in ExpandMovingPhotoRepeatStream()
802CHECK_AND_CONTINUE_LOG(livephotoListener_ != nullptr, "failed to new livephotoListener_!"); in ExpandMovingPhotoRepeatStream()
805CHECK_AND_CONTINUE_LOG(livephotoMetaListener_ != nullptr, "failed to new livephotoMetaListener_!"); in ExpandMovingPhotoRepeatStream()
1929 CHECK_AND_CONTINUE_LOG(stream != nullptr, "stream is null"); in SetCameraPhotoProxyInfo()

12