Home
last modified time | relevance | path

Searched refs:IsYUV422SPImage (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_napi.cpp558 static inline bool IsYUV422SPImage(int32_t format) in IsYUV422SPImage() function
565 return ((IsYUV422SPImage(format) && IsYUVComponent(type)) || in CheckComponentType()
566 (!IsYUV422SPImage(format) && IsEqual(type, ComponentType::JPEG))); in CheckComponentType()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_napi.cpp567 static inline bool IsYUV422SPImage(int32_t format) in IsYUV422SPImage() function
574 return ((IsYUV422SPImage(format) && IsYUVComponent(type)) || in CheckComponentType()
575 (!IsYUV422SPImage(format) && IsEqual(type, ComponentType::JPEG))); in CheckComponentType()

Completed in 3 milliseconds