Searched refs:outputOmxBuffer_ (Results 1 – 2 of 2) sorted by relevance
35 outputOmxBuffer_(nullptr), in HdiCodec()255 outputOmxBuffer_ = nullptr; in FillThisBuffer()260 …it_for(lock, std::chrono::milliseconds(TIMEOUT_MS), [this] { return outputOmxBuffer_ != nullptr; }… in FillThisBuffer()262 if (outputOmxBuffer_ == nullptr) { in FillThisBuffer()267 errno_t rc = memcpy_s(buffer->memory_->GetAddr(), outputOmxBuffer_->filledLen, in FillThisBuffer()268 … omxOutBufferInfo_->avBuffer->memory_->GetAddr(), outputOmxBuffer_->filledLen); in FillThisBuffer()274 buffer->memory_->SetSize(outputOmxBuffer_->filledLen); in FillThisBuffer()275 buffer->memory_->SetOffset(outputOmxBuffer_->offset); in FillThisBuffer()276 buffer->pts_ = outputOmxBuffer_->pts; in FillThisBuffer()277 buffer->flag_ = outputOmxBuffer_->flag; in FillThisBuffer()[all …]
124 std::shared_ptr<OmxCodecBuffer> outputOmxBuffer_; variable