CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "camera_info.h"
#include "conf.h"
#include "shot_histogram.h"
#include "raw.h"
#include "file_counter.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | SHOT_HISTOGRAM_STEP 31 |
#define | SHOT_HISTOGRAM_SAMPLES 1024 |
#define | SHOT_HISTOGRAM_SIZE (SHOT_HISTOGRAM_SAMPLES*sizeof(short)) |
Funktionen | |
int | shot_histogram_set (int enable) |
void | build_shot_histogram () |
void | write_to_file () |
int | shot_histogram_get_range (int histo_from, int histo_to) |
int | _module_loader () |
int | _module_unloader () |
int | _module_can_unload () |
Variablen | |
int | running = 0 |
unsigned short | shot_histogram [SHOT_HISTOGRAM_SAMPLES] |
unsigned short | shot_margin_left = 0 |
unsigned short | shot_margin_top = 0 |
unsigned short | shot_margin_right = 0 |
unsigned short | shot_margin_bottom = 0 |
libshothisto_sym | _libshothisto |
ModuleInfo | _module_info |
#define SHOT_HISTOGRAM_SAMPLES 1024 |
Definiert in Zeile 10 der Datei shot_histogram.c.
#define SHOT_HISTOGRAM_SIZE (SHOT_HISTOGRAM_SAMPLES*sizeof(short)) |
Definiert in Zeile 11 der Datei shot_histogram.c.
#define SHOT_HISTOGRAM_STEP 31 |
Definiert in Zeile 7 der Datei shot_histogram.c.
int _module_can_unload | ( | ) |
Definiert in Zeile 132 der Datei shot_histogram.c.
int _module_loader | ( | ) |
Definiert in Zeile 121 der Datei shot_histogram.c.
int _module_unloader | ( | ) |
Definiert in Zeile 127 der Datei shot_histogram.c.
void build_shot_histogram | ( | ) |
Definiert in Zeile 31 der Datei shot_histogram.c.
int shot_histogram_get_range | ( | int | histo_from, |
int | histo_to | ||
) |
Definiert in Zeile 97 der Datei shot_histogram.c.
int shot_histogram_set | ( | int | enable) |
Definiert in Zeile 22 der Datei shot_histogram.c.
void write_to_file | ( | ) |
Definiert in Zeile 77 der Datei shot_histogram.c.
libshothisto_sym _libshothisto |
Definiert in Zeile 139 der Datei shot_histogram.c.
ModuleInfo _module_info |
Definiert in Zeile 151 der Datei shot_histogram.c.
int running = 0 |
Definiert in Zeile 13 der Datei shot_histogram.c.
unsigned short shot_histogram[SHOT_HISTOGRAM_SAMPLES] |
Definiert in Zeile 16 der Datei shot_histogram.c.
unsigned short shot_margin_bottom = 0 |
Definiert in Zeile 19 der Datei shot_histogram.c.
unsigned short shot_margin_left = 0 |
Definiert in Zeile 19 der Datei shot_histogram.c.
unsigned short shot_margin_right = 0 |
Definiert in Zeile 19 der Datei shot_histogram.c.
unsigned short shot_margin_top = 0 |
Definiert in Zeile 19 der Datei shot_histogram.c.