OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VPMFramePreprocessor
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.cc
17
VPMFramePreprocessor
::
VPMFramePreprocessor
()
27
VPMFramePreprocessor
::~
VPMFramePreprocessor
() {
34
void
VPMFramePreprocessor
::Reset() {
43
void
VPMFramePreprocessor
::EnableTemporalDecimation(bool enable) {
47
void
VPMFramePreprocessor
::EnableContentAnalysis(bool enable) {
51
void
VPMFramePreprocessor
::SetInputFrameResampleMode(
56
int32_t
VPMFramePreprocessor
::SetTargetResolution(uint32_t width,
72
void
VPMFramePreprocessor
::SetTargetFramerate(int frame_rate)
[
all
...]
frame_preprocessor.h
28
class
VPMFramePreprocessor
{
30
VPMFramePreprocessor
();
31
~
VPMFramePreprocessor
();
Completed in 50 milliseconds