Home
last modified time | relevance | path

Searched refs:AV_ERR_NO_MEMORY (Results 1 - 20 of 20) sorted by relevance

/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_averrors.h36 AV_ERR_NO_MEMORY = 1, enumerator
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp204 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
213 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
222 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
226 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
230 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
H A Dhwdecoderapi11_fuzzer.cpp94 if (ret == AV_ERR_NO_MEMORY) { in HwdecoderApi11FuzzTest()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp204 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
213 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
222 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
226 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
230 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
H A Dhevcswdecoderapi11_fuzzer.cpp94 if (ret == AV_ERR_NO_MEMORY) { in HwdecoderApi11FuzzTest()
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/capi/
H A Davmuxer_capi_mock.cpp50 int32_t ret = AV_ERR_NO_MEMORY; in WriteSample()
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp146 CHECK_AND_RETURN_RET_LOG(capability->profiles_ != nullptr, AV_ERR_NO_MEMORY, "new buffer failed"); in OH_AVCapability_GetSupportedProfiles()
187 CHECK_AND_RETURN_RET_LOG(capability->levels_ != nullptr, AV_ERR_NO_MEMORY, "new buffer failed"); in OH_AVCapability_GetSupportedLevelsForProfile()
299 CHECK_AND_RETURN_RET_LOG(capability->sampleRates_ != nullptr, AV_ERR_NO_MEMORY, "new buffer failed"); in OH_AVCapability_GetAudioSupportedSampleRates()
353 CHECK_AND_RETURN_RET_LOG(capability->pixFormats_ != nullptr, AV_ERR_NO_MEMORY, "new buffer failed"); in OH_AVCapability_GetVideoSupportedPixelFormats()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dhwdecoder_fuzzer.cpp88 if (ret == AV_ERR_NO_MEMORY) { in HwdecoderFuzzTest()
H A Dvideodec_sample.cpp413 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp77 {AVCS_ERR_NO_MEMORY, AV_ERR_NO_MEMORY},
130 {AV_ERR_NO_MEMORY, "no memory"},
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c92 return AV_ERR_NO_MEMORY; in AddTrackAudio()
133 return AV_ERR_NO_MEMORY; in AddTrackVideo()
173 return AV_ERR_NO_MEMORY; in AddTrackCover()
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp88 {MSERR_EXT_NO_MEMORY, AV_ERR_NO_MEMORY},
105 {MSERR_EXT_API9_NO_MEMORY, AV_ERR_NO_MEMORY},
523 CHECK_AND_RETURN_RET_LOG(errorCallback != nullptr, AV_ERR_NO_MEMORY, "errorCallback is nullptr!"); in SetOnErrorCallback()
537 CHECK_AND_RETURN_RET_LOG(onInfoCallback != nullptr, AV_ERR_NO_MEMORY, "infoCallback_ is nullptr!"); in SetOnInfoCallback()
1242 CHECK_AND_RETURN_RET_LOG(avplayerCallback != nullptr, AV_ERR_NO_MEMORY, "avplayerCallback is nullptr!"); in OH_AVPlayer_SetPlayerCallback()
1373 CHECK_AND_RETURN_RET_LOG(avplayerCallback != nullptr, AV_ERR_NO_MEMORY, "avplayerCallback is nullptr!"); in AVPlayerSetPlayerCallback()
1398 return AV_ERR_NO_MEMORY; in OH_AVPlayer_SetOnErrorCallback()
1419 return AV_ERR_NO_MEMORY; in OH_AVPlayer_SetOnInfoCallback()
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp199 CHECK_AND_RETURN_RET_LOG(ret != AVCS_ERR_NO_MEMORY, AV_ERR_NO_MEMORY, "Sample size is too small"); in OH_AVDemuxer_ReadSample()
219 CHECK_AND_RETURN_RET_LOG(ret != AVCS_ERR_NO_MEMORY, AV_ERR_NO_MEMORY, "Sample size is too small"); in OH_AVDemuxer_ReadSampleBuffer()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dapi_test.cpp316 ASSERT_EQ(AV_ERR_NO_MEMORY, OH_AVDemuxer_ReadSample(demuxer, trackIndex, memory1, &bufferAttr)); in HWTEST_F()
398 ASSERT_EQ(AV_ERR_NO_MEMORY, OH_AVDemuxer_ReadSampleBuffer(demuxer, trackIndex, buffer1)); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeParamCheckTest.cpp489 ASSERT_EQ(AV_ERR_NO_MEMORY, ret); in HWTEST_F()
673 ASSERT_EQ(AV_ERR_NO_MEMORY, ret); in HWTEST_F()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp434 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp434 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeParamCheckTest.cpp493 ASSERT_EQ(AV_ERR_NO_MEMORY, ret); in HWTEST_F()
693 ASSERT_EQ(AV_ERR_NO_MEMORY, ret); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp645 return AV_ERR_NO_MEMORY; in InputFunc_FUZZ()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.cpp440 UNITTEST_CHECK_AND_RETURN_RET_LOG(surfaceMock != nullptr, AV_ERR_NO_MEMORY, "OH_VideoEncoder_GetSurface fail"); in CreateInputSurface()

Completed in 17 milliseconds