FFmpeg
Data Fields
SwsOpPass Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ comp

SwsCompiledOp SwsOpPass::comp

Definition at line 30 of file ops_dispatch.c.

◆ exec_base

SwsOpExec SwsOpPass::exec_base

Definition at line 31 of file ops_dispatch.c.

◆ num_blocks

int SwsOpPass::num_blocks

Definition at line 32 of file ops_dispatch.c.

◆ tail_off_in

int SwsOpPass::tail_off_in

Definition at line 33 of file ops_dispatch.c.

◆ tail_off_out

int SwsOpPass::tail_off_out

Definition at line 34 of file ops_dispatch.c.

◆ tail_size_in

int SwsOpPass::tail_size_in

Definition at line 35 of file ops_dispatch.c.

◆ tail_size_out

int SwsOpPass::tail_size_out

Definition at line 36 of file ops_dispatch.c.

◆ planes_in

int SwsOpPass::planes_in

Definition at line 37 of file ops_dispatch.c.

◆ planes_out

int SwsOpPass::planes_out

Definition at line 38 of file ops_dispatch.c.

◆ pixel_bits_in

int SwsOpPass::pixel_bits_in

Definition at line 39 of file ops_dispatch.c.

◆ pixel_bits_out

int SwsOpPass::pixel_bits_out

Definition at line 40 of file ops_dispatch.c.

◆ idx_in

int SwsOpPass::idx_in[4]

Definition at line 41 of file ops_dispatch.c.

◆ idx_out

int SwsOpPass::idx_out[4]

Definition at line 42 of file ops_dispatch.c.

◆ memcpy_in

bool SwsOpPass::memcpy_in

Definition at line 43 of file ops_dispatch.c.

◆ memcpy_out

bool SwsOpPass::memcpy_out

Definition at line 44 of file ops_dispatch.c.


The documentation for this struct was generated from the following file: