/foundation/multimedia/av_codec/frameworks/native/common/ |
H A D | avcodec_errors.cpp | 29 {AVCS_ERR_UNKNOWN, "unkown error"}, 81 {AVCS_ERR_UNKNOWN, AV_ERR_UNKNOWN}, 151 {Status::ERROR_UNKNOWN, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 152 {Status::ERROR_PLUGIN_ALREADY_EXISTS, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 153 {Status::ERROR_INCOMPATIBLE_VERSION, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 160 {Status::ERROR_TIMED_OUT, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 162 {Status::ERROR_NOT_ENOUGH_DATA, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 165 {Status::ERROR_PERMISSION_DENIED, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 168 {Status::ERROR_CLIENT, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, 169 {Status::ERROR_SERVER, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, [all...] |
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_controller.cpp | 61 CHECK_AND_RETURN_RET_LOG(instance_ != nullptr, AVCS_ERR_UNKNOWN, "Create VPE instance failed."); in CreateImpl() 74 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, in SetCallbackImpl() 83 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, in SetOutputSurfaceImpl() 96 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK && surface != nullptr, AVCS_ERR_UNKNOWN, in CreateInputSurfaceImpl() 105 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Set parameter for VPE failed."); in SetParameterImpl() 113 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Get parameter for VPE failed."); in GetParameterImpl() 121 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Configure video processing failed."); in ConfigureImpl() 128 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Prepare video processing failed."); in PrepareImpl() 135 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Start video processing failed."); in StartImpl() 142 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Sto in StopImpl() [all...] |
H A D | post_processing.h | 77 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in SetOutputSurface() 101 return AVCS_ERR_UNKNOWN; in SetOutputSurface() 108 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in Prepare() 141 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in Start() 154 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in Stop() 166 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in Flush() 178 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in Reset() 189 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in Release() 203 CHECK_AND_RETURN_RET_LOG(controller_, AVCS_ERR_UNKNOWN, "Post processing controller is null"); in ReleaseOutputBuffer() 307 CHECK_AND_RETURN_RET_LOG(codec_ != nullptr, AVCS_ERR_UNKNOWN, "Decode in SetDecoderInputSurface() [all...] |
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codecbase_mock.cpp | 63 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in GetCapabilityList() 74 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in GetCapabilityList() 85 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in GetCapabilityList() 117 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in SetCallback() 127 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in SetCallback() 137 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in Configure() 146 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in SetCustomBuffer() 155 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in Start() 164 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in Stop() 173 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "moc in Flush() [all...] |
/foundation/multimedia/av_codec/frameworks/native/avmuxer/ |
H A D | avmuxer_impl.cpp | 124 {Status::ERROR_UNKNOWN, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 125 {Status::ERROR_PLUGIN_ALREADY_EXISTS, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 126 {Status::ERROR_INCOMPATIBLE_VERSION, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 133 {Status::ERROR_TIMED_OUT, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 135 {Status::ERROR_NOT_ENOUGH_DATA, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 137 {Status::ERROR_AGAIN, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 138 {Status::ERROR_PERMISSION_DENIED, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 141 {Status::ERROR_CLIENT, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 142 {Status::ERROR_SERVER, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN}, in StatusConvert() 148 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in StatusConvert() [all...] |
/foundation/multimedia/av_codec/services/engine/codec/video/ |
H A D | video_codec_loader.cpp | 32 CHECK_AND_RETURN_RET_LOG(handle != nullptr, AVCS_ERR_UNKNOWN, "Load codec failed: %{public}s", libPath_); in Init() 35 CHECK_AND_RETURN_RET_LOG(createFunc != nullptr, AVCS_ERR_UNKNOWN, "Load createFunc failed: %{public}s", in Init() 38 CHECK_AND_RETURN_RET_LOG(getCapsFunc != nullptr, AVCS_ERR_UNKNOWN, "Load getCapsFunc failed: %{public}s", in Init()
|
/foundation/multimedia/av_codec/services/engine/codec/audio/ |
H A D | audio_codec_adapter.cpp | 101 CHECK_AND_RETURN_RET_LOG(callback_ != nullptr, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN, in Start() 106 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in Start() 128 CHECK_AND_RETURN_RET_LOG(callback_ != nullptr, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN, in Stop() 147 CHECK_AND_RETURN_RET_LOG(callback_ != nullptr, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN, in Flush() 254 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in QueueInputBuffer() 258 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in QueueInputBuffer() 277 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in QueueInputBuffer() 282 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in QueueInputBuffer() 305 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReleaseOutputBuffer() 307 CHECK_AND_RETURN_RET_LOG(audioCodec != nullptr, AVCodecServiceErrCode::AVCS_ERR_UNKNOWN, in ReleaseOutputBuffer() [all...] |
H A D | audio_resample.cpp | 56 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in InitSwrContext() 60 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in InitSwrContext() 123 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ConvertFrame()
|
/foundation/multimedia/av_codec/services/services/codeclist/ipc/ |
H A D | codeclist_service_proxy.cpp | 79 CHECK_AND_RETURN_RET_LOG(token, AVCS_ERR_UNKNOWN, "Write descriptor failed"); in GetCapability() 81 CHECK_AND_RETURN_RET_LOG(token, AVCS_ERR_UNKNOWN, "Write to parcel failed"); in GetCapability() 84 CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, in GetCapability() 86 CHECK_AND_RETURN_RET_LOG(CodecListParcel::Unmarshalling(reply, capabilityData), AVCS_ERR_UNKNOWN, in GetCapability() local
|
/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/ |
H A D | codec_service_stub_mock.cpp | 64 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in Init() 72 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in DestroyStub() 81 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in Dump()
|
H A D | mem_mgr_client_mock.cpp | 56 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in NotifyProcessStatus() 65 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in SetCritical()
|
H A D | avcodec_service_stub_mock.cpp | 60 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in GetSubSystemAbility() 69 UNITTEST_CHECK_AND_RETURN_RET_LOG(mock != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in SetDeathListener()
|
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/ |
H A D | codec_drm_decrypt_mock.cpp | 31 UNITTEST_CHECK_AND_RETURN_RET_LOG(decryptor_ != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in DrmVideoCencDecrypt() 38 UNITTEST_CHECK_AND_RETURN_RET_LOG(decryptor_ != nullptr, AVCS_ERR_UNKNOWN, "mock object is nullptr"); in DrmAudioCencDecrypt()
|
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_decoder_plugin.cpp | 90 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 95 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 121 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 174 status = AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceiveBuffer() 190 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ConvertPlanarFrame() 207 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceiveFrameSucc() 211 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceiveFrameSucc() 332 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in OpenContext() 355 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in InitResample()
|
H A D | audio_opus_decoder_plugin.cpp | 181 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in Reset() 194 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in Release() 213 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in Flush()
|
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
H A D | audio_ffmpeg_encoder_plugin.cpp | 65 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in PcmFillFrame() 78 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 92 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 97 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 117 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 153 status = AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceiveBuffer() 173 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceivePacketSucc() 266 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in OpenContext() 300 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReAllocateContext()
|
H A D | audio_ffmpeg_aac_encoder_plugin.cpp | 341 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in OpenContext() 362 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in OpenContext() 403 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 417 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 422 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 443 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in SendBuffer() 498 status = AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceiveBuffer() 512 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceivePacketSucc() 517 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceivePacketSucc() 529 return AVCodecServiceErrCode::AVCS_ERR_UNKNOWN; in ReceivePacketSucc() [all...] |
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_inner_demo.cpp | 171 DEMO_CHECK_AND_RETURN_RET_LOG(videoDec_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: CreateByName fail"); in CreateDec() 176 DEMO_CHECK_AND_RETURN_RET_LOG(cb_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in CreateDec() 177 DEMO_CHECK_AND_RETURN_RET_LOG(videoDec_->SetCallback(cb_) == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, in CreateDec() 196 DEMO_CHECK_AND_RETURN_RET_LOG(inputFile_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 201 DEMO_CHECK_AND_RETURN_RET_LOG(outFile_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 208 DEMO_CHECK_AND_RETURN_RET_LOG(inputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 211 DEMO_CHECK_AND_RETURN_RET_LOG(outputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 315 return AVCS_ERR_UNKNOWN; in ExtractPacket() 318 return AVCS_ERR_UNKNOWN; in ExtractPacket()
|
H A D | avcodec_video_decoder_demo.cpp | 243 DEMO_CHECK_AND_RETURN_RET_LOG(videoDec_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: CreateByName fail"); in CreateDec() 246 DEMO_CHECK_AND_RETURN_RET_LOG(signal_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in CreateDec() 250 DEMO_CHECK_AND_RETURN_RET_LOG(ret == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "Fatal: SetCallback fail"); in CreateDec() 268 DEMO_CHECK_AND_RETURN_RET_LOG(inputFile_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 273 DEMO_CHECK_AND_RETURN_RET_LOG(outFile_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 280 DEMO_CHECK_AND_RETURN_RET_LOG(inputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 283 DEMO_CHECK_AND_RETURN_RET_LOG(outputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 358 return AVCS_ERR_UNKNOWN; in ExtractPacket() 361 return AVCS_ERR_UNKNOWN; in ExtractPacket()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/InnerAPI/ |
H A D | hdrcodec_inner_ndk_sample.cpp | 128 return AVCS_ERR_UNKNOWN; in CreateCodec() 132 return AVCS_ERR_UNKNOWN; in CreateCodec() 137 return AVCS_ERR_UNKNOWN; in CreateCodec() 228 return AVCS_ERR_UNKNOWN; in Configure() 233 return AVCS_ERR_UNKNOWN; in Configure() 251 return AVCS_ERR_UNKNOWN; in DecSetCallback() 261 return AVCS_ERR_UNKNOWN; in EncSetCallback() 311 return AVCS_ERR_UNKNOWN; in Start() 327 return AVCS_ERR_UNKNOWN; in Start()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 108 codec_->SignalError(AVCODEC_ERROR_INTERNAL, AVCS_ERR_UNKNOWN); in OnCodecEvent() 124 ReplyErrorCode(info.id, AVCS_ERR_UNKNOWN); in OnGetFormat() 142 codec_->SignalError(AVCODEC_ERROR_INTERNAL, AVCS_ERR_UNKNOWN); in OnCheckIfStuck() 251 reply->SetValue<int32_t>("err", surface != nullptr ? AVCS_ERR_OK : AVCS_ERR_UNKNOWN); in OnMsgReceived() 312 ReplyErrorCode(info.id, AVCS_ERR_UNKNOWN); in OnStart() 383 ReplyStartMsg(AVCS_ERR_UNKNOWN); in OnMsgReceived() 409 ReplyStartMsg(AVCS_ERR_UNKNOWN); in OnCodecEvent() 528 codec_->SignalError(AVCODEC_ERROR_INTERNAL, AVCS_ERR_UNKNOWN); in OnCodecEvent() 557 ReplyErrorCode(info.id, AVCS_ERR_UNKNOWN); in OnShutDown() 571 ReplyErrorCode(info.id, AVCS_ERR_UNKNOWN); in OnFlush() [all...] |
H A D | hdecoder.cpp | 57 return AVCS_ERR_UNKNOWN; in OnConfigure() 134 return AVCS_ERR_UNKNOWN; in UpdateInPortFormat() 167 return AVCS_ERR_UNKNOWN; in UpdateOutPortFormat() 172 return AVCS_ERR_UNKNOWN; in UpdateOutPortFormat() 362 return AVCS_ERR_UNKNOWN; in SetTransform() 395 return AVCS_ERR_UNKNOWN; in SetScaleMode() 431 return AVCS_ERR_UNKNOWN; in SetVrrEnable() 635 return AVCS_ERR_UNKNOWN; in SetQueueSize() 660 return AVCS_ERR_UNKNOWN; in AllocOutDynamicSurfaceBuf() 692 return AVCS_ERR_UNKNOWN; in AllocateOutputBuffersFromSurface() [all...] |
H A D | hcodec.cpp | 192 AVCS_ERR_UNKNOWN, "input format not replied"); in GetInputFormat() 205 AVCS_ERR_UNKNOWN, "output format not replied"); in GetOutputFormat() 372 return AVCS_ERR_UNKNOWN; in SetFrameRateAdaptiveMode() 379 return AVCS_ERR_UNKNOWN; in SetFrameRateAdaptiveMode() 382 return AVCS_ERR_UNKNOWN; in SetFrameRateAdaptiveMode() 389 return AVCS_ERR_UNKNOWN; in SetFrameRateAdaptiveMode() 403 return AVCS_ERR_UNKNOWN; in SetProcessName() 407 return AVCS_ERR_UNKNOWN; in SetProcessName() 428 return AVCS_ERR_UNKNOWN; in SetLowLatency() 497 return AVCS_ERR_UNKNOWN; in SetVideoPortInfo() [all...] |
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_inner_demo.cpp | 76 DEMO_CHECK_AND_RETURN_RET_LOG(audioDec_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: CreateByName fail"); in CreateDec() 81 DEMO_CHECK_AND_RETURN_RET_LOG(cb_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in CreateDec() 82 DEMO_CHECK_AND_RETURN_RET_LOG(audioDec_->SetCallback(cb_) == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, in CreateDec() 98 DEMO_CHECK_AND_RETURN_RET_LOG(inputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 101 DEMO_CHECK_AND_RETURN_RET_LOG(outputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start()
|
H A D | avcodec_audio_encoder_inner_demo.cpp | 71 DEMO_CHECK_AND_RETURN_RET_LOG(audioEn_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: CreateByName fail"); in CreateDec() 76 DEMO_CHECK_AND_RETURN_RET_LOG(cb_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in CreateDec() 77 DEMO_CHECK_AND_RETURN_RET_LOG(audioEn_->SetCallback(cb_) == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, in CreateDec() 93 DEMO_CHECK_AND_RETURN_RET_LOG(inputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start() 96 DEMO_CHECK_AND_RETURN_RET_LOG(outputLoop_ != nullptr, AVCS_ERR_UNKNOWN, "Fatal: No memory"); in Start()
|