Lines Matching refs:streamCustomerCapture_
135 streamCustomerCapture_->ReceiveFrameOn([this](void* addr, const uint32_t size) {
164 streamCustomerCapture_->ReceiveFrameOff();
414 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent);
473 streamCustomerCapture_->ReceiveFrameOn([this](void *addr, const uint32_t size) {
509 if (streamCustomerCapture_ == nullptr) {
510 streamCustomerCapture_ = std::make_shared<StreamCustomer>();
546 if (streamCustomerCapture_ == nullptr) {
547 streamCustomerCapture_ = std::make_shared<StreamCustomer>();
553 rc = CreateStream(STREAM_ID_CAPTURE, streamCustomerCapture_, STILL_CAPTURE);
828 streamCustomerCapture_->ReceiveFrameOff();