Home
last modified time | relevance | path

Searched defs:SLRSliceKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp113 struct SLRSliceKey { struct
114 SLRSliceKey(int v1, int v2) : x(v1), y(v2) {} in SLRSliceKey() function
115 int x;
116 int y;