OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPM_OK
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/video_processing/include/
video_processing_defines.h
24
#define
VPM_OK
0
/external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc
26
return
VPM_OK
;
34
return
VPM_OK
;
52
return
VPM_OK
;
56
return
VPM_OK
;
76
return
VPM_OK
;
content_analysis.cc
59
if (
VPM_OK
!= Initialize(inputFrame.width(), inputFrame.height()))
96
return
VPM_OK
;
141
return
VPM_OK
;
150
return
VPM_OK
;
187
return
VPM_OK
;
202
return
VPM_OK
;
265
return
VPM_OK
;
frame_preprocessor.cc
69
return
VPM_OK
;
121
VPM_OK
) {
content_analysis_sse2.cc
100
return
VPM_OK
;
116
return
VPM_OK
;
268
return
VPM_OK
;
deflickering.cc
238
return
VPM_OK
;
309
return
VPM_OK
;
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
204
EXPECT_EQ(
VPM_OK
, vp_->SetTargetResolution(resolution, resolution, 15));
205
EXPECT_EQ(
VPM_OK
, vp_->SetTargetResolution(resolution, resolution, 30));
208
EXPECT_EQ(
VPM_OK
, vp_->SetTargetResolution(resolution, resolution, 30));
314
ASSERT_EQ(
VPM_OK
, vpm->SetTargetResolution(target_width, target_height, 30));
/external/webrtc/webrtc/video/
vie_encoder.cc
214
video_codec.maxFramerate) !=
VPM_OK
) {
Completed in 1901 milliseconds