Searched defs:rImageSource (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_test.cpp | 156 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCod… in RgbConvertToYuv() local 212 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCod… in YuvConvertToRgb() local 351 auto rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCode); in RgbConvertToYuvByPixelMap() local 412 auto rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCode); in RgbConvertToYuvP010ByPixelMap() local 453 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCod… in RgbConvertToYuvP010() local 512 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(jpgPath, srcopts, error… in PixelMapFormatConvert() local 1658 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(IMAGE_INPUT_JPG_PATH1, … variable 1681 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(IMAGE_INPUT_JPG_PATH1, … variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 77 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCod… in RgbConvertToYuv() local 109 …std::shared_ptr<ImageSource> rImageSource = ImageSource::CreateImageSource(jpgPath, opts, errorCod… in YuvConvertToRgb() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 91 std::shared_ptr<ImageSource> rImageSource; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_packer_napi.cpp | 94 std::shared_ptr<ImageSource> rImageSource; member
|
H A D | image_source_napi.cpp | 104 std::shared_ptr<ImageSource> rImageSource; member 905 auto rImageSource = static_cast<ImageSource*>(ptr); in STATIC_NAPI_VALUE_FUNC() local
|