Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp350 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt() function
366 opts->desiredPixelFormat = ParsePixlForamt(tmpNumber); in ParseDecodeOptions2()
H A Dsendable_pixel_map_napi.cpp94 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt() function
160 opts->pixelFormat = ParsePixlForamt(tmpNumber); in parseInitializationOptions()
166 opts->srcPixelFormat = ParsePixlForamt(tmpNumber); in parseInitializationOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1024 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt() function
1068 opts->desiredPixelFormat = ParsePixlForamt(tmpNumber); in ParseDecodeOptions2()
H A Dpixel_map_napi.cpp156 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt() function
231 opts->pixelFormat = ParsePixlForamt(tmpNumber); in parseInitializationOptions()
237 opts->srcPixelFormat = ParsePixlForamt(tmpNumber); in parseInitializationOptions()