Home
last modified time | relevance | path

Searched refs:AfterGotOutput (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h72 void AfterGotOutput(const OH_AVCodecBufferAttr& attr);
H A Dtester_capi.cpp54 tester->AfterGotOutput(*attr); in OnNewOutputData()
79 tester->AfterGotOutput(attr); in OnNewOutputBuffer()
H A Dtester_codecbase.cpp66 tester_->AfterGotOutput(OH_AVCodecBufferAttr { in OnOutputBufferAvailable()
H A Dtester_common.cpp157 void TesterCommon::AfterGotOutput(const OH_AVCodecBufferAttr& attr) in AfterGotOutput() function in OHOS::MediaAVCodec::TesterCommon