|
MythTV master
|
Functions | |
| bool | readData (const QString &filename, float *mean, unsigned char *median, float *stddev, int *frow, int *fcol, int *fwidth, int *fheight, HistogramAnalyzer::Histogram *histogram, unsigned char *monochromatic, long long nframes) |
| bool | writeData (const QString &filename, float *mean, unsigned char *median, float *stddev, int *frow, int *fcol, int *fwidth, int *fheight, HistogramAnalyzer::Histogram *histogram, unsigned char *monochromatic, long long nframes) |
| bool anonymous_namespace{HistogramAnalyzer.cpp}::readData | ( | const QString & | filename, |
| float * | mean, | ||
| unsigned char * | median, | ||
| float * | stddev, | ||
| int * | frow, | ||
| int * | fcol, | ||
| int * | fwidth, | ||
| int * | fheight, | ||
| HistogramAnalyzer::Histogram * | histogram, | ||
| unsigned char * | monochromatic, | ||
| long long | nframes | ||
| ) |
Definition at line 25 of file HistogramAnalyzer.cpp.
Referenced by HistogramAnalyzer::MythPlayerInited().
| bool anonymous_namespace{HistogramAnalyzer.cpp}::writeData | ( | const QString & | filename, |
| float * | mean, | ||
| unsigned char * | median, | ||
| float * | stddev, | ||
| int * | frow, | ||
| int * | fcol, | ||
| int * | fwidth, | ||
| int * | fheight, | ||
| HistogramAnalyzer::Histogram * | histogram, | ||
| unsigned char * | monochromatic, | ||
| long long | nframes | ||
| ) |
Definition at line 111 of file HistogramAnalyzer.cpp.
Referenced by HistogramAnalyzer::finished().