Searched defs:module_process_thread (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_capture_input.cc32 ProcessThread* module_process_thread,
39 module_process_thread_(module_process_thread),
31 VideoCaptureInput( ProcessThread* module_process_thread, VideoCaptureCallback* frame_callback, VideoRenderer* local_renderer, SendStatisticsProxy* stats_proxy, CpuOveruseObserver* overuse_observer, EncodingTimeObserver* encoding_time_observer) argument
H A Dvideo_send_stream.cc113 ProcessThread* module_process_thread,
127 module_process_thread_(module_process_thread),
111 VideoSendStream( int num_cpu_cores, ProcessThread* module_process_thread, CallStats* call_stats, CongestionController* congestion_controller, BitrateAllocator* bitrate_allocator, const VideoSendStream::Config& config, const VideoEncoderConfig& encoder_config, const std::map<uint32_t, RtpState>& suspended_ssrcs) argument
H A Dvie_encoder.cc108 ProcessThread* module_process_thread,
133 module_process_thread_(module_process_thread),
107 ViEEncoder(uint32_t number_of_cores, ProcessThread* module_process_thread, SendStatisticsProxy* stats_proxy, I420FrameCallback* pre_encode_callback, PacedSender* pacer, BitrateAllocator* bitrate_allocator) argument
H A Dvie_channel.cc84 ProcessThread* module_process_thread,
96 module_process_thread_(module_process_thread),
82 ViEChannel(uint32_t number_of_cores, Transport* transport, ProcessThread* module_process_thread, RtcpIntraFrameObserver* intra_frame_observer, RtcpBandwidthObserver* bandwidth_observer, TransportFeedbackObserver* transport_feedback_observer, RemoteBitrateEstimator* remote_bitrate_estimator, RtcpRttStats* rtt_stats, PacedSender* paced_sender, PacketRouter* packet_router, size_t max_rtp_streams, bool sender) argument

Completed in 79 milliseconds