APM:Libraries
Functions
benchmark_videoin.cpp File Reference
#include <AP_gbenchmark.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL_Linux/VideoIn.h>
Include dependency graph for benchmark_videoin.cpp:

Go to the source code of this file.

Functions

static void BM_Crop8bpp (benchmark::State &state)
 
 BENCHMARK (BM_Crop8bpp) -> ArgPair(64, 64) ->ArgPair(240, 240) ->ArgPair(640, 480)
 
static void BM_YuyvToGrey (benchmark::State &state)
 
 BENCHMARK (BM_YuyvToGrey) -> Arg(64 *64) ->Arg(320 *240) ->Arg(640 *480)
 

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( BM_Crop8bpp  ) -> ArgPair(64, 64) ->ArgPair(240, 240) ->ArgPair(640, 480)

Referenced by BM_Crop8bpp(), and BM_YuyvToGrey().

Here is the caller graph for this function:

◆ BENCHMARK() [2/2]

BENCHMARK ( BM_YuyvToGrey  ) -> Arg(64 *64) ->Arg(320 *240) ->Arg(640 *480)

◆ BM_Crop8bpp()

static void BM_Crop8bpp ( benchmark::State &  state)
static

Definition at line 9 of file benchmark_videoin.cpp.

Here is the call graph for this function:

◆ BM_YuyvToGrey()

static void BM_YuyvToGrey ( benchmark::State &  state)
static

Definition at line 40 of file benchmark_videoin.cpp.

Here is the call graph for this function: