Home
last modified time | relevance | path

Searched refs:ERR_MEDIA_INVALID_PARAM (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h84 const int32_t ERR_MEDIA_INVALID_PARAM = BASE_MEDIA_ERR_OFFSET + 53; // media functio… variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1753 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()
1758 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()
1769 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()
1774 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()
1786 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_ex_test.cpp571 ASSERT_EQ(errorCode, ERR_MEDIA_INVALID_PARAM);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp428 errorCode = ERR_MEDIA_INVALID_PARAM; in CreateImageSource()