Searched refs:ReturnOutput (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ | ||
H A D | tester_capi.h | 64 bool ReturnOutput(uint32_t idx) override; |
H A D | tester_codecbase.h | 39 bool ReturnOutput(uint32_t idx) override; |
H A D | tester_common.h | 76 virtual bool ReturnOutput(uint32_t idx) = 0; |
H A D | tester_capi.cpp | 521 bool TesterCapiOld::ReturnOutput(uint32_t idx) in ReturnOutput() function in OHOS::MediaAVCodec::TesterCapiOld |
H A D | tester_codecbase.cpp | 495 bool TesterCodecBase::ReturnOutput(uint32_t idx) in ReturnOutput() function in OHOS::MediaAVCodec::TesterCodecBase |
H A D | tester_common.cpp | 201 ReturnOutput(buf.idx); in OutputLoop() |