Home
last modified time | relevance | path

Searched refs:encoder_queue_ptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream.cc122 TaskQueueBase* encoder_queue_ptr = encoder_queue.get(); in CreateVideoStreamEncoder() local
126 FrameCadenceAdapterInterface::Create(clock, encoder_queue_ptr, in CreateVideoStreamEncoder()
H A Dvideo_stream_encoder_unittest.cc715 TaskQueueBase** encoder_queue_ptr = nullptr) { in Create() argument
719 if (encoder_queue_ptr) in Create()
720 *encoder_queue_ptr = encoder_queue.get(); in Create()
875 TaskQueueBase* encoder_queue_ptr = encoder_queue.get(); in ConfigureEncoder() local
878 encoder_queue_ptr, field_trials_); in ConfigureEncoder()