Searched refs:target_fps (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/test/ |
D | frame_generator_capturer.cc | 27 int target_fps, in Create() argument 31 target_fps); in Create() 45 int target_fps, in CreateFromYuvFile() argument 51 target_fps); in CreateFromYuvFile() 63 int target_fps) in FrameGeneratorCapturer() argument 70 target_fps_(target_fps), in FrameGeneratorCapturer() 74 assert(target_fps > 0); in FrameGeneratorCapturer()
|
D | vcm_capturer.cc | 23 bool VcmCapturer::Init(size_t width, size_t height, size_t target_fps) { in Init() argument 44 capability_.maxFPS = static_cast<int32_t>(target_fps); in Init() 60 size_t target_fps) { in Create() argument 62 if (!vcm_capturer->Init(width, height, target_fps)) { in Create()
|
D | frame_generator_capturer.h | 35 int target_fps, 42 int target_fps, 55 int target_fps);
|
D | vcm_capturer.h | 27 size_t target_fps); 39 bool Init(size_t width, size_t height, size_t target_fps);
|