Home | History | Annotate | Download | only in v4l2_codec2

Lines Matching full:flushing

272     // It is illegal for client to put new works while component is still flushing.
273 CHECK_NE(mComponentState, ComponentState::FLUSHING);
479 if (mComponentState == ComponentState::FLUSHING) {
480 return; // Ignore other flush request when component is flushing.
490 mComponentState = ComponentState::FLUSHING;
500 if (mComponentState != ComponentState::FLUSHING) {
519 if (mComponentState == ComponentState::FLUSHING) {