/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/ |
H A D | video_encoder_sample.cpp | 78 … CHECK_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() 142 … CHECK_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 D | video_decoder_sample.cpp | 74 … CHECK_AND_CONTINUE_LOG(bufferInfoOpt != std::nullopt, "Buffer queue is empty, try dequeue again"); in InputThread() 98 … CHECK_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 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()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | effect_log.h | 68 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/ohos5.0/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_log.h | 70 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/ |
H A D | audio_router_center.cpp | 72 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 D | audio_encoder.cpp | 145 CHECK_AND_CONTINUE_LOG(!context_->inputBufferInfoQueue_.empty(), in EnqueueBuffer() 190 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeAudioBuffer()
|
H A D | avcodec_task_manager.cpp | 223 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 D | video_encoder.cpp | 255 CHECK_AND_CONTINUE_LOG(!context_->outputBufferInfoQueue_.empty(), in EncodeSurfaceBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_audio_codec_impl.cpp | 333 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 D | audio_enhance_chain_manager.cpp | 102 …CHECK_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 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.cpp | 181 …CHECK_AND_CONTINUE_LOG(ret == 0, "[%{publc}s] with mode [%{public}s], either one of libs process f… in ApplyEnhanceChain()
|
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() 372 …CHECK_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 D | audio_effect_chain.cpp | 285 …CHECK_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 D | avmetadataextractor_napi.cpp | 227 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() 238 …CHECK_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 D | audio_log.h | 83 #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 D | yuv_viewer.cpp | 107 …CHECK_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 D | media_log.h | 155 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/ |
H A D | avcodec_log.h | 151 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/ohos5.0/foundation/multimedia/camera_framework/common/utils/ |
H A D | camera_log.h | 130 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ macro
|
/ohos5.0/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_… in OH_ImageEffect_Restore() 656 …CHECK_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 D | fcodec.cpp | 638 … CHECK_AND_CONTINUE_LOG(allocator != nullptr, "input buffer %{public}d allocator is nullptr", i); in AllocateInputBuffer() 640 …CHECK_AND_CONTINUE_LOG(buf->avBuffer_ != nullptr, "Allocate input buffer failed, index=%{public}d"… in AllocateInputBuffer() 689 … CHECK_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() 703 …CHECK_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 D | hevc_decoder.cpp | 667 … CHECK_AND_CONTINUE_LOG(allocator != nullptr, "input buffer %{public}d allocator is nullptr", i); in AllocateInputBuffer() 669 …CHECK_AND_CONTINUE_LOG(buf->avBuffer != nullptr, "Allocate input buffer failed, index=%{public}d",… in AllocateInputBuffer() 722 … CHECK_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() 739 …CHECK_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 D | hcapture_session.cpp | 799 CHECK_AND_CONTINUE_LOG(producer != nullptr, "get producer fail."); in ExpandMovingPhotoRepeatStream() 802 … CHECK_AND_CONTINUE_LOG(livephotoListener_ != nullptr, "failed to new livephotoListener_!"); in ExpandMovingPhotoRepeatStream() 805 …CHECK_AND_CONTINUE_LOG(livephotoMetaListener_ != nullptr, "failed to new livephotoMetaListener_!"); in ExpandMovingPhotoRepeatStream() 1929 CHECK_AND_CONTINUE_LOG(stream != nullptr, "stream is null"); in SetCameraPhotoProxyInfo()
|