Home
last modified time | relevance | path

Searched refs:CreateCombineComponent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp164 if (CreateCombineComponent(int32_t(ComponentType::JPEG)) != nullptr) { in SplitSurfaceToComponent()
251 NativeComponent* NativeImage::CreateCombineComponent(int32_t type) in CreateCombineComponent() function in OHOS::Media::NativeImage
328 return CreateCombineComponent(type); in GetComponent()
338 return CreateCombineComponent(format); in GetComponent()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dnative_image.h71 NativeComponent* CreateCombineComponent(int32_t type);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp295 auto ret7 = image.CreateCombineComponent(type);