| 1012 | return GetField<int32_t>(VT_STRIDE_Y, 0); |
| 1013 | } |
| 1014 | int32_t kernel_width() const { |
| 1015 | return GetField<int32_t>(VT_KERNEL_WIDTH, 0); |
| 1016 | } |
| 1017 | int32_t kernel_height() const { |
| 1018 | return GetField<int32_t>(VT_KERNEL_HEIGHT, 0); |
| 1019 | } |
nothing calls this directly
no outgoing calls
no test coverage detected