Searched refs:pixelFormatValue (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | auxiliary_picture_napi.cpp | 573 napi_value pixelFormatValue = nullptr; in GetAuxiliaryPictureInfoNapiValue() local 574 …napi_create_int32(env, static_cast<int32_t>(auxiliaryPictureInfo->pixelFormat), &pixelFormatValue); in GetAuxiliaryPictureInfoNapiValue() 575 napi_set_named_property(env, result, "pixelFormat", pixelFormatValue); in GetAuxiliaryPictureInfoNapiValue()
|
H A D | image_source_napi.cpp | 921 napi_value pixelFormatValue = nullptr; in STATIC_NAPI_VALUE_FUNC() local 922 napi_create_int32(env, static_cast<int32_t>(imageInfo->pixelFormat), &pixelFormatValue); in STATIC_NAPI_VALUE_FUNC() 923 napi_set_named_property(env, result, "pixelFormat", pixelFormatValue); in STATIC_NAPI_VALUE_FUNC()
|
H A D | pixel_map_napi.cpp | 2087 napi_value pixelFormatValue = nullptr; in STATIC_NAPI_VALUE_FUNC() local 2088 napi_create_int32(env, static_cast<int32_t>(imageInfo->pixelFormat), &pixelFormatValue); in STATIC_NAPI_VALUE_FUNC() 2089 napi_set_named_property(env, result, "pixelFormat", pixelFormatValue); in STATIC_NAPI_VALUE_FUNC()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 1701 napi_value pixelFormatValue = nullptr; in STATIC_NAPI_VALUE_FUNC() local 1702 napi_create_int32(env, static_cast<int32_t>(imageInfo->pixelFormat), &pixelFormatValue); in STATIC_NAPI_VALUE_FUNC() 1703 napi_set_named_property(env, result, "pixelFormat", pixelFormatValue); in STATIC_NAPI_VALUE_FUNC()
|