Home
last modified time | relevance | path

Searched refs:avbuf (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_codecbase.cpp275 if (buf.avbuf == nullptr) { in SetEncoderPerFrameParam()
278 shared_ptr<Media::Meta> meta = buf.avbuf->meta_; in SetEncoderPerFrameParam()
397 std::tie(buf.idx, buf.avbuf) = inputList_.front(); in WaitForInput()
400 if (buf.avbuf == nullptr) { in WaitForInput()
407 if (buf.avbuf->memory_ == nullptr) { in WaitForInput()
411 buf.va = buf.avbuf->memory_->GetAddr(); in WaitForInput()
412 buf.capacity = buf.avbuf->memory_->GetCapacity(); in WaitForInput()
414 sptr<SurfaceBuffer> surfaceBuffer = buf.avbuf->memory_->GetSurfaceBuffer(); in WaitForInput()
425 buf.avbuf->pts_ = buf.attr.pts; in ReturnInput()
426 buf.avbuf in ReturnInput()
[all...]
H A Dtester_common.h49 std::shared_ptr<Media::AVBuffer> avbuf; member

Completed in 2 milliseconds