|
FFmpeg
|
Copyright (C) 2025 Niklas Haas. More...
Data Fields | |
| SwsCompiledOp | comp |
| SwsOpExec | exec_base |
| int | num_blocks |
| int | tail_off_in |
| int | tail_off_out |
| int | tail_size_in |
| int | tail_size_out |
| int | planes_in |
| int | planes_out |
| int | pixel_bits_in |
| int | pixel_bits_out |
| int | idx_in [4] |
| int | idx_out [4] |
| bool | memcpy_in |
| bool | memcpy_out |
Copyright (C) 2025 Niklas Haas.
This file is part of FFmpeg.
FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition at line 29 of file ops_dispatch.c.
| SwsCompiledOp SwsOpPass::comp |
Definition at line 30 of file ops_dispatch.c.
| SwsOpExec SwsOpPass::exec_base |
Definition at line 31 of file ops_dispatch.c.
| int SwsOpPass::num_blocks |
Definition at line 32 of file ops_dispatch.c.
| int SwsOpPass::tail_off_in |
Definition at line 33 of file ops_dispatch.c.
| int SwsOpPass::tail_off_out |
Definition at line 34 of file ops_dispatch.c.
| int SwsOpPass::tail_size_in |
Definition at line 35 of file ops_dispatch.c.
| int SwsOpPass::tail_size_out |
Definition at line 36 of file ops_dispatch.c.
| int SwsOpPass::planes_in |
Definition at line 37 of file ops_dispatch.c.
| int SwsOpPass::planes_out |
Definition at line 38 of file ops_dispatch.c.
| int SwsOpPass::pixel_bits_in |
Definition at line 39 of file ops_dispatch.c.
| int SwsOpPass::pixel_bits_out |
Definition at line 40 of file ops_dispatch.c.
| int SwsOpPass::idx_in[4] |
Definition at line 41 of file ops_dispatch.c.
| int SwsOpPass::idx_out[4] |
Definition at line 42 of file ops_dispatch.c.
| bool SwsOpPass::memcpy_in |
Definition at line 43 of file ops_dispatch.c.
| bool SwsOpPass::memcpy_out |
Definition at line 44 of file ops_dispatch.c.
1.8.17