Searched refs:imageDecoder_ (Results 1 – 5 of 5) sorted by relevance
116 imageDecoder_->videoDecoder_ = nullptr;139 imageDecoder_->videoDecoder_ = nullptr;151 imageDecoder_->videoDecoder_ = nullptr;232 imageDecoder_->videoDecoder_ = nullptr;285 imageDecoder_->videoDecoder_ = nullptr;396 imageDecoder_->videoDecoder_ = nullptr;436 imageDecoder_->videoDecoder_ = nullptr;511 imageDecoder_->StartInputThread();513 imageDecoder_->StopInputThread();531 imageDecoder_->StartInputThread();[all …]
46 processor_->imageDecoder_ = std::make_shared<ImageSinkDecoder>(imageListener_); in SetUp()49 processor_->imageDecoder_->videoDecoder_ = videoDecoder_; in SetUp()104 processor_->imageDecoder_ = nullptr;116 processor_->imageDecoder_->videoDecoder_ = nullptr;128 processor_->imageDecoder_ = nullptr;151 processor_->imageDecoder_ = nullptr;177 processor_->imageDecoder_ = nullptr;204 processor_->imageDecoder_ = nullptr;
35 int32_t ret = imageDecoder_->ConfigureDecoder(localParam); in ConfigureImageProcessor()47 if (imageDecoder_ == nullptr) { in ReleaseImageProcessor()54 int32_t ret = imageDecoder_->ReleaseDecoder(); in ReleaseImageProcessor()68 if (imageDecoder_ == nullptr) { in StartImageProcessor()75 int32_t ret = imageDecoder_->StartDecoder(); in StartImageProcessor()89 if (imageDecoder_ == nullptr) { in StopImageProcessor()96 int32_t ret = imageDecoder_->StopDecoder(); in StopImageProcessor()110 if (imageDecoder_ == nullptr || surface == nullptr) { in SetImageSurface()116 int32_t ret = imageDecoder_->SetOutputSurface(surface); in SetImageSurface()135 if (imageDecoder_ == nullptr || data == nullptr) { in ProcessImage()[all …]
35 std::shared_ptr<ImageSinkDecoder> imageDecoder_ = nullptr; variable
44 std::shared_ptr<ImageSinkDecoder> imageDecoder_ = nullptr; variable