Searched refs:SetState (Results 1 - 24 of 24) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Ddecoding_state_unittest.cc51 dec_state.SetState(&frame);
80 dec_state.SetState(&frame);
92 dec_state.SetState(&frame);
103 dec_state.SetState(&frame);
135 dec_state.SetState(&frame);
146 dec_state.SetState(&frame);
157 dec_state.SetState(&frame);
174 dec_state.SetState(&frame);
224 dec_state.SetState(&frame);
234 dec_state.SetState(
[all...]
H A Dframe_buffer.h82 void SetState(VCMFrameBufferStateEnum state); // Set state of frame
H A Ddecoding_state.h38 void SetState(const VCMFrameBuffer* frame);
H A Dframe_buffer.cc102 SetState(kStateIncomplete);
160 SetState(kStateComplete);
163 SetState(kStateDecodable);
205 void VCMFrameBuffer::SetState(VCMFrameBufferStateEnum state) { function in class:webrtc::VCMFrameBuffer
H A Ddecoding_state.cc67 void VCMDecodingState::SetState(const VCMFrameBuffer* frame) { function in class:webrtc::VCMDecodingState
H A Djitter_buffer.cc602 last_decoded_state_.SetState(frame);
865 decoding_state.SetState(decodable_frame);
877 decoding_state.SetState(&new_frame);
903 decoding_state.SetState(frame);
/external/webrtc/talk/app/webrtc/
H A Dvideosource.h100 void SetState(SourceState new_state);
H A Dvideosource.cc396 SetState(kEnded);
403 SetState(kEnded);
415 SetState(kEnded);
436 SetState(kEnded);
460 SetState(GetReadyState(capture_state));
464 void VideoSource::SetState(SourceState new_state) { function in class:webrtc::VideoSource
H A Ddatachannel.cc242 SetState(kClosing);
425 SetState(kClosing);
453 SetState(kOpen);
472 SetState(kClosed);
482 void DataChannel::SetState(DataState state) { function in class:webrtc::DataChannel
H A Ddatachannel.h246 void SetState(DataState state);
H A Dwebrtcsession.cc749 SetState(STATE_CLOSED);
927 void WebRtcSession::SetState(State state) { function in class:webrtc::WebRtcSession
957 SetState(source == cricket::CS_LOCAL ? STATE_SENTOFFER
970 SetState(source == cricket::CS_LOCAL ? STATE_SENTPRANSWER
998 SetState(STATE_INPROGRESS);
H A Dwebrtcsession.h349 virtual void SetState(State state);
/external/ceres-solver/internal/ceres/
H A Dparameter_block_test.cc119 parameter_block.SetState(x);
169 EXPECT_FALSE(parameter_block.SetState(&y));
H A Dcoordinate_descent_minimizer.cc128 parameter_block->SetState(parameters + parameter_block->state_offset());
188 parameter_block->SetState(parameters + parameter_block->state_offset());
H A Dprogram.cc79 !parameter_blocks_[i]->SetState(state)) {
103 !parameter_blocks_[i]->SetState(parameter_blocks_[i]->user_state())) {
H A Dparameter_block.h94 bool SetState(const double* x) { function in class:ceres::internal::ParameterBlock
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer_unittest.cc97 void SetState(CursorState state, const DesktopVector& pos) { function in class:webrtc::__anon21002::FakeMouseMonitor
190 fake_cursor_->SetState(MouseCursorMonitor::INSIDE, DesktopVector());
231 fake_cursor_->SetState(state, pos);
/external/webrtc/webrtc/base/
H A Dhttpbase_unittest.cc121 src.SetState(SS_OPENING);
128 src.SetState(SS_OPEN);
260 src.SetState(SS_OPEN);
361 src.SetState(SS_CLOSED);
506 src.SetState(SS_CLOSED);
H A Dhttpserver_unittest.cc62 client->SetState(SS_OPEN);
H A Dtestutils.h198 void SetState(StreamState state) { function in class:testing::StreamSource
/external/v8/src/
H A Ddeoptimizer.h822 void SetState(Smi* state) { state_ = state; }
H A Ddeoptimizer.cc1014 output_frame->SetState(Smi::FromInt(state));
1216 output_frame->SetState(0);
1841 output_frame->SetState(Smi::FromInt(FullCodeGenerator::NO_REGISTERS));
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2104 PyObject* SetState(CMessage* self, PyObject* state) { function in namespace:google::protobuf::python::cmessage
2139 { "__setstate__", (PyCFunction)SetState, METH_O,
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h3638 virtual HRESULT WINAPI SetState(LPVOID pState,int cbState) = 0;
3649 HRESULT (WINAPI *SetState)(IAMVfwCompressDialogs *This,LPVOID pState,int cbState); member in struct:IAMVfwCompressDialogsVtbl
3662 #define IAMVfwCompressDialogs_SetState(This,pState,cbState) (This)->lpVtbl->SetState(This,pState,cbState)
7504 virtual HRESULT WINAPI SetState(IDvdState *pState,DWORD dwFlags,IDvdCmd **ppCmd) = 0;
7551 HRESULT (WINAPI *SetState)(IDvdControl2 *This,IDvdState *pState,DWORD dwFlags,IDvdCmd **ppCmd); member in struct:IDvdControl2Vtbl
7600 #define IDvdControl2_SetState(This,pState,dwFlags,ppCmd) (This)->lpVtbl->SetState(This,pState,dwFlags,ppCmd)

Completed in 476 milliseconds