Home
last modified time | relevance | path

Searched refs:CHECK_AND_LOG (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp290 CHECK_AND_LOG(ret != DCAMERA_OK, "%{public}s", "StopVideoEncoder failed."); in ReleaseVideoEncoder()
292 CHECK_AND_LOG(ret != MediaAVCodec::AVCodecServiceErrCode::AVCS_ERR_OK, in ReleaseVideoEncoder()
500CHECK_AND_LOG(err != DCAMERA_OK, "%{public}s", "Someone node after the encoder processes failed."); in EncodeDone()
557 CHECK_AND_LOG(errRelease != MediaAVCodec::AVCodecServiceErrCode::AVCS_ERR_OK, in OnOutputBufferAvailable()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddh_log.h52 #define CHECK_AND_LOG(cond, fmt, ...) \ macro
H A Ddistributed_hardware_log.h60 #define CHECK_AND_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_log.h117 #define CHECK_AND_LOG(cond, fmt, ...) \ macro
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddistributed_hardware_log.h66 #define CHECK_AND_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp210CHECK_AND_LOG(ret != GSERROR_OK || decodeConsumerSurface_ == nullptr, "%{public}s", "Set Usage fai… in SetDecoderOutputSurface()
286 CHECK_AND_LOG(ret != DCAMERA_OK, "%{public}s", "StopVideoDecoder failed."); in ReleaseVideoDecoder()
288 CHECK_AND_LOG(ret != MediaAVCodec::AVCodecServiceErrCode::AVCS_ERR_OK, in ReleaseVideoDecoder()
302 CHECK_AND_LOG(ret != SURFACE_ERROR_OK, "VideoDecoder release failed. ret %d.", ret); in ReleaseDecoderSurface()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp311 CHECK_AND_LOG(ret != DH_SUCCESS, "Stop mic client failed, ret: %{public}d.", ret); in TaskCloseDMic()
313 CHECK_AND_LOG(ret != DH_SUCCESS, "Release mic client failed, ret: %{public}d.", ret); in TaskCloseDMic()
955 CHECK_AND_LOG(ret != DH_SUCCESS, "Pause mic client failed, ret: %{public}d.", ret); in PauseDistributedHardware()
971 CHECK_AND_LOG(ret != DH_SUCCESS, "Resume mic client failed, ret: %{public}d.", ret); in ResumeDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_service.cpp113 CHECK_AND_LOG(ret != DCAMERA_OK, "release sink device failed, ret: %{public}d", ret); in ReleaseSink()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp290 CHECK_AND_LOG(cameraInput->Release() != DCAMERA_OK, "cameraInput Release failed"); in CreateMeatdataStr()