Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dscan_line_filter_test.cpp48 int32_t scanLine = 0; variable
63 int32_t scanLine = 1000; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp221 for (int32_t scanLine = 0; scanLine < std::min(srcHeight, targetHeight); scanLine++) { in CopyPixels() local
290 int32_t scanLine = 0; in ProcessScanlineFilter() local