Home
last modified time | relevance | path

Searched refs:ERR_MEDIA_INVALID_VALUE (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp123 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNativeCreate()
218 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromUri()
251 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromFd()
285 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromData()
327 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromRawFile()
366 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateIncremental()
473 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreatePixelmap()
507 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreatePixelmapList()
537 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiGetDelayTime()
566 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiGetFrameCount()
H A Dimage_source_napi.cpp1252 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in CreateNativeImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp179 return ERR_MEDIA_INVALID_VALUE; in SaveSTP()
188 errorCode = ERR_MEDIA_INVALID_VALUE; in SaveSTP()
235 return ERR_MEDIA_INVALID_VALUE; in SaveSenderBufferAsImage()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Djpeg_mpf_parser.cpp210 return ERR_MEDIA_INVALID_VALUE; in GetLastAuxiliaryTagOffset()
219 return ERR_MEDIA_INVALID_VALUE; in GetLastAuxiliaryTagOffset()
233 if (matchedPos == ERR_MEDIA_INVALID_VALUE) { in ParsingAuxiliaryPictures()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_creator_test.cpp87 ASSERT_EQ(savesp, ERR_MEDIA_INVALID_VALUE);
274 ASSERT_EQ(status, ERR_MEDIA_INVALID_VALUE);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H A Dimage_receiver.cpp104 return ERR_MEDIA_INVALID_VALUE; in SaveSTP()
111 errorCode = ERR_MEDIA_INVALID_VALUE; in SaveSTP()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp191 return ERR_MEDIA_INVALID_VALUE; in SetBuffer()
228 return ERR_MEDIA_INVALID_VALUE; in SetBufferForPlatform()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_yuv_ext_test.cpp182 ASSERT_EQ(ret, ERR_MEDIA_INVALID_VALUE);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h28 const int32_t ERR_MEDIA_INVALID_VALUE = -1; // invalid size variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dbmp_decoder_test.cpp547 ASSERT_EQ(result, ERR_MEDIA_INVALID_VALUE);
583 ASSERT_EQ(result, ERR_MEDIA_INVALID_VALUE);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp216 uint32_t ret = ERR_MEDIA_INVALID_VALUE; in ModifyImageProperty()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp570 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in CreateNativeImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2197 grColorSpace_->GetColorSpaceName() : ERR_MEDIA_INVALID_VALUE))) { in WritePropertiesToParcel()
2539 if (csm != ERR_MEDIA_INVALID_VALUE) { in ReadPropertiesFromParcel()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1689 return Media::ERR_MEDIA_INVALID_VALUE; in HeapMemAlloc()