Home
last modified time | relevance | path

Searched refs:CreatePixelMapForYUV (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp69 imageSource->CreatePixelMapForYUV(errCode); in ImageSourceFuncTest001()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp368 std::unique_ptr<PixelMap> ImageSource::CreatePixelMapForYUV(uint32_t &errorCode) in CreatePixelMapForYUV() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h304 std::unique_ptr<PixelMap> CreatePixelMapForYUV(uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1354 std::unique_ptr<PixelMap> ret = imageSource->CreatePixelMapForYUV(errorCode);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp561 return CreatePixelMapForYUV(errorCode); in CreatePixelMapEx()
2858 unique_ptr<PixelMap> ImageSource::CreatePixelMapForYUV(uint32_t &errorCode) in CreatePixelMapForYUV() function in OHOS::Media::ImageSource