Home
last modified time | relevance | path

Searched refs:pixelFormatValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dauxiliary_picture_napi.cpp573 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 Dimage_source_napi.cpp921 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 Dpixel_map_napi.cpp2087 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 Dsendable_pixel_map_napi.cpp1701 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()