|
AvTranscoder
0.9.4
C++APIforLibav/FFmpeg
|
#include "Window.hpp"#include <GL/gl.h>#include <GL/glut.h>#include <GL/freeglut.h>#include <iostream>#include <iomanip>#include <cstring>Go to the source code of this file.
Data Structures | |
| struct | ImgProperties |
Functions | |
| void | loadNewTexture (const ImgProperties &properties) |
| void | loadNewTexture (const char *data, GLint internalFormat, size_t width, size_t height, GLenum format, GLenum type) |
Variables | |
| ImgProperties | _imageProperties |
| void loadNewTexture | ( | const ImgProperties & | properties | ) |
Definition at line 63 of file Window.cpp.
References ImgProperties::data, ImgProperties::format, ImgProperties::height, ImgProperties::internalFormat, ImgProperties::type, and ImgProperties::width.
Referenced by Window::displayAtFrame(), Window::displayChannelTexture(), Window::displayNextFrame(), Window::displayPrevFrame(), and loadNewTexture().
| void loadNewTexture | ( | const char * | data, |
| GLint | internalFormat, | ||
| size_t | width, | ||
| size_t | height, | ||
| GLenum | format, | ||
| GLenum | type | ||
| ) |
Definition at line 77 of file Window.cpp.
References ImgProperties::component, ImgProperties::data, ImgProperties::format, ImgProperties::height, ImgProperties::internalFormat, loadNewTexture(), ImgProperties::type, and ImgProperties::width.
| ImgProperties _imageProperties |
Definition at line 61 of file Window.cpp.
Referenced by Window::displayChannelTexture().