/foundation/multimedia/media_foundation/interface/kits/c/ |
H A D | native_averrors.h | 36 AV_ERR_NO_MEMORY = 1, enumerator
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 204 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 D | hwdecoderapi11_fuzzer.cpp | 94 if (ret == AV_ERR_NO_MEMORY) { in HwdecoderApi11FuzzTest()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 204 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 D | hevcswdecoderapi11_fuzzer.cpp | 94 if (ret == AV_ERR_NO_MEMORY) { in HwdecoderApi11FuzzTest()
|
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/capi/ |
H A D | avmuxer_capi_mock.cpp | 50 int32_t ret = AV_ERR_NO_MEMORY; in WriteSample()
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 146 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 D | hwdecoder_fuzzer.cpp | 88 if (ret == AV_ERR_NO_MEMORY) { in HwdecoderFuzzTest()
|
H A D | videodec_sample.cpp | 413 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
|
/foundation/multimedia/av_codec/frameworks/native/common/ |
H A D | avcodec_errors.cpp | 77 {AVCS_ERR_NO_MEMORY, AV_ERR_NO_MEMORY}, 130 {AV_ERR_NO_MEMORY, "no memory"},
|
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 92 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 D | native_avplayer.cpp | 88 {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 D | native_avdemuxer.cpp | 199 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 D | api_test.cpp | 316 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 D | NativeParamCheckTest.cpp | 489 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 D | videodec_sample.cpp | 434 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 434 return AV_ERR_NO_MEMORY; in InputFuncFUZZ()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeParamCheckTest.cpp | 493 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 D | videodec_ndk_sample.cpp | 645 return AV_ERR_NO_MEMORY; in InputFunc_FUZZ()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | venc_sample.cpp | 440 UNITTEST_CHECK_AND_RETURN_RET_LOG(surfaceMock != nullptr, AV_ERR_NO_MEMORY, "OH_VideoEncoder_GetSurface fail"); in CreateInputSurface()
|