Function

Bablprocess_rows

Declaration [src]

long
babl_process_rows (
  const Babl* babl_fish,
  void* source,
  int source_stride,
  void* dest,
  int dest_stride,
  long n,
  int rows
)

Description

No description available.

Parameters

babl_fish Babl
  No description available.
 The data is owned by the caller of the function.
source void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
source_stride int
  No description available.
dest void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
dest_stride int
  No description available.
n long
  No description available.
rows int
  No description available.

Return value

Returns: long
  No description available.